Implementing spinlock from one atomic instruction. Inspired by an advanced OS class.
📆 03 Jun '25 | 📋 C/C++ Concurrency
A proof-of-concept MPMC message queue with only atomics for synchronization.
📆 16 Jun '24 | 📋 C/C++ Concurrency
A winter break project to scan QR codes and text on desktop. Borne out of pdf pain and exasperation with people sending me images to debug code (please stop doing that).
📆 26 Feb '22 | 📋 C/C++ OpenCV Linux Project
Recreating the classic Snake game with C, ncurses and Linked Lists.
📆 06 Aug '21 | 📋 C/C++ Linux Data Structures Project