Software Projects
All programs below have very few dependencies
and simple features. More programs (including my patched versions of
suckless programs) can be found on my GitHub.
aurinstall
- an AUR written in C helper with only libcurl, git,
and makepkg as dependencies.
hashmap
- hashmap from scratch in C. FNV-1a hash, linked list for
collisions. Supports values of any type (void *).
json
- a JSON library in C with a hashmap implementation (no error
checking.)
website
- source code for this website.
dblocks
- a status bar program for the suckless dynamic window
manager in C. Includes individual update intervals per element.
wordsearch-solver
- wordsearch solver with image output in Python. I wrote this a few
years ago as a programming exercise. Searches in all
directions.