Things I've built
Projects.
A showcase of some things I've made — mostly systems and data work. The code lives on my GitHub if you want to dig in.
C Memory Allocator
2022A page-based implementation of malloc built on a free list. Got me very comfortable with pointers and C memory.
Password Cracker
2022Multi-threaded cracker built in a week. 1st of 30+ entries — 300 passwords in about 10 seconds.
Parallel Sudoku Solver
2022A CUDA sudoku solver for my OS class. Placed in the top 5% of solutions by speed.
Red-Black Tree
2022A self-balancing BST implemented from scratch in Java. Really makes you respect the invariants.
Movie Search Engine
2021A taste-driven film finder built with Dash, Flask and Python — because I'm picky about what I watch.
CovidBot Explorer
2021An R/Shiny dashboard exploring the use of robots during the Covid-19 pandemic.