-
Advent of Code 2023
My solutions to the Advent of Code 2023 challenges, written in C
-
Cpp-Sudoku
A sudoku board solver library written in C++
-
Hashmap
An efficient key-value hashmap written in C. Currently supports string keys and any generic value. Simple interface with good defaults for many use cases. Support for custom hashing functions and custom memory allocators. Works with C99 and up.
-
PartnerUp
A discord bot that allows users to use slash commands to sign up for pair programming according to their preferred schedule.
-
Simple Debugger
A small debugger I built as a learning experience, currently only supports x86 CPU on Linux. Simple feature set: breakpoints, read/write registers and memory, single stepping, and printing of variables and backtraces.