Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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