Monthly Archives: June 2008

Formatting Source Code with WordPress

Sometimes you get used to doing things one way and you forget to take a step back now and then and see if there isn’t something you’re missing. In my case, I was formatting source code on this blog by … Continue reading

Posted in Miscellaneous | Tagged , , , , | 1 Comment

A Good Site To Buy Desktop Computer Memory

A while back, I decided to add extra RAM to my iMac. I had heard from a friend that found a deal for 1G of PC5300 SODIMM for the iMac for as low as $25.00. At the time, I got … Continue reading

Posted in Hardware | Tagged , , , , | Comments Off on A Good Site To Buy Desktop Computer Memory

Timing C/C++ Code on Linux

For my last post, I played around with C++ and a little programming competition. While on the topic, I decided I’d get slightly more serious and enter the next challenge. One of the things that slightly annoyed me during the … Continue reading

Posted in Programming | Tagged , , , | 5 Comments

The Difference Between Dijkstra’s Algorithm and A*

Over the last couple weeks, I’ve had an interest in brushing up my C++ skills. Friday, I came across a programming challenge that looked somewhat interesting and I thought I’d give it a shot. The object was to find the … Continue reading

Posted in Programming | Tagged , , , | 1 Comment