<?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>UKSTUDIO &#187; CodeRepos</title>
	<atom:link href="http://ukstudio.jp/tag/coderepos/feed/" rel="self" type="application/rss+xml" />
	<link>http://ukstudio.jp</link>
	<description>いわゆる86世代のブログです</description>
	<lastBuildDate>Wed, 11 Jan 2012 05:53:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<div id='fb-root'></div>
					<script type='text/javascript'>
						window.fbAsyncInit = function()
						{
							FB.init({appId: null, status: true, cookie: true, xfbml: true});
						};
						(function()
						{
							var e = document.createElement('script'); e.async = true;
							e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
							document.getElementById('fb-root').appendChild(e);
						}());
					</script>	
						<item>
		<title>fixdap.jpに「Rubyを極める」プロジェクトを作ってみました</title>
		<link>http://ukstudio.jp/2007/12/20/fixdap_ruby_project/</link>
		<comments>http://ukstudio.jp/2007/12/20/fixdap_ruby_project/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 21:19:13 +0000</pubDate>
		<dc:creator>ukstudio</dc:creator>
				<category><![CDATA[article]]></category>
		<category><![CDATA[CodeRepos]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://ukstudio.sakura.ne.jp/2007/12/20/fixdap_ruby_project/</guid>
		<description><![CDATA[Rubyを極める &#8211; fixdap @mobcovがRubyCocoaを極める &#8211; fixdapを。@faultierがRSpecを極める &#8211; fixdapを作っていたので、それらの姉妹プロジェクトってことで。 とりあえず、あまり難しいことは考えてないので「こんな勉強をしてみよう」とか「Rubyで○○なプログラムを書いてみよう」とかちょっとしたことでもタスク作っちゃって欲しいなと思う今日この頃。 丁度、近いうちに「たのしいRuby 第2版」の練習問題をちゃんとやろうと思ってたのでそのタスクを作ってみた。(http://fixdap.com/p/Ruby/1760/)書いたプログラムはこのブログにでも貼りつけて、そのリンクをfixdapの方にコメントで書けばいいかな。 もしくは、CodeReposにCommitしちゃうってのもありかなー。/lang/ruby/study/tanoshi_ruby/とかで。んで、もし添削したい人とかいたら勝手に修正してCommitしちゃえばいいし。あまりにも書き直すようであれば、fixdapのコメントで一言言うか、気にせずCommitして、svnのコメントになんかしら書いておけばいいし。 プロジェクトメンバーがオレ１人なのが寂しいなー。作ったばかりだから仕方ないけどw 追記 07/12/20 yappoさんからブクマでコメントもらいました。 yappo coderepos 添削用は coderepos.org/share/dan 以下で とのことなので、coderepos.org/share/dan/ruby/tanoshi_ruby/とか作ろうと思います。yappoさん、ありがとう。 あとプロジェクトメンバーがちょこっと増えてた。わっほい。]]></description>
			<content:encoded><![CDATA[				<div class='wpfblike' style='height: 40px;'><fb:like href='http://ukstudio.jp/2007/12/20/fixdap_ruby_project/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' send='false' /></div><p><a href="http://fixdap.com/p/Ruby/">Rubyを極める &#8211; fixdap</a></p>
				<p>@mobcovが<a href="http://fixdap.com/p/RubyCocoa/">RubyCocoaを極める &#8211; fixdap</a>を。@faultierが<a href="http://fixdap.com/p/rspec/">RSpecを極める &#8211; fixdap</a>を作っていたので、それらの姉妹プロジェクトってことで。</p>
				<p>とりあえず、あまり難しいことは考えてないので「こんな勉強をしてみよう」とか「Rubyで○○なプログラムを書いてみよう」とかちょっとしたことでもタスク作っちゃって欲しいなと思う今日この頃。</p>
				<p>丁度、近いうちに「たのしいRuby 第2版」の練習問題をちゃんとやろうと思ってたのでそのタスクを作ってみた。(<a href="http://fixdap.com/p/Ruby/1760/">http://fixdap.com/p/Ruby/1760/</a>)書いたプログラムはこのブログにでも貼りつけて、そのリンクをfixdapの方にコメントで書けばいいかな。</p>
				<p>もしくは、CodeReposにCommitしちゃうってのもありかなー。/lang/ruby/study/tanoshi_ruby/とかで。んで、もし添削したい人とかいたら勝手に修正してCommitしちゃえばいいし。あまりにも書き直すようであれば、fixdapのコメントで一言言うか、気にせずCommitして、svnのコメントになんかしら書いておけばいいし。</p>
				<p>プロジェクトメンバーがオレ１人なのが寂しいなー。作ったばかりだから仕方ないけどw</p>
				<h2>追記 07/12/20</h2>
				<p>yappoさんからブクマでコメントもらいました。</p>
				<blockquote><p>
				yappo coderepos 添削用は coderepos.org/share/dan 以下で
				</p></blockquote>
				<p>とのことなので、coderepos.org/share/dan/ruby/tanoshi_ruby/とか作ろうと思います。yappoさん、ありがとう。</p>
				<p>あとプロジェクトメンバーがちょこっと増えてた。わっほい。</p>
				<div class='wpfblike' style='height: 40px;'><fb:like href='http://ukstudio.jp/2007/12/20/fixdap_ruby_project/' layout='default' show_faces='true' width='400' action='like' colorscheme='light' send='false' /></div>
]]></content:encoded>
			<wfw:commentRss>http://ukstudio.jp/2007/12/20/fixdap_ruby_project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

