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

c cpp cryptography posix qt

Last synced: about 2 months ago
JSON representation

Programs/Scripts made primarily for learning purposes

Awesome Lists containing this project

README

        

## Educational Projects

### 6502 Assembly
1. C64DosMsg - changes display colors to those of MS-DOS and prints a string

### C
1. PreSuff - POSIX program to prepend or append a string to the name of all files in a directory with specified extension
2. minServer - a basic HTTPS web server

### 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