Pinned Repositories
.bashrc
My personal everyday .bashrc. Feel free to take what you want, or even suggest things too :)
adam
ADAM is an actively developed CSPRNG inspired by ISAAC64
Concurrent-Traffic-Simulation
My submission for the final project of the Udacity C++ Nanodegree. I used my knowledge of threads, mutexes, event polling, and data passing to implement traffic lights in this traffic simulation.
hammerpy
Auction price guessing game written in Python that also lets users keep images of the artwork they like!
lilith
LILITH is a stream cipher written in pure Go
Memory-Chat-Bot
This is my submission for the third course in the Udacity C++ Nanodegree Program. The goal was to use my new detailed knowledge of C++'s Memory Model to optimize the memory usage of a ChatBot program.
OpenStreetMap-Route-Planner
This repo contains my code for the Route Planning project in Course 1 of the Udacity C++ Nanodegree. I used C++ Fundamentals along with the A* Search algorithm to implement a simple little path plotting program on top of starter code provided by Udacity that handled rendering.
System-Monitor
This is my submission for the Linux System Monitor project for Course 2 of the Udacity C++ Nanodegree Program. I learned how to use classes and polymorphism, along with parsing filesa, some rudimentary ncurses styling, and capturing shell command output to create a simple system monitor.
pre-eth's Repositories
pre-eth/adam
ADAM is an actively developed CSPRNG inspired by ISAAC64
pre-eth/.bashrc
My personal everyday .bashrc. Feel free to take what you want, or even suggest things too :)
pre-eth/hammerpy
Auction price guessing game written in Python that also lets users keep images of the artwork they like!
pre-eth/System-Monitor
This is my submission for the Linux System Monitor project for Course 2 of the Udacity C++ Nanodegree Program. I learned how to use classes and polymorphism, along with parsing filesa, some rudimentary ncurses styling, and capturing shell command output to create a simple system monitor.
pre-eth/Concurrent-Traffic-Simulation
My submission for the final project of the Udacity C++ Nanodegree. I used my knowledge of threads, mutexes, event polling, and data passing to implement traffic lights in this traffic simulation.
pre-eth/lilith
LILITH is a stream cipher written in pure Go
pre-eth/Memory-Chat-Bot
This is my submission for the third course in the Udacity C++ Nanodegree Program. The goal was to use my new detailed knowledge of C++'s Memory Model to optimize the memory usage of a ChatBot program.
pre-eth/OpenStreetMap-Route-Planner
This repo contains my code for the Route Planning project in Course 1 of the Udacity C++ Nanodegree. I used C++ Fundamentals along with the A* Search algorithm to implement a simple little path plotting program on top of starter code provided by Udacity that handled rendering.