9 days ago

21 May 26

This “makeheaders” from Fossil/sqlite dev fixes what I hate most about C. Being a human compiler having to manually write boilerplate for information that’s already in the source anyway.

Tags:

14 Apr 26

Regular expression tester with syntax highlighting, explanation, cheat sheet for PHP/PCRE, Python, GO, JavaScript, Java, C


31 Mar 26

Review of the book Tiny C Projects write by Dan Gookis (the guy behind the “for dummies” book series). Interesting review btw

Tags:

16 Mar 26

Guide on using POSIX raw mode and what all the different flags do.

This is technically part of a series on how to make a text editor, but it’s very useful on its own.