« earlier | later » Page 13 of 22
8 ways to report errors in Haskell edit / delete
Or: why I couldn't do the thing I was trying to do on Saturday.
to exceptions haskell programming ... on 19 March 2007
Compiler from a C#-like language to C with GObject. Perhaps worth looking at for Potamus in the future?
to c compiler design gtk language programming ... on 05 March 2007
Bit Twiddling Hacks edit / delete
to c programming research ... on 04 January 2007
Some interesting stuff about GCC and optimisation; in particular, a good discussion of strict aliasing and how it can help the optimiser.
to c compiler optimisation programming research ... on 16 December 2006
Intel 80386 Programmer's Reference 1986 edit / delete
Handy online version of the 386 manual.
to assembler programming research systems x86 ... on 06 December 2006
Paul Hsieh's Square Root page edit / delete
How to calculate square roots quickly. (There's other interesting stuff on the site too, although it's a pain to navigate.)
to maths optimisation programming ... on 22 October 2006
Haskell/Existentially quantified types - Wikibooks, collection of open-content textbooks edit / delete
How to do heterogenous lists (i.e. lists containing items of a typeclass, rather than of a type).
to functional haskell programming research ... on 19 October 2006
The Haskell doc extraction system -- remarkably similar to OccamDoc, as you'd expect, except I think I like our syntax better.
to documentation haskell programming research ... on 07 October 2006
PyWeek - Python Game Programming Challenge edit / delete
Lots of little games written in Python. Useful as programming examples, but there are some pretty inventive (and entertaining) games there too.
to games programming python ... on 30 September 2006
Welcome to Eclim edit / delete
VIM bindings to the Eclipse backend (rather than embedding VIM in Eclipse).
to editing programming software vim ... on 08 September 2006
« earlier | later » Page 13 of 22
tasty by Adam Sampson.