https://github.com/marius-test/programming_explorations
Programming Explorations in Pascal, Fortran, C++ and Jupyter Notebook
https://github.com/marius-test/programming_explorations
cpp exploitation fortran jupyter jupyter-notebook pascal retrocomputing retroprogramming sandbox
Last synced: 4 months ago
JSON representation
Programming Explorations in Pascal, Fortran, C++ and Jupyter Notebook
- Host: GitHub
- URL: https://github.com/marius-test/programming_explorations
- Owner: marius-test
- Created: 2025-06-19T15:49:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-12T20:49:35.000Z (5 months ago)
- Last Synced: 2025-08-12T22:29:02.117Z (5 months ago)
- Topics: cpp, exploitation, fortran, jupyter, jupyter-notebook, pascal, retrocomputing, retroprogramming, sandbox
- Language: Python
- Homepage: https://github.com/marius-test/programming_explorations
- Size: 935 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# programming_explorations
This folder is for experimenting with various programming languages and tools, including:
**C++**, **Fortran**, **Pascal**, **Python**, **JavaScript**, and **Jupyter notebooks**.
Currently, each language folder contains a minimal sanity check program that is compiled and ready to run.
This serves as a simple starting point for experimentation and exploration.
Also contains a `tasks.json` configured for VSCode to compile C++, Fortran, and Pascal programs by pressing **Ctrl + Shift + B** on Windows.
---
## Folder Structure
```text
programming_explorations/
├── cpp/ # C++
├── fortran/ # Fortran
├── pascal/ # Pascal
├── python/ # Python
├── jupyter/ # Jupyter notebook
├── javascript/ # JavaScript
└── tasks.json # VSCode build tasks
```
---
**Note:** Projects that show potential will be published in their own repositories, each with a dedicated README.