No description
  • C 98.6%
  • Makefile 0.8%
  • Shell 0.6%
Find a file
2023-04-09 16:42:28 -03:00
avl kabooshi 2021-11-18 21:30:53 +02:00
bptree mf avl w/ opt memblockz gadday 2020-11-21 02:18:57 +02:00
dev kabooshi 2021-11-18 21:30:53 +02:00
framework kabooshi 2021-11-18 21:30:53 +02:00
.gitignore git.be.god 2020-10-12 02:16:38 +03:00
array_templates.h whisky in the jar 2021-05-11 01:34:40 +03:00
import.sh more stex; fat stex 2020-10-09 11:07:44 +03:00
inotify.c whisky in the jar 2021-05-11 01:34:40 +03:00
mkmodule.sh kabooshi 2021-11-18 21:30:53 +02:00
queue_templates.h whisky in the jar 2021-05-11 01:34:40 +03:00
queue_test.c whisky in the jar 2021-05-11 01:34:40 +03:00
README.md cleanup 2023-04-09 16:42:28 -03:00
stack_templates.h some thangs 2021-05-16 15:08:32 +03:00
stack_test.c some thangs 2021-05-16 15:08:32 +03:00

for learning purposes

  • trying to emulate templates and classes in C using macros
  • also tryig to write somewhat advances data structures like lsm tree, bptree
  • create some abstractions for web, simple http client, etc.