Tag cloud
linux News PHP Books Git Powershell delphi Uncategorized Project Euler Java C# Coding
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
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
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
