<?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>Intrepid Blog &#187; ruby</title>
	<atom:link href="http://blog.affien.com/archives/tag/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.affien.com</link>
	<description>A few thoughts</description>
	<lastBuildDate>Mon, 01 Mar 2010 00:58:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>rebuild-scm-ebuilds</title>
		<link>http://blog.affien.com/archives/2007/12/08/rebuild-scm-ebuilds/</link>
		<comments>http://blog.affien.com/archives/2007/12/08/rebuild-scm-ebuilds/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 18:51:37 +0000</pubDate>
		<dc:creator>Bas Westerbaan</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[portage]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[scm]]></category>

		<guid isPermaLink="false">http://blog.w-nz.com/archives/2007/12/08/rebuild-scm-ebuilds/</guid>
		<description><![CDATA[Two very simple ruby scripts (I love ruby!) and a little bash script that searches all ebuilds with 9999 in the name, orders them by dependencies and then emerge -a them.  Very useful when you got a lot of 9999 ebuilds.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://w-nz.com/~darkshines/projects/rebuild-scm-ebuilds.tar.bz2">Two very simple ruby scripts (I love ruby!) and a little bash script</a> that searches all ebuilds with 9999 in the name, orders them by dependencies and then emerge -a them.  Very useful when you got a lot of 9999 ebuilds.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.affien.com/archives/2007/12/08/rebuild-scm-ebuilds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby and parenthesis</title>
		<link>http://blog.affien.com/archives/2007/04/11/ruby-and-parenthesis/</link>
		<comments>http://blog.affien.com/archives/2007/04/11/ruby-and-parenthesis/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 17:06:30 +0000</pubDate>
		<dc:creator>Bas Westerbaan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[syntax]]></category>

		<guid isPermaLink="false">http://blog.w-nz.com/archives/2007/04/11/ruby-and-parenthesis/</guid>
		<description><![CDATA[Do you prefer
p = Pathaname.new('.').realpath
or
p = (Pathname.new '.').realpath?
]]></description>
			<content:encoded><![CDATA[<p>Do you prefer</p>
<p><code>p = Pathaname.new('.').realpath</code></p>
<p>or</p>
<p><code>p = (Pathname.new '.').realpath</code>?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.affien.com/archives/2007/04/11/ruby-and-parenthesis/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>sinp.rb</title>
		<link>http://blog.affien.com/archives/2006/07/03/sinprb/</link>
		<comments>http://blog.affien.com/archives/2006/07/03/sinprb/#comments</comments>
		<pubDate>Sun, 02 Jul 2006 23:30:49 +0000</pubDate>
		<dc:creator>Bas Westerbaan</dc:creator>
				<category><![CDATA[SINP]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://blog.w-nz.com/archives/2006/07/03/sinprb/</guid>
		<description><![CDATA[irb&#62; require 'sinp'
irb&#62; c = SINP::Client.new nil, nil, [:http]
irb&#62; c.getPublicDocument('Kristy@w-nz.com').write
&#60;requested version='2'&#62;
&#60;sinp-id&#62;
        &#60;name&#62;&#60;nick&#62;kristy&#60;/nick&#62;&#60;/name&#62;
        &#60;address type='email'&#62;kbuiter@hotmail.com&#60;/address&#62;
        &#60;uri&#62;hotmail.com&#60;/uri&#62;
&#60;/sinp-id&#62;
        &#60;/requested&#62;
As you can see, I&#8217;ve almost finished the implementation of a Ruby [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><code>irb&gt; <strong>require 'sinp'</strong><br />
irb&gt; <strong>c = SINP::Client.new nil, nil, [:http]</strong><br />
irb&gt; <strong>c.getPublicDocument('Kristy@w-nz.com').write</strong><br />
&lt;requested version='2'&gt;<br />
&lt;sinp-id&gt;<br />
        &lt;name&gt;&lt;nick&gt;kristy&lt;/nick&gt;&lt;/name&gt;<br />
        &lt;address type='email'&gt;kbuiter@hotmail.com&lt;/address&gt;<br />
        &lt;uri&gt;hotmail.com&lt;/uri&gt;<br />
&lt;/sinp-id&gt;<br />
        &lt;/requested&gt;</code></p></blockquote>
<p>As you can see, I&#8217;ve almost finished the implementation of a Ruby SINP client &#8212; I only got to finish SINP Negotiation.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.affien.com/archives/2006/07/03/sinprb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
