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
- Host: GitHub
- URL: https://github.com/nniemeir/educational-projects
- Owner: nniemeir
- Created: 2023-03-26T21:04:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T14:06:31.000Z (about 2 months ago)
- Last Synced: 2025-03-28T15:23:32.022Z (about 2 months ago)
- Topics: c, cpp, cryptography, posix, qt
- Language: C
- Homepage:
- Size: 44.1 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### 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