<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xml:lang="ja"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">
    <channel rdf:about="http://brenhilt.com/update.xml">
        <title>PRESTALE 更新情報</title>
        <link>http://brenhilt.com/</link>
        <description>最新の更新情報15件．数学とかプログラミングとか駄文とか．</description>
        <dc:date>2011-05-2T00:00:00+09:00</dc:date>
        <dc:creator>Brenhilt/__Bren/Version51</dc:creator>
        <dc:subject>Note</dc:subject>
        <dc:subject>Math</dc:subject>
        <dc:subject>Music</dc:subject>
        <dc:subject>Game</dc:subject>
        <dc:subject>Tech</dc:subject>
        <dc:rights>Copyright (c) 2007-2011, Brenhilt</dc:rights>
        <sy:updatePeriod>weekly</sy:updatePeriod>
        <sy:updateFrequency>1</sy:updateFrequency>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://brenhilt.com/euler/problems/0024" />
                <rdf:li rdf:resource="http://brenhilt.com/note/2010/1219" />
                <rdf:li rdf:resource="http://brenhilt.com/note/2010/0801" />
                <rdf:li rdf:resource="http://brenhilt.com/tech/2010/0406" />
                <rdf:li rdf:resource="http://brenhilt.com/euler/problems/0059" />
                <rdf:li rdf:resource="http://brenhilt.com/euler/problems/0038" />
                <rdf:li rdf:resource="http://brenhilt.com/euler/problems/0002" />
                <rdf:li rdf:resource="http://brenhilt.com/tech/2010/0331" />
                <rdf:li rdf:resource="http://brenhilt.com/tech/2010/0213" />
                <rdf:li rdf:resource="http://brenhilt.com/note/2009/1231" />
                <rdf:li rdf:resource="http://brenhilt.com/math/2009/1018" />
                <rdf:li rdf:resource="http://brenhilt.com/tech/2009/0821" />
                <rdf:li rdf:resource="http://brenhilt.com/math/2009/0815" />
                <rdf:li rdf:resource="http://brenhilt.com/math/2009/0722" />
                <rdf:li rdf:resource="http://brenhilt.com/tech/2009/0724" />
            </rdf:Seq>
        </items>
    </channel>

    <item rdf:about="http://brenhilt.com/euler/problems/0024">
        <title>Problem 24 - Project Euler</title>
        <link>http://brenhilt.com/euler/problems/0024</link>
        <description>What is the millionth lexicographic permutation of the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9? / 0, 1, 2, 3, 4, 5, 6, 7, 8, 9からなる順列を辞書式に並べたときの100万番目は何か？</description>
        <dc:date>2011-01-10T21:10:00+09:00</dc:date>
        <dc:subject>Program</dc:subject>
    </item>

    <item rdf:about="http://brenhilt.com/note/2010/1219">
        <title>断崖絶壁今何処8</title>
        <link>http://brenhilt.com/note/2010/1219</link>
        <description>彼女出来たとかMercurialとかOrdered ListのCounterとか書いてますが，やっぱりたいした内容ではありません</description>
        <dc:date>2010-12-19T23:45:00+09:00</dc:date>
        <dc:subject>Note</dc:subject>
    </item>

    <item rdf:about="http://brenhilt.com/note/2010/0801">
        <title>断崖7</title>
        <link>http://brenhilt.com/note/2010/0801</link>
        <description>お久しぶりです / Pythonって予約語少ないけど，だからどうした / 久々のdesktop capture / 要するにたいしたこと書いてません</description>
        <dc:date>2010-08-01T00:20:00+09:00</dc:date>
        <dc:subject>Note</dc:subject>
    </item>

    <item rdf:about="http://brenhilt.com/tech/2010/0406">
        <title>“Pythonでは飯食えない”という判定は回避できるかもしれない</title>
        <link>http://brenhilt.com/tech/2010/0406</link>
        <description>与えられた数（萬子のみ）で立直する場合の待ちを吐き出すプログラムの問題やってみた．</description>
        <dc:date>2010-04-06T10:00:00+09:00</dc:date>
        <dc:subject>Tech</dc:subject>
    </item>

    <item rdf:about="http://brenhilt.com/euler/problems/0059">
        <title>Problem 59 - Project Euler</title>
        <link>http://brenhilt.com/euler/problems/0059</link>
        <description>Using a brute force attack, can you decrypt the cipher using XOR encryption? / 総当たり攻撃を使って，XORで暗号化された文を解読出来るか？</description>
        <dc:date>2010-04-06T10:00:00+09:00</dc:date>
        <dc:subject>Program</dc:subject>
    </item>

    <item rdf:about="http://brenhilt.com/euler/problems/0038">
        <title>Problem 38 - Project Euler</title>
        <link>http://brenhilt.com/euler/problems/0038</link>
        <description>What is the largest 1 to 9 pandigital that can be formed by multiplying a fixed number by 1, 2, 3, ... ? / ある数の1倍，2倍，3倍，…をつなげていったときにできる1から9までのパンデジタル数のうち，最大のものは何か？</description>
        <dc:date>2010-04-06T10:00:00+09:00</dc:date>
        <dc:subject>Program</dc:subject>
    </item>

    <item rdf:about="http://brenhilt.com/euler/problems/0002">
        <title>Problem 1 / 2 / 6 - Project Euler</title>
        <link>http://brenhilt.com/euler/problems/0002</link>
        <description>特にひねりのない問題1,2,6をまとめなおしました．</description>
        <dc:date>2010-04-06T10:00:00+09:00</dc:date>
        <dc:subject>Program</dc:subject>
    </item>

    <item rdf:about="http://brenhilt.com/tech/2010/0331">
        <title>プログラミングとかの環境の確認</title>
        <link>http://brenhilt.com/tech/2010/0331</link>
        <description>半自分用メモ．“こんなのに手出してますよ”的な表にもなってた．</description>
        <dc:date>2010-03-31T00:00:00+09:00</dc:date>
        <dc:subject>Tech</dc:subject>
    </item>

    <item rdf:about="http://brenhilt.com/tech/2010/0213">
        <title>JavaScriptで画像以外をモノクロに</title>
        <link>http://brenhilt.com/tech/2010/0213</link>
        <description>JavaScriptでページのStyleSheetの一部を書き換える話．</description>
        <dc:date>2010-02-13T14:00:00+09:00</dc:date>
        <dc:subject>Tech</dc:subject>
    </item>

    <item rdf:about="http://brenhilt.com/note/2009/1231">
        <title>断崖絶壁今何処6</title>
        <link>http://brenhilt.com/note/2009/1231</link>
        <description>今年最後もどうでもいい話．</description>
        <dc:date>2009-12-31T09:30:00+09:00</dc:date>
        <dc:subject>Note</dc:subject>
    </item>

    <item rdf:about="http://brenhilt.com/math/2009/1018">
        <title>順列生成法とその特徴</title>
        <link>http://brenhilt.com/math/2009/1018</link>
        <description>eulerのPandigital系を解く上で必要となった順列生成algorithmのうち，4つほどやってみました．</description>
        <dc:date>2009-10-18T21:20:00+09:00</dc:date>
        <dc:subject>Math</dc:subject>
    </item>

    <item rdf:about="http://brenhilt.com/tech/2009/0821">
        <title>Python2.6でpython_twitter-0.6</title>
        <link>http://brenhilt.com/tech/2009/0821</link>
        <description>さしたる事は書いてません．[追記]feed上でなぜかこのitemだけ消えてたので改めて追加しなおしました．</description>
        <dc:date>2009-08-21T18:40:00+09:00</dc:date>
        <dc:subject>Tech</dc:subject>
    </item>

    <item rdf:about="http://brenhilt.com/math/2009/0815">
        <title>ただの部分積分法だった</title>
        <link>http://brenhilt.com/math/2009/0815</link>
        <description>必要なのは部分積分法だけで，別に逆関数の微分とか使いませんでした．</description>
        <dc:date>2009-08-15T22:40:00+09:00</dc:date>
        <dc:subject>Math</dc:subject>
    </item>

    <item rdf:about="http://brenhilt.com/math/2009/0722">
        <title>要は上から下引いて積分すればいい</title>
        <link>http://brenhilt.com/math/2009/0722</link>
        <description>追記：平方根は小学生だと出てこないの失念してました．</description>
        <dc:date>2009-08-05T10:00:00+09:00</dc:date>
        <dc:subject>Math</dc:subject>
    </item>

    <item rdf:about="http://brenhilt.com/tech/2009/0724">
        <title>JSでKeyboard Eventを拾う</title>
        <link>http://brenhilt.com/tech/2009/0724</link>
        <description>ひろさん(@h_hiro)の発言を発端として，JavaScriptのKeyboard eventについて色々と調べてみる．一回目．</description>
        <dc:date>2009-07-24T00:00:00+09:00</dc:date>
        <dc:subject>Tech</dc:subject>
    </item>


</rdf:RDF>

