« earlier | later » Page 14 of 22
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
Haskell - Wikibooks, collection of open-content textbooks edit / delete
Quite a good Haskell tutorial.
to functional haskell programming research ... on 06 September 2006
The 6502 Instruction Set Decoded edit / delete
Complete with undocumented instructions and other oddities.
to 6502 assembler programming ... on 15 August 2006
to 6502 assembler programming ... on 15 August 2006
Designing an Authentication System: a Dialogue in Four Scenes edit / delete
Explaining Kerberos as a dialogue. A nice bit of writing.
to amusements kerberos programming security writing ... on 13 August 2006
The C10K problem edit / delete
Web server scalability writeup from a few years. It's still interesting reading.
to concurrency networking programming research scalability web ... on 13 August 2006
« earlier | later » Page 14 of 22
tasty by Adam Sampson.