-
Archives
Recent Comments
- roman on How to decode the Nikon DSLR firmware
- Simeon on How to decode the Nikon DSLR firmware
- Barry on How to decode the Nikon DSLR firmware
- Simeon on Expectation Stress
- Rand Thompson on Expectation Stress
Monthly Archives: July 2008
Curse of the Azure Bonds – build 1.0.12
Installer 1.0.12 is now available. Issues fixed in this build: Fixed the Fear spell, so it is removed when combat is ended The icon designer now reverts to your original colours when you ‘Exit’ a sub-menu instead of keeping the … Continue reading
Posted in Curse of the Azure Bonds
2 Comments
It seems they are onto me!
Michaela just pointed me to this news article…
Posted in Entertainment
Leave a comment
Cedric’s Coding challenge – An Erlang solution
So after the verbosity of my C# Solution I was wanting a neat solution, and was hoping that Erlang would deliver: -module(challenge). -export([main/0]). main() -> [worker(X, 0, [], [1,2,3,4,5,6,7,8,9]) || X <- [1,10,100,1000,10000,100000,1000000,10000000,100000000]], true. worker(Mod, Number, Used, ToUse) -> if … Continue reading
Posted in Erlang, Programming
Comments Off
Nothing left to read
This is a first, I have nothing to read in FeedDemon: I prefer to think that the Internet is broken, and that’s why I have nothing to read, or the authors of most of the blog’s I read are sick. … Continue reading
Posted in Uncategorized
Leave a comment
Cedric’s Coding challenge
I noticed Cedric’s Coding challenge while reading Robert Fisher’s blog. Here is an interesting coding challenge: write a counter function that counts from 1 to max but only returns numbers whose digits don’t repeat. For example, part of the output … Continue reading
Posted in .Net, C#, Programming
4 Comments