💾 Archived View for siiky.srht.site › wiki › pl.c.gmi captured on 2023-04-19 at 22:44:52. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-03-20)
-=-=-=-=-=-=-
siiky
2023/02/09
2023/03/14
2023/03/14
programming
No introductions needed.
Type-safe, type-agnostic data structures in single-header C files through the power of C macrology. Heavily inspired by nothings/stb, swenson/sort, and other similar libraries. Includes a suite of QuickCheck-like tests, using an easy to use C library: theft.
https://git.sr.ht/~siiky/c-utils
Simple tar-like program. Defined its own file format, parser, and unparser. Remember trying radamsa (a fuzzer) to generate star files, and it wasn't as catastrophic as I'd expected! I found a couple of bugs, but otherwise star stood its ground well.
https://gitlab.com/akihe/radamsa
radamsa may have been my first contact with Scheme!