preeth's repositories

adam

ADAM is an actively developed CSPRNG inspired by ISAAC64

Language:CLicense:MITStargazers:17Issues:2Issues:0

.bashrc

My personal everyday .bashrc. Feel free to take what you want, or even suggest things too :)

Language:ShellLicense:MITStargazers:1Issues:0Issues:0

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.

Language:C++License:MITStargazers:1Issues:1Issues:0

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.

Language:C++License:NOASSERTIONStargazers:0Issues:0Issues:0

hammerpy

Auction price guessing game written in Python that also lets users keep images of the artwork they like!

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

lilith

LILITH is a stream cipher written in pure Go

Language:GoLicense:MITStargazers:0Issues:0Issues:0

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.

Language:C++License:NOASSERTIONStargazers:0Issues:2Issues:0

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.

Language:C++License:NOASSERTIONStargazers:0Issues:1Issues:0