Archive for October 16th, 2007

WoW Update

Wow, almost two weeks since my last WoW post. In short: Respect to Arcane/Fire, for (hopfully) better mana management Frostsabre mount from Darnassus Picked up Boots of Blasphemy Went to Karazhan with my guild Gankers Inc. Wasn’t a great result, but was fun gankers-attumen

Posted by Matthew on October 16th, 2007

Filed under games | No Comments »

Fun with ‘anonymous’ functions in PHP

Just some fun with anonymous functions in PHP (which are surprisingly rare due to silly syntax, and a buggy implementation) <?php     class LambdaException extends Exception {}     class Lambda     {         private static $cache;         public static function Create($functionString)         { [...]

Posted by Matthew on October 16th, 2007

Filed under php, programming | No Comments »