<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Casual Code</title>
	<atom:link href="http://www.casualcode.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.casualcode.com</link>
	<description>Coding for the casual coder</description>
	<pubDate>Wed, 09 Jul 2008 01:21:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Search Google Docs with Precipitate</title>
		<link>http://www.casualcode.com/2008/07/08/search-google-docs-with-precipitate/</link>
		<comments>http://www.casualcode.com/2008/07/08/search-google-docs-with-precipitate/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 00:38:30 +0000</pubDate>
		<dc:creator>Casual Coder</dc:creator>
		
		<category><![CDATA[Mac OS]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.casualcode.com/?p=26</guid>
		<description><![CDATA[A new tools released by Google allows Mac users to search you online Google documents.  With this new tool the accessability of Google Docs has increased.
Precipitate Project Page

]]></description>
			<content:encoded><![CDATA[<p>A new tools released by Google allows Mac users to search you online Google documents.  With this new tool the accessability of Google Docs has increased.</p>
<p><a title="Precipitate" href="http://code.google.com/p/precipitate/" target="_self">Precipitate Project Page<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.casualcode.com/2008/07/08/search-google-docs-with-precipitate/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Releases Open Source Project: Protocol Buffers</title>
		<link>http://www.casualcode.com/2008/07/08/google-releases-open-source-project-protocol-buffers/</link>
		<comments>http://www.casualcode.com/2008/07/08/google-releases-open-source-project-protocol-buffers/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 00:33:53 +0000</pubDate>
		<dc:creator>Casual Coder</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.casualcode.com/?p=25</guid>
		<description><![CDATA[Google recently released a new open source tool called &#8220;Protocol Buffers.&#8221;  Protocol Buffers allows developers to store and tranfers structed data.  Claims have been made that Protocol Buffers can be upto 10x faster than XML.
It always nice when Google gives back to the open source community and this is a great project.
]]></description>
			<content:encoded><![CDATA[<p>Google recently released a new open source tool called &#8220;<a href="http://googleblog.blogspot.com/2008/07/protocol-buffers-our-open-source-data.html">Protocol Buffers</a>.&#8221;  Protocol Buffers allows developers to store and tranfers structed data.  Claims have been made that Protocol Buffers can be upto 10x faster than XML.</p>
<p>It always nice when Google gives back to the open source community and this is a great project.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.casualcode.com/2008/07/08/google-releases-open-source-project-protocol-buffers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Leopard terminal with Colors</title>
		<link>http://www.casualcode.com/2008/06/28/leopard-terminal-with-colors/</link>
		<comments>http://www.casualcode.com/2008/06/28/leopard-terminal-with-colors/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 00:12:43 +0000</pubDate>
		<dc:creator>Casual Coder</dc:creator>
		
		<category><![CDATA[Mac OS]]></category>

		<guid isPermaLink="false">http://www.casualcode.com/?p=23</guid>
		<description><![CDATA[Lately I have been having some minor readabiltiy issues with my Terminal.app.  After some Google searching I came across a nice set of step which help you improve your Terminal.app.
]]></description>
			<content:encoded><![CDATA[<p>Lately I have been having some minor readabiltiy issues with my Terminal.app.  After some Google searching I came across a nice set of step which help you <a href="http://www.aidanf.net/blog/2008/01/29/improving-leopard-terminal">improve your Terminal.app</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.casualcode.com/2008/06/28/leopard-terminal-with-colors/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to enable cron log in Ubuntu</title>
		<link>http://www.casualcode.com/2008/05/18/how-to-enable-cron-log-in-ubuntu/</link>
		<comments>http://www.casualcode.com/2008/05/18/how-to-enable-cron-log-in-ubuntu/#comments</comments>
		<pubDate>Sun, 18 May 2008 16:01:36 +0000</pubDate>
		<dc:creator>Casual Coder</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.casualcode.com/?p=22</guid>
		<description><![CDATA[I have been having some problems debugging some of my cron scripts and when I went looking for the cron log file it didn&#8217;t exists.  By default, Ubuntu disables the cron log.
The following steps will enable the cron log to allow for better debugging details.

Edit /etc/syslog.conf and uncomment the line starting with cron.*
Run /etc/init.d/sysklogd [...]]]></description>
			<content:encoded><![CDATA[<p>I have been having some problems debugging some of my cron scripts and when I went looking for the cron log file it didn&#8217;t exists.  By default, Ubuntu disables the cron log.</p>
<p>The following steps will enable the cron log to allow for better debugging details.</p>
<ol>
<li>Edit <code>/etc/syslog.conf</code> and uncomment the line starting with <code>cron.*</code></li>
<li>Run <code>/etc/init.d/sysklogd restart</code></li>
<li>Run <code>/etc/init.d/cron restart</code></li>
</ol>
<p><a href="http://www.matthewekent.com/2008/03/how-to-enable-cron-log-in-ubun.html">Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.casualcode.com/2008/05/18/how-to-enable-cron-log-in-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fix: Mac OS X Home/End/Page Up/Page Down Keys</title>
		<link>http://www.casualcode.com/2008/05/14/fix-mac-osx-home-end-page-up-page-down-keys/</link>
		<comments>http://www.casualcode.com/2008/05/14/fix-mac-osx-home-end-page-up-page-down-keys/#comments</comments>
		<pubDate>Thu, 15 May 2008 04:36:52 +0000</pubDate>
		<dc:creator>Casual Coder</dc:creator>
		
		<category><![CDATA[Mac OS]]></category>

		<guid isPermaLink="false">http://www.casualcode.com/?p=21</guid>
		<description><![CDATA[I am a recent Mac convert and one annoying thing about Terminal.app is that the Home/End/Page Up/Page Down keys do not function properly.  Luckily, I ran into a blog which outlines the fixes for this issue.
Fixing Page Up and Page Down Keys in Leopard&#8217;s Terminal.app
Fixing Home and End Keys in Leopard&#8217;s Terminal.app
]]></description>
			<content:encoded><![CDATA[<p>I am a recent Mac convert and one annoying thing about Terminal.app is that the Home/End/Page Up/Page Down keys do not function properly.  Luckily, I ran into a blog which outlines the fixes for this issue.</p>
<p><a href="http://sysadminschronicles.com/articles/2008/05/11/tip-of-the-day-fixing-page-up-and-page-down-keys-in-leopards-terminal-app">Fixing Page Up and Page Down Keys in Leopard&#8217;s Terminal.app</a></p>
<p><a href="http://sysadminschronicles.com/articles/2008/05/11/tip-of-the-day-fixing-home-and-end-keys-in-leopards-terminal-app">Fixing Home and End Keys in Leopard&#8217;s Terminal.app</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.casualcode.com/2008/05/14/fix-mac-osx-home-end-page-up-page-down-keys/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Problem while Installing Ruby GEM on Ubuntu</title>
		<link>http://www.casualcode.com/2007/12/26/problem-while-installing-ruby-gem-on-ubuntu/</link>
		<comments>http://www.casualcode.com/2007/12/26/problem-while-installing-ruby-gem-on-ubuntu/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 10:06:02 +0000</pubDate>
		<dc:creator>Casual Coder</dc:creator>
		
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.casualcode.com/2007/12/26/problem-while-installing-ruby-gem-on-ubuntu/</guid>
		<description><![CDATA[When I was trying to install a ruby gem the other day on Ubuntu, I ran into the following error:
extconf.rb:1:in `require&#8217;: no such file to load &#8212; 
mkmf (LoadError)
After doing some research I figured out the following command will get things working in my favor:
sudo apt-get install ruby1.8-dev
Source
]]></description>
			<content:encoded><![CDATA[<p>When I was trying to install a ruby gem the other day on Ubuntu, I ran into the following error:</p>
<pre><em><font size="-1"><strong>extconf</strong>.rb:1:in `require&#8217;: no such file to load &#8212; </font></em></pre>
<pre><em><font size="-1">mkmf (<strong>LoadError</strong>)</font></em></pre>
<p>After doing some research I figured out the following command will get things working in my favor:</p>
<pre>sudo apt-get install ruby1.8-dev</pre>
<p><a href="http://mentalized.net/journal/2006/01/24/no_such_file_to_load_mkmf/">Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.casualcode.com/2007/12/26/problem-while-installing-ruby-gem-on-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hard Reset for Samsung Phones</title>
		<link>http://www.casualcode.com/2007/06/28/hard-reset-for-samsung-phones/</link>
		<comments>http://www.casualcode.com/2007/06/28/hard-reset-for-samsung-phones/#comments</comments>
		<pubDate>Thu, 28 Jun 2007 23:08:51 +0000</pubDate>
		<dc:creator>Casual Coder</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.casualcode.com/2007/06/28/hard-reset-for-samsung-phones/</guid>
		<description><![CDATA[Been having some problems with my Samsung Cell Phone and a hard reset seemed to have solved the problem.
Just input the following: *2767*3855#
Use at you own risk! It worked for my Samsung t809 and Samsung X105.
]]></description>
			<content:encoded><![CDATA[<p>Been having some problems with my Samsung Cell Phone and a hard reset seemed to have solved the problem.</p>
<p>Just input the following: *2767*3855#</p>
<p>Use at you own risk! It worked for my Samsung t809 and Samsung X105.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.casualcode.com/2007/06/28/hard-reset-for-samsung-phones/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Interview and Scholarship</title>
		<link>http://www.casualcode.com/2007/01/16/google-interview-and-scholarship/</link>
		<comments>http://www.casualcode.com/2007/01/16/google-interview-and-scholarship/#comments</comments>
		<pubDate>Wed, 17 Jan 2007 02:46:16 +0000</pubDate>
		<dc:creator>Casual Coder</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.casualcode.com/2007/01/16/google-interview-and-scholarship/</guid>
		<description><![CDATA[I just finished with a Google Interview for an internship.  I must say it was a very challenging phone interview.  I will see the results of the phone interview in about a week.
I am also one of eight students to receive the UNCF / Google Scholarship for 2006 - 2007.  I greatly [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished with a Google Interview for an internship.  I must say it was a very challenging phone interview.  I will see the results of the phone interview in about a week.</p>
<p>I am also one of eight students to receive the <a href="http://googleblog.blogspot.com/2007/01/uncfgoogle-scholarship.html">UNCF / Google Scholarship</a> for 2006 - 2007.  I greatly appreciate the efforts of both Google and the UNCF.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.casualcode.com/2007/01/16/google-interview-and-scholarship/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quick Ruby File Operations</title>
		<link>http://www.casualcode.com/2007/01/05/quick-ruby-file-operations/</link>
		<comments>http://www.casualcode.com/2007/01/05/quick-ruby-file-operations/#comments</comments>
		<pubDate>Fri, 05 Jan 2007 07:16:53 +0000</pubDate>
		<dc:creator>Casual Coder</dc:creator>
		
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.casualcode.com/2007/01/05/quick-ruby-file-operations/</guid>
		<description><![CDATA[I was working on a quick program to read and write data to files in Ruby.  I am new to Ruby so here is a quick lesson in basic Ruby file operations.
Reading Files

my_file = 'jokes.txt'

f = File.open(my_file, 'r')
file_data = f.read
f.close

puts file_data

Writing Files

my_file = 'jokes.txt'

f = File.open(my_file, 'w')
f.write("How many ruby's does it take to cross [...]]]></description>
			<content:encoded><![CDATA[<p>I was working on a quick program to read and write data to files in Ruby.  I am new to Ruby so here is a quick lesson in basic Ruby file operations.</p>
<p><strong>Reading Files</strong></p>
<textarea name="code" class="ruby:nogutter" cols="60" rows="10">
my_file = 'jokes.txt'

f = File.open(my_file, 'r')
file_data = f.read
f.close

puts file_data
</textarea>
<p><strong>Writing Files</strong></p>
<textarea name="code" class="ruby:nogutter" cols="60" rows="10">
my_file = 'jokes.txt'

f = File.open(my_file, 'w')
f.write("How many ruby's does it take to cross the rail?")
f.close
</textarea>
<p>This is a pretty straight forward example.  I make use of the &#8220;r&#8221; and &#8220;w&#8221; I/O modes.  You can find out more about the I/O modes at the <a href="http://www.ruby-doc.org/core/classes/IO.html">Ruby API</a> site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.casualcode.com/2007/01/05/quick-ruby-file-operations/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TortoiseSVN and Windows Vista</title>
		<link>http://www.casualcode.com/2006/12/30/tortoisesvn-and-windows-vista/</link>
		<comments>http://www.casualcode.com/2006/12/30/tortoisesvn-and-windows-vista/#comments</comments>
		<pubDate>Sat, 30 Dec 2006 21:47:56 +0000</pubDate>
		<dc:creator>Casual Coder</dc:creator>
		
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.casualcode.com/blog/2006/12/30/tortoisesvn-and-windows-vista/</guid>
		<description><![CDATA[I had some problems with TortoiseSVN 1.4.1 and Windows Vista Ultimate.  TortoiseSVN would complain about the status cache.  It got really annoying.  After installing the latest nightly build, everything has been working just fine.
]]></description>
			<content:encoded><![CDATA[<p>I had some problems with TortoiseSVN 1.4.1 and Windows Vista Ultimate.  TortoiseSVN would complain about the status cache.  It got really annoying.  After installing the latest <a target="_blank" href="http://nightlybuilds.tortoisesvn.net/latest/">nightly build</a>, everything has been working just fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.casualcode.com/2006/12/30/tortoisesvn-and-windows-vista/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
