Clockwork Codex
Another blog about programming
2015-10-02
A dissection of Steve Jackson's Creature of Havoc
›
I recently found some old Fighting Fantasy gamebooks I remembered from my childhood. One in particular stood out as having seemed next to i...
2013-11-02
Some programming annoyances
›
I write and maintain mostly C# these days. I've been accumulating a list of annoyances. Whenever I come across a piece of code that make...
2 comments:
2013-05-01
Use of 'this' in constructors
›
this in constructors Some quick C++ advice today, but I think it generalizes to C# and Java too. If you do anything with the this pointe...
2012-09-10
Key usage coding challenge
›
Last week, Cedric Beust posted a new coding challenge : We want to make multiple calls to a site that only allows to use a key 500 times ...
2 comments:
2011-09-29
Objects in Javascript and Python
›
I've been doing some Javascript recently (well, Coffeescript actually, but this applies equally to either, so I'll stick to Javascri...
2011-07-18
As if by magic, some maths appeared
›
I've not really done any programming lately, so this week there's no Minecraft. Instead there's some maths. Hurrah! Hey, where a...
1 comment:
2011-07-12
Minecraft mapping - Rotation and flipping
›
Last time, I discussed ambient occlusion for adding depth to the map. Today I'm going to explain how the fragment shader rotates and fli...
›
Home
View web version