A Language Interpreter for a custom made grammar written in C++. The Interpreter is built on top of a Recursive Decent Parser that uses a Lexical Analyzer to tokenize words and characters.
An AJAX and PHP driven Live Chat Application that connects two users together. The application automatically displays new rooms and deletes messages from a SQL Database when a room is closed.
A Flappy Bird Game with an A.I. section that trains generations of birds to play by using a combination of a Neural Network and Genetic Algorithm.
A Python script that automatically finds and downloads videos from Youtube. All videos downloaded are converted and stored in .mp3 format.