<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The.Failboat.me &#187; hello</title>
	<atom:link href="http://failboat.me/tag/hello/feed/" rel="self" type="application/rss+xml" />
	<link>http://failboat.me</link>
	<description>Everything about Nothing</description>
	<lastBuildDate>Mon, 30 Aug 2010 03:10:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Best Hello World App Ever :D</title>
		<link>http://failboat.me/2010/best-hello-world-app-ever-d/</link>
		<comments>http://failboat.me/2010/best-hello-world-app-ever-d/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 22:07:06 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[hello]]></category>
		<category><![CDATA[world]]></category>

		<guid isPermaLink="false">http://failboat.me/?p=555</guid>
		<description><![CDATA[<p>Written in Python <img src='http://failboat.me/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>See <a href="http://failboat.me/2009/cute-functions-creating-pseudo-operators-in-python/">http://failboat.me/2009/cute-functions-creating-pseudo-operators-in-python/</a> for more details.</p>
<pre class="brush: python">
#Hello World

class Operator(object):
    def __init__(self, func, count=2):
        self._func_ = func
        self._args_ = []
        self._count_ = count
    def __ror__(self, first_arg):
        self._args_.append(first_arg)
        return</pre><p>&#8230;</p>]]></description>
		<wfw:commentRss>http://failboat.me/2010/best-hello-world-app-ever-d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
