<?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>Duplo &#187; Ruby</title>
	<atom:link href="http://kill-0.com/duplo/tag/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://kill-0.com/duplo</link>
	<description>Building Blocks &#038; Learning Experiences</description>
	<lastBuildDate>Fri, 02 Jul 2010 16:03:14 +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>My tweaks to metric_fu&#8217;s saikuro and flay configurations</title>
		<link>http://kill-0.com/duplo/2010/02/09/my-tweaks-to-metric_fus-saikuro-and-flay-configurations/</link>
		<comments>http://kill-0.com/duplo/2010/02/09/my-tweaks-to-metric_fus-saikuro-and-flay-configurations/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 06:26:01 +0000</pubDate>
		<dc:creator>ericw</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[metric_fu]]></category>
		<category><![CDATA[saikuro]]></category>

		<guid isPermaLink="false">http://kill-0.com/duplo/?p=91</guid>
		<description><![CDATA[In the process of setting up metric_fu, I found that, one way or another, saikuro&#8217;s output wasn&#8217;t getting into the correct place. I&#8217;ll spare you the long story, and just show the config settings I had to put into my Rakefile to get things working: config.saikuro = { &#58;output_directory => "#{ENV["CC_BUILD_ARTIFACTS"]}/scratch/saikuro", :input_directory => ["app\" --input_directory [...]]]></description>
			<content:encoded><![CDATA[<p>In the process of setting up metric_fu, I found that, one way or another, saikuro&#8217;s output wasn&#8217;t getting into the correct place.  I&#8217;ll spare you the long story, and just show the config settings I had to put into my Rakefile to get things working:<br />
<code>
<pre>config.saikuro = {
<b>  &#58;output_directory => "#{ENV["CC_BUILD_ARTIFACTS"]}/scratch/saikuro", </b>
<b>  :input_directory => ["app\" --input_directory \"lib"],</b>
  :cyclo => "",
  :filter_cyclo => "0",
  :warn_cyclo => "5",
  :error_cyclo => "7",
  :formater => "text", #this needs to be set to "text"
}
config.flay = {
  :dirs_to_flay => ['app', 'lib',],
<b>  :minimum_score => 10, </b>
}
</pre>
<p></code><br />
My changes in bold.</p>
]]></content:encoded>
			<wfw:commentRss>http://kill-0.com/duplo/2010/02/09/my-tweaks-to-metric_fus-saikuro-and-flay-configurations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Voyeur: Growl Notifications for MPD</title>
		<link>http://kill-0.com/duplo/2008/08/23/voyeur-growl-notifications-for-mpd/</link>
		<comments>http://kill-0.com/duplo/2008/08/23/voyeur-growl-notifications-for-mpd/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 01:10:24 +0000</pubDate>
		<dc:creator>ericw</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[mpd]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[voyeur]]></category>

		<guid isPermaLink="false">http://kill-0.com/duplo/2008/08/23/voyeur-growl-notifications-for-mpd/</guid>
		<description><![CDATA[Voyeur is a very small bit of ruby code that I&#8217;ve written to display updates to your MPD stream via Growl. You can find it here:  http://kill-0.com/voyeur/ You start and stop it as you would a daemon, ie $ ./voyeur start and ./voyeur stop. As an added bonus, you can send it a HUP signal, [...]]]></description>
			<content:encoded><![CDATA[<p>Voyeur is a very small bit of ruby code that I&#8217;ve written to display updates to your MPD stream via Growl.</p>
<p>You can find it here:  <a href="http://kill-0.com/voyeur/" title="Voyeur">http://kill-0.com/voyeur/</a></p>
<p>You start and stop it as you would a daemon, ie <tt>$ ./voyeur start</tt> and <tt>./voyeur stop</tt>.  As an added bonus, you can send it a HUP signal, and it will immediately display the current track information or status.  Here&#8217;s a screen shot:</p>
<p><a href="http://kill-0.com/duplo/wp-content/uploads/2008/08/voyeur-screenshot.png" title="Voyeur: Screenshot"><img src="http://kill-0.com/duplo/wp-content/uploads/2008/08/voyeur-screenshot.thumbnail.png" alt="Voyeur: Screenshot" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://kill-0.com/duplo/2008/08/23/voyeur-growl-notifications-for-mpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
