« earlier | later » Page 11 of 22
Chris's Wiki :: blog/python/IdealDWikiCrypto edit / delete
Using HMAC for web auth. I should fix tasty to do this at some point.
to crypto programming python security web ... on 27 January 2010
SML-inspired practical "engineered" language. The design notes are quite interesting.
to functional language-design mythryl programming ... on 07 December 2009
SNOBOL4.ORG: SNOBOL4 Resources edit / delete
SNOBOL is interesting in that it's a dynamically-typed language with (what these days we'd call) a combinator parser built in -- although it's not a structured language. Free implementations exist.
to language-design parsing programming snobol software ... on 27 October 2009
a-z of programming languages - Computerworld edit / delete
Series on the design of programming languages, including things like the Bourne shell -- very interesting stuff.
to computing language-design programming retrocomputing ... on 21 August 2009
The Genuine Sieve of Eratosthenes | Lambda the Ultimate edit / delete
The handy paper explaining why the sieve isn't quite what you think it is.
to eratosthenes functional maths primes programming sieve ... on 27 July 2009
Patterns in Python edit / delete
Some simple Python patterns, including a good overview of the dispatch-on-method-name pattern. I found this while looking for a reference for students to use.
to patterns programming python ... on 26 February 2009
Famous Sed One-Liners Explained, Part III - good coders code, great reuse edit / delete
More detailed explanations of those awk and sed one-liners.
to awk programming sed unix ... on 20 January 2009
Eric Pement home page edit / delete
Includes impressive collections of sed and awk one-liners.
to awk programming sed unix ... on 20 January 2009
Matchflap College edit / delete
Tom Duff's web pages. Various interesting articles, and some cute bits of C.
to c programming research retrocomputing ... on 04 December 2008
Some fun maths programming problems.
to amusements maths programming ... on 22 August 2008
« earlier | later » Page 11 of 22
tasty by Adam Sampson.