<?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"
	>
<channel>
	<title>Comments for Casual Code</title>
	<atom:link href="http://www.casualcode.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.casualcode.com</link>
	<description>Coding for the casual coder</description>
	<pubDate>Thu, 28 Aug 2008 08:05:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Hard Reset for Samsung Phones by samsunguser</title>
		<link>http://www.casualcode.com/2007/06/28/hard-reset-for-samsung-phones/#comment-3303</link>
		<dc:creator>samsunguser</dc:creator>
		<pubDate>Tue, 22 Apr 2008 09:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.casualcode.com/2007/06/28/hard-reset-for-samsung-phones/#comment-3303</guid>
		<description>Very useful codes, thanks for sharing, i manage to reset my phone. The reset function in the phone for X820 was useless</description>
		<content:encoded><![CDATA[<p>Very useful codes, thanks for sharing, i manage to reset my phone. The reset function in the phone for X820 was useless</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Ruby File Operations by Brian Real</title>
		<link>http://www.casualcode.com/2007/01/05/quick-ruby-file-operations/#comment-3301</link>
		<dc:creator>Brian Real</dc:creator>
		<pubDate>Mon, 14 Apr 2008 18:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.casualcode.com/2007/01/05/quick-ruby-file-operations/#comment-3301</guid>
		<description>Okay sounds good. I tried this creating an .htm document. I was wondering if there is a page to read &#38; write my .htm document and then have browser automatically read and execute the file I wrote. Basically have the browser open the file that my program just wrote.</description>
		<content:encoded><![CDATA[<p>Okay sounds good. I tried this creating an .htm document. I was wondering if there is a page to read &amp; write my .htm document and then have browser automatically read and execute the file I wrote. Basically have the browser open the file that my program just wrote.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Ruby File Operations by Jesper de Jong</title>
		<link>http://www.casualcode.com/2007/01/05/quick-ruby-file-operations/#comment-3299</link>
		<dc:creator>Jesper de Jong</dc:creator>
		<pubDate>Sat, 22 Mar 2008 19:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.casualcode.com/2007/01/05/quick-ruby-file-operations/#comment-3299</guid>
		<description>It's even better if you pass a block to File.open, like I show below. The advantage of this is that you do not need to close the file explicitly - File.open will open the file, execute the code in the block, and then automatically close the file - even when an exception occurs. So it's more convenient and more safe, because you won't have a resource leak in case an exception occurs:

File.open(my_file, 'r') do &#124;f&#124;
    file_data = f.read
end</description>
		<content:encoded><![CDATA[<p>It&#8217;s even better if you pass a block to File.open, like I show below. The advantage of this is that you do not need to close the file explicitly - File.open will open the file, execute the code in the block, and then automatically close the file - even when an exception occurs. So it&#8217;s more convenient and more safe, because you won&#8217;t have a resource leak in case an exception occurs:</p>
<p>File.open(my_file, &#8216;r&#8217;) do |f|<br />
    file_data = f.read<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UNIX Command Cheat Sheet by timmsmith</title>
		<link>http://www.casualcode.com/2004/12/17/unix-command-cheat-sheet/#comment-3296</link>
		<dc:creator>timmsmith</dc:creator>
		<pubDate>Mon, 25 Feb 2008 22:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.casualcode.com/blog/2006/12/29/unix-command-cheat-sheet/#comment-3296</guid>
		<description>thanks; i just needed a quick summary of unix commands and this was perfect!  i use them ever-so-occasionally and forget things like cat and rm...</description>
		<content:encoded><![CDATA[<p>thanks; i just needed a quick summary of unix commands and this was perfect!  i use them ever-so-occasionally and forget things like cat and rm&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a Favicon by Faisal</title>
		<link>http://www.casualcode.com/2004/12/17/create-a-favicon/#comment-3293</link>
		<dc:creator>Faisal</dc:creator>
		<pubDate>Tue, 19 Feb 2008 12:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.casualcode.com/blog/2006/12/29/create-a-favicon/#comment-3293</guid>
		<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hard Reset for Samsung Phones by Moses</title>
		<link>http://www.casualcode.com/2007/06/28/hard-reset-for-samsung-phones/#comment-3291</link>
		<dc:creator>Moses</dc:creator>
		<pubDate>Wed, 13 Feb 2008 08:17:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.casualcode.com/2007/06/28/hard-reset-for-samsung-phones/#comment-3291</guid>
		<description>splendid!! it works like magic... my phone had passwords,which were preventing me from changing certain functions. everything is fine now.</description>
		<content:encoded><![CDATA[<p>splendid!! it works like magic&#8230; my phone had passwords,which were preventing me from changing certain functions. everything is fine now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Ruby File Operations by Rajesh</title>
		<link>http://www.casualcode.com/2007/01/05/quick-ruby-file-operations/#comment-3232</link>
		<dc:creator>Rajesh</dc:creator>
		<pubDate>Wed, 19 Dec 2007 05:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.casualcode.com/2007/01/05/quick-ruby-file-operations/#comment-3232</guid>
		<description>Thanks dude</description>
		<content:encoded><![CDATA[<p>Thanks dude</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Ruby File Operations by Devi</title>
		<link>http://www.casualcode.com/2007/01/05/quick-ruby-file-operations/#comment-3094</link>
		<dc:creator>Devi</dc:creator>
		<pubDate>Wed, 05 Dec 2007 09:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.casualcode.com/2007/01/05/quick-ruby-file-operations/#comment-3094</guid>
		<description>this tip was really helpful. thanks!</description>
		<content:encoded><![CDATA[<p>this tip was really helpful. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hard Reset for Samsung Phones by Dan Harvey</title>
		<link>http://www.casualcode.com/2007/06/28/hard-reset-for-samsung-phones/#comment-1637</link>
		<dc:creator>Dan Harvey</dc:creator>
		<pubDate>Thu, 27 Sep 2007 20:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.casualcode.com/2007/06/28/hard-reset-for-samsung-phones/#comment-1637</guid>
		<description>Worked like a charm... Thanks. I bought a T809 off ebay and it was locked with the guy who previously owned it's lock code and I couldn't get the settings to reset so This helped me a lot. Thanks.</description>
		<content:encoded><![CDATA[<p>Worked like a charm&#8230; Thanks. I bought a T809 off ebay and it was locked with the guy who previously owned it&#8217;s lock code and I couldn&#8217;t get the settings to reset so This helped me a lot. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hard Reset for Samsung Phones by Robin</title>
		<link>http://www.casualcode.com/2007/06/28/hard-reset-for-samsung-phones/#comment-1511</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Sat, 22 Sep 2007 17:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.casualcode.com/2007/06/28/hard-reset-for-samsung-phones/#comment-1511</guid>
		<description>Where do you input this at? I just switched to this phone from another and want to reset it completely and get some music files off the phone. I can delete the sound but the name stays.</description>
		<content:encoded><![CDATA[<p>Where do you input this at? I just switched to this phone from another and want to reset it completely and get some music files off the phone. I can delete the sound but the name stays.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
