Monthly Archives: August 2008

Source control using Dropbox

Everyone developer should use some form of source control. It’s like an unwritten law, if you don’t use it, then you should – as long as it isn’t sourcesafe. A few weeks ago, I recently managed to get hold of … Continue reading

Posted in Coding | Tagged | 1 Comment

Building the Project Euler framework, part 1

As promised, here is the first part of the series of posts I hope to write demonstrating how I wrote my problem runner framework for Project Euler. Firstly, before you continue reading, I suggest that you research the Command pattern, … Continue reading

Posted in Coding, Java, Project Euler | Tagged , , | 3 Comments

Project Euler problem runner framework in Java

Recently, I’ve been working on the problems on Project Euler, and I’ve done the first 16 problems (in Java), although I will freely admit that I had help on two of the most difficult ones. I do intend on continuing … Continue reading

Posted in Coding, Java, Project Euler | Tagged , , | 2 Comments