9 days ago
In short: don’t use integers. Or floats. Or pointers. Or printf. Don’t use anything at all really
08 Jun 26
Vi flips to the alternate screen buffer, supported by terminals. This is achieved using escape sequences.
Found by searching: restore screen after tui exit in c
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.
02 May 26
An incredible project porting Windows Subsystem for Linux to Windows9x.
21 Apr 26
14 Apr 26
Regular expression tester with syntax highlighting, explanation, cheat sheet for PHP/PCRE, Python, GO, JavaScript, Java, C
09 Apr 26
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
30 Mar 26
Dependency-free single header WASM Runtime in ANSI C
29 Mar 26
27 Mar 26
A neat, little, single header regex library in ANSI C with zero dependencies.
21 Mar 26
An interesting project: subset of golang that compiles to C.
17 Mar 26
A small, neat and simple terminal file-manager.
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.