A Sim’s prototype by Will Wright
HD:XmotiveHarness:src/Motive.c, also known as “The Soul of The Sims, by Will Wright”. It’s interesting to see prototype code for such a classic game, and even more interesting that he uses K&R-style braces.
HD:XmotiveHarness:src/Motive.c, also known as “The Soul of The Sims, by Will Wright”. It’s interesting to see prototype code for such a classic game, and even more interesting that he uses K&R-style braces.
An excellent CSS 2.1 reference (thanks John).
Here’s a rich QT-based code formatter.
A thorough outline of code indenting styles (via).
TrimPath Junction is the Javascript “Rails” clone. Looks … interesting.
A full-text extension for SQLite, found while reading Google’s use of SQLite in Google Gears.
The Best Code is No Code At All, from the fabulous Coding Horror weblog.
Some differences between Windows and Unix non-blocking sockets. Writing portable network code is not as easy as it should be.