imv(stb), a Windows image viewer based around stb_image
stb.h, my personal archive of "snippets" of C code that fix gaps/oversights/inconveniences in the standard C libraries
Enumeraion of Polygon Edges from Vertex Windings, a tiny but convenient trick for code that deals with polygons (rewrite of "Efficient Polygon Edge Enumeration" from Journal of Graphics Tools Volume 10, Number 2)
Analyzing Judy: Judy is an engineered
data structure as opposed to a compute theoretical one, by which I mean that it has been heavily tuned for actual real-world performance instead of big-O performance. This article looks at how it stands up to a plain old hash table implemented in 1/100th as many lines. (2003)