05 Aug 25
Export your Pocket CSV to a NETSCAPE bookmark file that linkhut can import.
21 Sep 11
A dive into Quake 2’s source code.
02 Dec 10
How to code a Minecraft like, also a good example on using octotrees.
25 Jun 10
Highly configurable, easily modifiable source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA.
14 Jan 10
Based on Donald Knuth’s concept of literate programming, LiteratePrograms is a collection of code samples displayed in an easy-to-read way, collaboratively edited and debugged, and all released under the liberal MIT/X11 License (see Copyrights) so that anyone can use our code and text for any purpose.
Code on LiteratePrograms is organized in a variety of ways using categories: by subject area, by language, by environment, and so on.
17 Oct 09
A 50%-good solution that people actually have solves more problems and survives longer than a 99% solution that nobody has because it’s in a lab where it’s been endlessly polished. Shipping is a feature. A really important feature. Any good product must have it.
There is nothing new about new technology imposing restrictions on articulation, during the late 19th-century telegraphy boom, some carriers charged extra for words longer than 15 characters and for messages longer than 10 words.
The goal of this guide is to manage complexity by describing in detail the dos and don’ts of writing C++ code. These rules exist to keep the code base manageable while still allowing coders to use C++ language features productively.