Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nniemeir/educational_projects
Programs/Scripts made primarily for learning purposes
https://github.com/nniemeir/educational_projects
bash c cpp cryptography fzf posix qt
Last synced: 8 days ago
JSON representation
Programs/Scripts made primarily for learning purposes
- Host: GitHub
- URL: https://github.com/nniemeir/educational_projects
- Owner: nniemeir
- Created: 2023-03-26T21:04:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T21:45:40.000Z (3 months ago)
- Last Synced: 2024-08-29T23:51:10.269Z (3 months ago)
- Topics: bash, c, cpp, cryptography, fzf, posix, qt
- Language: C++
- Homepage:
- Size: 5.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Educational Projects
### 6502 Assembly
1. C64DosMsg - changes display colors to those of MS-DOS and prints a string### Bash
1. LeisureLib - Browse book, film, game, and television libraries efficiently using [fzf](https://github.com/junegunn/fzf)### C
1. PreSuff - POSIX program to prepend or append a string to the name of all files in a directory with specified extension
2. Halfway Across V1 - a text-based survival game set in the Southern Rockies### C++
1. OUI: use IEEE RA data to determine NIC manufacturer from MAC Address
2. Rot: encrypt or decrypt a plaintext file using Caesar shift
3. RotQt: graphical version of Rot
4. Halfway Across V2 (WIP) - switched to Qt user interface with graphical elements