R.I.P. J.G. Ballard
Another great writer has passed away, my thought and sentiments are with his family. A short obituary from the BBC can be found here.
Another great writer has passed away, my thought and sentiments are with his family. A short obituary from the BBC can be found here.
A quick function to output a datatable to a CSV file in VB .NET 2.
Are these guys serious?
I’ve been meaning to spend some more time with VS2008 but just never really had the chance. Day-to-day I’m still using 2003 at work and 2005 at home but I have been meaning to take advantage of the trial for a while. I’m particularly interested in the new web development enhancements but I started off by writing a very simple application just to see how the IDE compares.
The application just simply splits any large text based file into a defined number of parts. These kind of programs are handy when you’re processing data files with a few millions plus records in. Sometimes splitting up the file can really help with processing. The source code is defined below, as well as a link to published program and VS2008 project file.
Read the rest of this entry »
It’s wonderfully timed that, when Microsoft launch IE8, Google comes along with Chrome Experiments. Essentially the experiments are just showcases for JavaScript development and how well your browser can handle JavaScript. Which is handy when you want to see how the latest IE stacks up against the other major two. And well, oh dear…
Replacing values in a text file is made easy by the Regex Replace function. There’s a very efficient way to do this in versions 2+ of .NET by using the dictionary class and match evaluator. However I had to use the function below as the project was in VB .NET 1.1.
A general wrapper class that’s primarily for converting UK OS Easting/Northing to Lat/Long Coordinates. It was a quick kludge from open source formulas.
A quick function to clean the initials part of a name string. It simply uppercases then spaces each character.
Read the rest of this entry »
I can’t remember where I found this but it’s a very simple yet handy function to safely create a directory a directory if it doesn’t exist.
Simple function to convert fractional odds to decimal.
Read the rest of this entry »