This was my final project in Logic Design, and I worked on a team with Jake Harris. We created a game of Pictionary (and accompanying music) using an FPGA logic board, a VGA screen, a keyboard, and speakers. The project
Fractals
The fractals below were created in C++ using the gfx library , and careful recursion. They are all self similar structures, each of them made up of shapes changing only in position and size in each iteration. Major Lessons Recursion
Spidey
The purpose of this project was to create a webpage with static files, cgi scripts, and directories that can be navigated. We used low level system calls like socket, bind, listen, and accept for client/ server interactions. We also used
Hulk.py
This project was designed to crack a list of encrypted passwords. The program takes every permutation of the alphabet, creates the SHA1 hash, and compares it to a given list of encrypted passwords. If the hash of the permutations matches