<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="diary.xsl" type="text/xsl"?>
<rdf:RDF xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
  xmlns:image="http://purl.org/rss/1.0/modules/image/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
  xmlns="http://purl.org/rss/1.0/">
  <channel rdf:about="http://jarp.does.notwork.org/diary/index.rdf">
    <title>Just another Ruby porter,</title>
    <link>http://jarp.does.notwork.org/diary/</link>
    <description>たぶんRubyに関する日誌</description>
    <image rdf:resource="http://jarp.does.notwork.org/diary/JARP.png"/>
    <items>
      <rdf:Seq>
        <rdf:li resource="http://jarp.does.notwork.org/diary/200808b.html#200808201"/>
        <rdf:li resource="http://jarp.does.notwork.org/diary/200808b.html#200808191"/>
        <rdf:li resource="http://jarp.does.notwork.org/diary/200808b.html#200808181"/>
        <rdf:li resource="http://jarp.does.notwork.org/diary/200808b.html#200808171"/>
        <rdf:li resource="http://jarp.does.notwork.org/diary/200808b.html#200808161"/>
      </rdf:Seq>
    </items>
    <dc:creator>eban</dc:creator>
    <dc:language>ja</dc:language>
  </channel>
  <image rdf:about="http://jarp.does.notwork.org/diary/JARP.png">
    <title>Just another Ruby porter,</title>
    <url>http://jarp.does.notwork.org/diary/JARP.png</url>
    <link>http://jarp.does.notwork.org/diary/</link>
  </image>
  <item rdf:about="http://jarp.does.notwork.org/diary/200808b.html#200808201">
    <title>落雷で停電</title>
    <link>http://jarp.does.notwork.org/diary/200808b.html#200808201</link>
    <description>今回は1秒ぐらいで復活したので、PC的にはリセットと同じだったようだ。...</description>
    <content:encoded><![CDATA[<p>
今回は1秒ぐらいで復活したので、PC的にはリセットと同じだったようだ。<br>
そのまま再起動された。
</p>
<p>
しかし毎日のように豪雨だな。<br>
夜は涼しくて過ごしやすくていいんだけど、<br>
たまたま帰宅時に遭遇して大変なことに。
</p>
]]></content:encoded>

    <dc:creator>eban</dc:creator>
    <dc:subject>Life</dc:subject>
    <dc:date>2008-08-21T01:40:43.253919+09:00</dc:date>
  </item>
  <item rdf:about="http://jarp.does.notwork.org/diary/200808b.html#200808191">
    <title>Nested Hash</title>
    <link>http://jarp.does.notwork.org/diary/200808b.html#200808191</link>
    <description>これはなかなか面白い。...</description>
    <content:encoded><![CDATA[<p>
これはなかなか面白い。
</p>
<pre>
% irb
&gt;&gt; hash = Hash.new{|h, k| h[k] = Hash.new(&amp;h.default_proc)}
=&gt; {}
&gt;&gt; hash[1][2][3] = 1
=&gt; 1
&gt;&gt; hash[:a][:b][:c] = 1
=&gt; 1
&gt;&gt; hash
=&gt; {:a=&gt;{:b=&gt;{:c=&gt;1}}, 1=&gt;{2=&gt;{3=&gt;1}}}
</pre>
<a href="http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/311341">http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/311341</a>
]]></content:encoded>

    <dc:creator>eban</dc:creator>
    <dc:subject>Ruby</dc:subject>
    <dc:date>2008-08-20T01:41:44.775308+09:00</dc:date>
  </item>
  <item rdf:about="http://jarp.does.notwork.org/diary/200808b.html#200808181">
    <title>w3mでgoogle</title>
    <link>http://jarp.does.notwork.org/diary/200808b.html#200808181</link>
    <description>w3mでgoogleを見ると連番がついてることに気づいた。...</description>
    <content:encoded><![CDATA[<p>
w3mでgoogleを見ると連番がついてることに気づいた。<br>
見やすくなった。もっともずっと以前は空行が区切りでもっとわかりやすかったんだが。
</p>
]]></content:encoded>

    <dc:creator>eban</dc:creator>
    <dc:subject>Web</dc:subject>
    <dc:date>2008-08-19T02:15:55.845284+09:00</dc:date>
  </item>
  <item rdf:about="http://jarp.does.notwork.org/diary/200808b.html#200808171">
    <title>Scheduled Website Maintenance | Upgrade</title>
    <link>http://jarp.does.notwork.org/diary/200808b.html#200808171</link>
    <description>長かったなあ。なんだかんだで結構Diigoに依存してることに気づいた。...</description>
    <content:encoded><![CDATA[<p>
長かったなあ。なんだかんだで結構Diigoに依存してることに気づいた。
</p>
<a href="http://blog.diigo.com/2008/08/13/scheduled-website-maintenance/">http://blog.diigo.com/2008/08/13/scheduled-website-maintenance/</a>
]]></content:encoded>

    <dc:creator>eban</dc:creator>
    <dc:subject>Diigo</dc:subject>
    <dc:date>2008-08-18T00:21:55.94916+09:00</dc:date>
  </item>
  <item rdf:about="http://jarp.does.notwork.org/diary/200808b.html#200808161">
    <title>落雷</title>
    <link>http://jarp.does.notwork.org/diary/200808b.html#200808161</link>
    <description>落雷で停電2回。両方とも10秒ほどで復活。雷見物してる場合じゃなかった。...</description>
    <content:encoded><![CDATA[<p>
落雷で停電2回。両方とも10秒ほどで復活。雷見物してる場合じゃなかった。
</p>
]]></content:encoded>

    <dc:creator>eban</dc:creator>
    <dc:subject>Life</dc:subject>
    <dc:date>2008-08-17T01:55:05.87061+09:00</dc:date>
  </item>
</rdf:RDF>
