<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Rational Pi</title>
	<atom:link href="http://rationalpi.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://rationalpi.wordpress.com</link>
	<description>Java Dev Bits...</description>
	<lastBuildDate>Tue, 15 Sep 2009 15:57:51 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on java.io.tmpdir Inconsitency by Raghavan alias Saravanan M</title>
		<link>http://rationalpi.wordpress.com/2007/01/26/javaiotmpdir-inconsitency/#comment-169</link>
		<dc:creator>Raghavan alias Saravanan M</dc:creator>
		<pubDate>Tue, 15 Sep 2009 15:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://rationalpi.wordpress.com/2007/01/26/problem-and-solution-for-javaiotmpdir-inconsitency/#comment-169</guid>
		<description>Yes of course. I too faced this. No need to go all these. Just look at the &quot;System.getProperty(&quot;line.separator&quot;)&quot;. It is of 1 character in Unix and its flavors whereas it is of 2 characters in Windows (\r\n). :(.</description>
		<content:encoded><![CDATA[<p>Yes of course. I too faced this. No need to go all these. Just look at the &#8220;System.getProperty(&#8220;line.separator&#8221;)&#8221;. It is of 1 character in Unix and its flavors whereas it is of 2 characters in Windows (\r\n). :(.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extracting Integers from Strings by Raghavan alias Saravanan M</title>
		<link>http://rationalpi.wordpress.com/2008/10/07/extracting-integers-from-strings/#comment-168</link>
		<dc:creator>Raghavan alias Saravanan M</dc:creator>
		<pubDate>Tue, 15 Sep 2009 15:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://rationalpi.wordpress.com/?p=29#comment-168</guid>
		<description>That&#039;s cool. Was not aware of this Character.digit() method so far. Thanks dude!

Yours seems to be a nice blog. shall surf later!

Keep up the good work!

Cheers,</description>
		<content:encoded><![CDATA[<p>That&#8217;s cool. Was not aware of this Character.digit() method so far. Thanks dude!</p>
<p>Yours seems to be a nice blog. shall surf later!</p>
<p>Keep up the good work!</p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on main() Methods in Java by sandrar</title>
		<link>http://rationalpi.wordpress.com/2007/01/29/main-methods-in-java/#comment-167</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 15:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://rationalpi.wordpress.com/2007/01/29/main-methods-in-java/#comment-167</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  :) Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using F-Keys in Mac OS X by Kyle N</title>
		<link>http://rationalpi.wordpress.com/2007/01/31/using-f-keys-in-mac-os-x/#comment-166</link>
		<dc:creator>Kyle N</dc:creator>
		<pubDate>Wed, 26 Aug 2009 06:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://rationalpi.wordpress.com/2007/01/31/using-f-keys-in-mac-os-x/#comment-166</guid>
		<description>Cool thanks for the info. It was helpful in operating a old school game that ran on DOS or something like that. Of course this is on my Intel iMac... (emulation program used...)

THanks a lot. Helpful.

Kyle</description>
		<content:encoded><![CDATA[<p>Cool thanks for the info. It was helpful in operating a old school game that ran on DOS or something like that. Of course this is on my Intel iMac&#8230; (emulation program used&#8230;)</p>
<p>THanks a lot. Helpful.</p>
<p>Kyle</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using F-Keys in Mac OS X by Sean</title>
		<link>http://rationalpi.wordpress.com/2007/01/31/using-f-keys-in-mac-os-x/#comment-165</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Tue, 25 Aug 2009 20:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://rationalpi.wordpress.com/2007/01/31/using-f-keys-in-mac-os-x/#comment-165</guid>
		<description>Peopple with Mac desktops don&#039;t need to use the fn modifier key to access the F-key functions as the keys serve no dual purpose.</description>
		<content:encoded><![CDATA[<p>Peopple with Mac desktops don&#8217;t need to use the fn modifier key to access the F-key functions as the keys serve no dual purpose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on java.io.tmpdir Inconsitency by Leonel Martins</title>
		<link>http://rationalpi.wordpress.com/2007/01/26/javaiotmpdir-inconsitency/#comment-164</link>
		<dc:creator>Leonel Martins</dc:creator>
		<pubDate>Fri, 10 Jul 2009 15:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://rationalpi.wordpress.com/2007/01/26/problem-and-solution-for-javaiotmpdir-inconsitency/#comment-164</guid>
		<description>Even in Java, sometimes you need to pass a String path as parameter, because the library doesn´t have and method with File version. And contructing a java.io.File just to concatenate the path isn´t a good solution, IMHO.</description>
		<content:encoded><![CDATA[<p>Even in Java, sometimes you need to pass a String path as parameter, because the library doesn´t have and method with File version. And contructing a java.io.File just to concatenate the path isn´t a good solution, IMHO.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on java.io.tmpdir Inconsitency by Christian</title>
		<link>http://rationalpi.wordpress.com/2007/01/26/javaiotmpdir-inconsitency/#comment-163</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Fri, 10 Jul 2009 08:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://rationalpi.wordpress.com/2007/01/26/problem-and-solution-for-javaiotmpdir-inconsitency/#comment-163</guid>
		<description>Clemens,
thanks a lot. Google took me right here, where I got a precise answer!</description>
		<content:encoded><![CDATA[<p>Clemens,<br />
thanks a lot. Google took me right here, where I got a precise answer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using F-Keys in Mac OS X by Haaps</title>
		<link>http://rationalpi.wordpress.com/2007/01/31/using-f-keys-in-mac-os-x/#comment-162</link>
		<dc:creator>Haaps</dc:creator>
		<pubDate>Wed, 27 May 2009 17:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://rationalpi.wordpress.com/2007/01/31/using-f-keys-in-mac-os-x/#comment-162</guid>
		<description>I&#039;ve never posted on anyone&#039;s board, but I&#039;ve needed this info for so long, but never bothered to look it up. THANK YOU SO MUCH!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never posted on anyone&#8217;s board, but I&#8217;ve needed this info for so long, but never bothered to look it up. THANK YOU SO MUCH!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Not All Assignments are Created Equal by How to Get Six Pack Fast</title>
		<link>http://rationalpi.wordpress.com/2007/01/30/not-all-assignments-are-created-equal/#comment-161</link>
		<dc:creator>How to Get Six Pack Fast</dc:creator>
		<pubDate>Wed, 15 Apr 2009 15:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://rationalpi.wordpress.com/2007/01/30/not-all-assignments-are-created-equal/#comment-161</guid>
		<description>Not that I&#039;m impressed a lot, but this is   more than I expected   when I found a link on Digg telling that the info here is awesome. Thanks.</description>
		<content:encoded><![CDATA[<p>Not that I&#8217;m impressed a lot, but this is   more than I expected   when I found a link on Digg telling that the info here is awesome. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using F-Keys in Mac OS X by Zach</title>
		<link>http://rationalpi.wordpress.com/2007/01/31/using-f-keys-in-mac-os-x/#comment-160</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Sun, 22 Mar 2009 20:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://rationalpi.wordpress.com/2007/01/31/using-f-keys-in-mac-os-x/#comment-160</guid>
		<description>Thanks a bunch for the helpful website.  You&#039;ve saved me a whole mess of trouble.  I&#039;ve been googling for two days trying to solve this problem.  Thanks again.  God Bless.</description>
		<content:encoded><![CDATA[<p>Thanks a bunch for the helpful website.  You&#8217;ve saved me a whole mess of trouble.  I&#8217;ve been googling for two days trying to solve this problem.  Thanks again.  God Bless.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
