<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>takulab &#187; Ruby</title>
	<atom:link href="http://www.takulab.com/category/programing/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.takulab.com</link>
	<description>Cloud, Programing, Linux, Web, Social Appli, Camera, Soccer...</description>
	<lastBuildDate>Sun, 01 Aug 2010 02:40:41 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.takulab.com/category/programing/ruby/feed/" />
		<item>
		<title>Rubyでアルゴリズム 第02回 ~クイックソート編~</title>
		<link>http://www.takulab.com/programing/ruby/ruby-algorithm-quicksort/</link>
		<comments>http://www.takulab.com/programing/ruby/ruby-algorithm-quicksort/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 12:37:25 +0000</pubDate>
		<dc:creator>takus</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[アルゴリズム]]></category>

		<guid isPermaLink="false">http://www.takulab.com/uncategorized/ruby%e3%81%a7%e3%82%a2%e3%83%ab%e3%82%b4%e3%83%aa%e3%82%ba%e3%83%a0-%e7%ac%ac02%e5%9b%9e-%e3%82%af%e3%82%a4%e3%83%83%e3%82%af%e3%82%bd%e3%83%bc%e3%83%88%e7%b7%a8/</guid>
		<description><![CDATA[



 

前回の Rubyでアルゴリズム 第01回 ~バブルソート編~ に続いて、今回はクイックソートに取り組んでいく。
 クイックソートって？
例のごとくWikipediaを見てみると、


クイックソート [...]]]></description>
		<wfw:commentRss>http://www.takulab.com/programing/ruby/ruby-algorithm-quicksort/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.takulab.com/programing/ruby/ruby-algorithm-quicksort/" />
	</item>
		<item>
		<title>Rubyでアルゴリズム 第01回 ~バブルソート編~</title>
		<link>http://www.takulab.com/programing/ruby/ruby-algorithm-bubblesort/</link>
		<comments>http://www.takulab.com/programing/ruby/ruby-algorithm-bubblesort/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 14:36:29 +0000</pubDate>
		<dc:creator>takus</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[アルゴリズム]]></category>

		<guid isPermaLink="false">http://www.takulab.com/uncategorized/ruby%e3%81%a7%e3%82%a2%e3%83%ab%e3%82%b4%e3%83%aa%e3%82%ba%e3%83%a0-%e7%ac%ac01%e5%9b%9e-%e3%83%90%e3%83%96%e3%83%ab%e3%82%bd%e3%83%bc%e3%83%88%e7%b7%a8/</guid>
		<description><![CDATA[

Rubyを学びつつアルゴリズムも復習し直そうということで、1日1記事を目標にやっていけたらと思っている。記念すべき初回である今回はバブルソートを実装。

 バブルソートって？？
Wikipediaにはこんな風に書いて [...]]]></description>
		<wfw:commentRss>http://www.takulab.com/programing/ruby/ruby-algorithm-bubblesort/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.takulab.com/programing/ruby/ruby-algorithm-bubblesort/" />
	</item>
		<item>
		<title>Rubyで簡単にベンチマークを行う方法</title>
		<link>http://www.takulab.com/programing/ruby/ruby-banchmark/</link>
		<comments>http://www.takulab.com/programing/ruby/ruby-banchmark/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 07:21:11 +0000</pubDate>
		<dc:creator>takus</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[ベンチマーク]]></category>

		<guid isPermaLink="false">http://www.takulab.com/uncategorized/ruby%e3%81%a7%e7%b0%a1%e5%8d%98%e3%81%ab%e3%83%99%e3%83%b3%e3%83%81%e3%83%9e%e3%83%bc%e3%82%af%e3%82%92%e8%a1%8c%e3%81%86%e6%96%b9%e6%b3%95/</guid>
		<description><![CDATA[

何かの処理時間を測定したいときに便利。
Benchmarkモジュールを利用する。


require &#34;benchmark&#34;
puts Benchmark::CAPTION
puts Benchm [...]]]></description>
		<wfw:commentRss>http://www.takulab.com/programing/ruby/ruby-banchmark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.takulab.com/programing/ruby/ruby-banchmark/" />
	</item>
		<item>
		<title>Ruby講座 その01 ~インストールからHello World~</title>
		<link>http://www.takulab.com/programing/ruby/ruby-starter01/</link>
		<comments>http://www.takulab.com/programing/ruby/ruby-starter01/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 15:13:42 +0000</pubDate>
		<dc:creator>takus</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.takulab.com/blog/?p=203</guid>
		<description><![CDATA[
Rubyで何か作ってみようと思ったので、勉強の過程を残しておこうと思う。

Rubyのインストール
Rubyの実行環境をインストールするにはいろいろな手段があるが、ここではWindowsで最も簡単と言われる「One-C [...]]]></description>
		<wfw:commentRss>http://www.takulab.com/programing/ruby/ruby-starter01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.takulab.com/programing/ruby/ruby-starter01/" />
	</item>
	</channel>
</rss>
