<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
	<title><![CDATA[cfoley's Blog]]></title>
	<link><![CDATA[http://www.dreamincode.net/forums/index.php?app=blog&module=showblog&blogid=318]]></link>
	<description><![CDATA[cfoley's Blog Syndication]]></description>
	<pubDate>Thu, 09 Feb 2012 01:05:31 +0000</pubDate>
	<webMaster>admin@dreamincode.net (Dream.In.Code)</webMaster>
	<generator>IP.Blog</generator>
	<ttl>60</ttl>
	<item>
		<title>WinSplit Revolution</title>
		<link>http://www.dreamincode.net/forums/blog/318/entry-3915-winsplit-revolution/</link>
		<category></category>
		<description>A couple of days ago, I started testing a utility called WinSplit Revolution. It’s a handy little gadget that makes tiling and resizing windows as quick as a keystroke. I’ve never been satisfied with moving windows around and resizing them with the mouse. It’s awkward to get them to line up nicely and, although Windows has vertical and horizontal...</description>
		<pubDate>Thu, 09 Feb 2012 00:54:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/318/entry-3915-winsplit-revolution/</guid>
	</item>
	<item>
		<title>s = new String(s);</title>
		<link>http://www.dreamincode.net/forums/blog/318/entry-3128-s-new-strings%3B/</link>
		<category></category>
		<description><![CDATA[I recently discovered a memory leak in one of my Java applications.<br /><br />"What's this?", I hear you say.<br />"Isn't the point of the garbage collector to keep Java free from memory leaks?"<br /><br />Well yes, to a point. The garbage collector will clear up after you when you stop using old objects but if you leave a reference to...]]></description>
		<pubDate>Wed, 12 Jan 2011 13:39:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/318/entry-3128-s-new-strings%3B/</guid>
	</item>
	<item>
		<title>Iterating text files the Java way</title>
		<link>http://www.dreamincode.net/forums/blog/318/entry-3121-iterating-text-files-the-java-way/</link>
		<category></category>
		<description><![CDATA[My latest Java snippet lets me iterate through a text file with a simple for...each loop. Using it looks something like this. Java's file handling has always seemed overly verbose to me (especially when I only ever want to do simple things with it) so I'm glad to have a more concise idiom.<br /><br /><pre class='brush: bash ;'>...</pre>]]></description>
		<pubDate>Thu, 06 Jan 2011 16:15:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/318/entry-3121-iterating-text-files-the-java-way/</guid>
	</item>
	<item>
		<title>Quirky Hello World!</title>
		<link>http://www.dreamincode.net/forums/blog/318/entry-1093-quirky-hello-world/</link>
		<category></category>
		<description><![CDATA[I came across something quite interesting while I was coding today. Before I explain further, take a look at the following short Java program. It outputs two lines of text. Each line could be one of the following:<br /><br />No Message<br />Hello World!<br />Not today.<br /><br />Write down what you think each line will be, then scroll down for the answer. Don't cheat...]]></description>
		<pubDate>Wed, 03 Dec 2008 14:59:11 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/318/entry-1093-quirky-hello-world/</guid>
	</item>
	<item>
		<title>Testing a concept with JUnit</title>
		<link>http://www.dreamincode.net/forums/blog/318/entry-1054-testing-a-concept-with-junit/</link>
		<category></category>
		<description><![CDATA[Welcome to my first blog post.<br /><br />JUnit is a framework for running automated tests on your code. Essentially, you write tests to make sure different parts of your code are working properly. It really comes into its own when you make changes to your project. If something breaks, your tests should pick it up. Not only do you know that a bug has been...]]></description>
		<pubDate>Tue, 25 Nov 2008 04:47:41 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/318/entry-1054-testing-a-concept-with-junit/</guid>
	</item>
</channel>
</rss>