Playground for small or incomplete C programs
Find a file
2025-06-01 18:44:24 +02:00
dynbuf Dynbuf dynamic buffer/array/vector sample code 2025-06-01 18:44:24 +02:00
linalg Warnings fixed: fabsf -> fabs 2025-06-01 14:31:13 +02:00
lua_advanced Lua 'advanced' example 2025-06-01 14:31:37 +02:00
lua_embed Lua embedding example 2025-05-18 22:28:53 +02:00
.clang-format Init 2025-05-12 12:03:52 +02:00
.gitignore Luarc config in ignore for now 2025-05-23 17:45:55 +02:00
bincoef.c Some math related code for calculatin binomial coef, nth-fibonacci and sin 2025-06-01 14:34:58 +02:00
break.c brk/sbrk demo 2025-05-12 12:03:59 +02:00
buddy_allocator.c Formatting ...... 2025-05-12 12:09:54 +02:00
calc.c Calculator, lexer and parser 2025-05-23 00:31:37 +02:00
callbacks.c C callback table example 2025-06-01 14:31:54 +02:00
fibmat.c Some math related code for calculatin binomial coef, nth-fibonacci and sin 2025-06-01 14:34:58 +02:00
gba_header.c GBA game header parser 2025-05-12 12:04:24 +02:00
Makefile Fix makefile error 2025-05-18 22:28:46 +02:00
miller-rabin.h Miller rabin sample code (untested, likely overflow issues) 2025-05-12 12:04:45 +02:00
mmio_mapping.h Short code demonstrating how MMIO is commonly defined and accessed 2025-05-12 12:05:21 +02:00
pid.c Pid loop sample code 2025-05-12 12:05:29 +02:00
prand.c Formatting 2025-06-01 14:32:53 +02:00
prand.h Simple PRNG implementation 2025-05-12 12:28:39 +02:00
sched_yield.c Remove unused args in main 2025-06-01 14:34:17 +02:00
sin.c Some math related code for calculatin binomial coef, nth-fibonacci and sin 2025-06-01 14:34:58 +02:00
sock.c Formatting ...... 2025-05-12 12:09:54 +02:00
sqlite.c Demo C program on how to use sqlite3 2025-05-12 12:05:46 +02:00
time.c Time program 2025-05-12 12:05:55 +02:00