Simple hex editor and c programming education tool
If you just want the editor, install using homebrew
brew tap ki-aura/gex
brew install gex
If you want to use the code you have implementations for:
Red Black balance tree
B+ balanced tree (used as DB implementations)
single and double linked balanced trees
khash & khashl hash tables
ncurses
CDK extension over curses
file handling and mmap mapping to memory
clock that will run in your terminal
single and multi threaded asynchronous task schedulers