<?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>blog.udzura.jp &#187; 勉強記録</title>
	<atom:link href="http://blog.udzura.jp/categories/tech/study-memo/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.udzura.jp</link>
	<description>Got on the Weird Rails</description>
	<lastBuildDate>Sat, 04 Feb 2012 02:41:43 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>「ソフトウェアテスト　最初の一歩」セミナー に参加した</title>
		<link>http://blog.udzura.jp/2011/11/11/softwaretest-first-step-report/</link>
		<comments>http://blog.udzura.jp/2011/11/11/softwaretest-first-step-report/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 05:43:01 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[勉強記録]]></category>

		<guid isPermaLink="false">http://blog.udzura.jp/?p=1271</guid>
		<description><![CDATA[Time to Read 1分 11 が三つ並んだのでブログを書きます。！ 昨日、 NHN さんで行われた「ソフトウェアテスト　最初の一歩」に参加してきた。 セミナーで言われていたことは大変明解で、要はテストを分類する上 [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2011/11/11/softwaretest-first-step-report/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>まどか☆マギカ勉強会を終えて</title>
		<link>http://blog.udzura.jp/2011/09/26/review-of-madoka-magika/</link>
		<comments>http://blog.udzura.jp/2011/09/26/review-of-madoka-magika/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 06:01:29 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[勉強記録]]></category>
		<category><![CDATA[＜技術一般＞]]></category>
		<category><![CDATA[＜雑＞]]></category>

		<guid isPermaLink="false">http://blog.udzura.jp/?p=1181</guid>
		<description><![CDATA[Time to Read 5秒 ハードでした。 魔法少女まどか☆マギカ 1 【完全生産限定版】 [Blu-ray] 販売元：アニプレックス( 2011-04-27 ) 時間：60 分 2 枚組 ( Blu-ray ) 魔 [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2011/09/26/review-of-madoka-magika/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>僕とデータベーススペシャリストと勉強法</title>
		<link>http://blog.udzura.jp/2010/06/29/study-tips-for-db/</link>
		<comments>http://blog.udzura.jp/2010/06/29/study-tips-for-db/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 11:44:06 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[DataBase]]></category>
		<category><![CDATA[勉強記録]]></category>

		<guid isPermaLink="false">http://blog.udzura.jp/?p=463</guid>
		<description><![CDATA[2010年4月に実施された、データベーススペシャリスト試験に合格しました。 いやまあ、未だに「採点ミス？　隣の人の答案じゃないの？」　とか疑ってたりもするんですが（w　さすがに普通に合格したと思います。今回は、DBスペシ [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2010/06/29/study-tips-for-db/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>僕の考えたカリー化</title>
		<link>http://blog.udzura.jp/2010/01/14/my-own-thought-about-currying/</link>
		<comments>http://blog.udzura.jp/2010/01/14/my-own-thought-about-currying/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 01:21:07 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[勉強記録]]></category>
		<category><![CDATA[＜技術一般＞]]></category>

		<guid isPermaLink="false">http://blog.udzura.jp/?p=243</guid>
		<description><![CDATA[カリー化とは 複数の引数をとる関数を、引数が「もとの関数の最初の引数」で戻り値が「もとの関数の残りの引数を取り結果を返す関数」であるような関数にすること。 http://wiki.onakasuita.org/pukiw [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2010/01/14/my-own-thought-about-currying/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>関数型っぽい言語を比較 &#8211; Quick Sort編 -</title>
		<link>http://blog.udzura.jp/2009/12/29/comparison-between-functional-languages/</link>
		<comments>http://blog.udzura.jp/2009/12/29/comparison-between-functional-languages/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 03:24:27 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[勉強記録]]></category>
		<category><![CDATA[＜技術一般＞]]></category>

		<guid isPermaLink="false">http://blog.udzura.jp/?p=219</guid>
		<description><![CDATA[関数型な書き方が得意な言語を比較。目に付いたモノを一通り見ただけの自分メモです。。 Erlang 1 2 3 qsort&#40;&#91;&#93;&#41; -&#62; &#91;&#93;; qsort&#40;&#038; [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2009/12/29/comparison-between-functional-languages/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>受けたい資格とか考えてみた</title>
		<link>http://blog.udzura.jp/2009/11/16/it-qualification-i-want-to-get/</link>
		<comments>http://blog.udzura.jp/2009/11/16/it-qualification-i-want-to-get/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 14:06:14 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[勉強記録]]></category>

		<guid isPermaLink="false">http://blog.udzura.jp/?p=99</guid>
		<description><![CDATA[基本情報処理技術者試験の合格発表日です。受けた方々はお疲れ様でした。僕は応用情報を受けたので、来月半ばまでは落ち着かない日々ですが。。。 そんな日に資格について考えてみた。今日池袋のジュンク堂寄ってきたので、ついでにじろ [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2009/11/16/it-qualification-i-want-to-get/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>楽々ERDレッスン 読んだ</title>
		<link>http://blog.udzura.jp/2009/11/09/erd-lesson/</link>
		<comments>http://blog.udzura.jp/2009/11/09/erd-lesson/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 15:02:38 +0000</pubDate>
		<dc:creator>udzura</dc:creator>
				<category><![CDATA[勉強記録]]></category>
		<category><![CDATA[＜本＞]]></category>

		<guid isPermaLink="false">http://blog.udzura.jp/?p=14</guid>
		<description><![CDATA[大まかに読んだ。 正直、僕の理解力では何度も読み直さないといけないし、でもそうするに足る本だと思う。 感想を羅列。 書籍全体にあふれる「RDBMSへの愛情」が素晴らしいと思った。愛に溢れる語りは、僕は読んでいてとても気持 [...]]]></description>
		<wfw:commentRss>http://blog.udzura.jp/2009/11/09/erd-lesson/feed/</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
	</channel>
</rss>

