<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
    <channel>
        <title>ぴょーん！！</title>
        <link>http://www.ko-hei.net/</link>
        <description></description>
        <language>ja</language>
        <copyright>Copyright 2010</copyright>
        <lastBuildDate>Wed, 09 Jun 2010 22:05:44 +0900</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>うさぎ小屋2.0</title>
            <description><![CDATA[<a href="http://blog.livedoor.jp/kazu_fujisawa/archives/51700208.html"> うさぎ小屋2.0化</a>のため、スキャナと裁断機を買いました。


]]></description>
            <link>http://www.ko-hei.net/2010/06/20.html</link>
            <guid>http://www.ko-hei.net/2010/06/20.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">日記</category>
            
            
            <pubDate>Wed, 09 Jun 2010 22:05:44 +0900</pubDate>
        </item>
        
        <item>
            <title>電子書籍</title>
            <description><![CDATA[http://diamond.jp/e-books/<br />http://www.oreilly.co.jp/ebook/<br />http://www.paburi.com/paburi/<br />http://www.ebookjapan.jp/ebj/<br />http://www.agora-books.com/<br /> ]]></description>
            <link>http://www.ko-hei.net/2010/06/post-250.html</link>
            <guid>http://www.ko-hei.net/2010/06/post-250.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">日記</category>
            
            
            <pubDate>Wed, 02 Jun 2010 06:24:13 +0900</pubDate>
        </item>
        
        <item>
            <title>日ハムｘロッテ</title>
            <description><![CDATA[<span class="mt-enclosure mt-enclosure-image"><img alt="20100327.jpg" src="http://www.ko-hei.net/20100327.jpg" width="800" height="600" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></span>]]></description>
            <link>http://www.ko-hei.net/2010/03/post-249.html</link>
            <guid>http://www.ko-hei.net/2010/03/post-249.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">日記</category>
            
            
            <pubDate>Sat, 27 Mar 2010 23:59:59 +0900</pubDate>
        </item>
        
        <item>
            <title>アバター観ました。</title>
            <description><![CDATA[<a href="http://movies.foxjapan.com/avatar/">アバター</a>観てきました。3Dがすごかった。<br /><br />]]></description>
            <link>http://www.ko-hei.net/2010/03/post-248.html</link>
            <guid>http://www.ko-hei.net/2010/03/post-248.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">日記</category>
            
            
            <pubDate>Sat, 20 Mar 2010 23:59:59 +0900</pubDate>
        </item>
        
        <item>
            <title>THIS IS IT 観ました。</title>
            <description><![CDATA[<a href="http://www.amazon.co.jp/exec/obidos/ASIN/B002P66JOI/koheicom-22/ref=nosim/" name="amazletlink" target="_blank"><img src="http://ecx.images-amazon.com/images/I/51izbL6TsWL._SL160_.jpg" alt="マイケル・ジャクソン THIS IS IT コレクターズ・エディション (1枚組） [DVD]" style="border: none;" /></a>

「THIS IS IT」をDVDで観ました。]]></description>
            <link>http://www.ko-hei.net/2010/03/this-is-it.html</link>
            <guid>http://www.ko-hei.net/2010/03/this-is-it.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">日記</category>
            
            
            <pubDate>Sun, 14 Mar 2010 21:59:00 +0900</pubDate>
        </item>
        
        <item>
            <title>テキストの改行コード</title>
            <description><![CDATA[<div>▼違い</div><div>unix<span class="Apple-tab-span" style="white-space:pre">	</span>LF<span class="Apple-tab-span" style="white-space:pre">	</span>\n</div><div>Mac <span class="Apple-tab-span" style="white-space:pre">	</span>CR<span class="Apple-tab-span" style="white-space:pre">	</span>\r</div><div>Windows<span class="Apple-tab-span" style="white-space:pre">	</span>CR+LF<span class="Apple-tab-span" style="white-space:pre">	</span>\r\n</div><div><br /></div><div>▼調べ方</div><div>od -c foo.txt</div><div><br /></div><div>▼変換</div><div>Win =&gt; UNIX</div><div>% perl -pe 's/\r\n/\n/' winfile &gt; unixfile</div><div><br /></div><div>Win =&gt; Mac</div><div>% perl -pe 's/\r\n/\r/' winfile &gt; macfile</div><div><br /></div><div>UNIX =&gt; Win</div><div>% perl -pe 's/\n/\r\n/' unixfile &gt; winfile</div><div><br /></div><div>UNIX =&gt; Mac</div><div>% perl -pe 's/\n/\r/' unixfile &gt; macfile</div><div><br /></div><div>Mac =&gt; UNIX</div><div>% perl -pe 's/\r/\n/g' macfile &gt; unixfile</div><div><br /></div><div>Mac =&gt; Win</div>% perl -pe 's/\r/\r\n/g' macfile &gt; winfile<div><br /></div><div>▼参考</div><div>http://www.rsch.tuis.ac.jp/~mizutani/online/with-pc/textline.html<br /><br /><br /></div>]]></description>
            <link>http://www.ko-hei.net/2010/03/post-247.html</link>
            <guid>http://www.ko-hei.net/2010/03/post-247.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">技術</category>
            
            
            <pubDate>Sat, 06 Mar 2010 00:08:15 +0900</pubDate>
        </item>
        
        <item>
            <title>チョコレート</title>
            <description><![CDATA[<span class="mt-enclosure mt-enclosure-image">姪っ子からのチョコレート。おもわず写真とる前に食べてしまった。<br /><br /><img alt="20100212.JPG" src="http://www.ko-hei.net/20100212.JPG" width="584" height="450" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></span>]]></description>
            <link>http://www.ko-hei.net/2010/02/post-246.html</link>
            <guid>http://www.ko-hei.net/2010/02/post-246.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">日記</category>
            
            
            <pubDate>Fri, 12 Feb 2010 22:06:42 +0900</pubDate>
        </item>
        
        <item>
            <title>今年の目標</title>
            <description><![CDATA[昨年の目標は、<br />・体脂肪率15%以下にする<br />・CCIEの筆記に合格する<br />・思いやりのある人間になる<br /><br /><div>でしたが結果は、<div>・体脂肪率15%以下にする</div><div>&nbsp;&nbsp; &nbsp;→ 20%越え・・・</div><div>・CCIEの筆記に合格する</div><div>&nbsp;&nbsp; &nbsp;→ CCNP,CCDA,CCDPまで(仕事の関係で方向転換、LPICレベル3とITILを取得)</div><div>・思いやりのある人間になる</div><div>&nbsp;&nbsp; &nbsp;→ 多少思いやりがあったか？</div><div><br /></div><div>でしたので、今年は、</div><div>・お酒を控えて、体脂肪率15%以下にする</div><div>・もっと思いやりのある人間になる</div><div>・LPIC117-303に合格する(117-304が開始されたらそれも)</div><div>・基本情報処理試験に合格する</div><div>・もう少し頻繁にブログ更新する<br />とします。</div><div><br /></div><div><br /></div><div id="okneonigbfnolfkmfgjmaeniipdjkgkl-simple-notify" style="display: none; " class=""><span>Esc :: limited mode</span></div></div>]]></description>
            <link>http://www.ko-hei.net/2010/01/post-245.html</link>
            <guid>http://www.ko-hei.net/2010/01/post-245.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">日記</category>
            
            
            <pubDate>Sat, 23 Jan 2010 22:56:33 +0900</pubDate>
        </item>
        
        <item>
            <title>あけましておめでとうございます。2010。</title>
            <description><![CDATA[<span class="mt-enclosure mt-enclosure-image"><img alt="20100123.JPG" src="http://www.ko-hei.net/20100123.JPG" width="460" height="390" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></span>]]></description>
            <link>http://www.ko-hei.net/2010/01/2010.html</link>
            <guid>http://www.ko-hei.net/2010/01/2010.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">日記</category>
            
            
            <pubDate>Sat, 23 Jan 2010 22:19:49 +0900</pubDate>
        </item>
        
        <item>
            <title>日ハムxヤクルト</title>
            <description><![CDATA[今日は、日ハムxヤクルトを観に行きました。<br />神宮球場でした。天気予報は雨でしたが晴れました。<br /><span class="mt-enclosure mt-enclosure-image"><a href="http://www.ko-hei.net/20080320.html" onclick="window.open('http://www.ko-hei.net/20080320.html','popup','width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.ko-hei.net/20080320-thumb-320x240.jpg" alt="20080320.JPG" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" width="320" height="240" /></a></span>]]></description>
            <link>http://www.ko-hei.net/2009/03/x-1.html</link>
            <guid>http://www.ko-hei.net/2009/03/x-1.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">日記</category>
            
            
            <pubDate>Fri, 20 Mar 2009 23:21:41 +0900</pubDate>
        </item>
        
        <item>
            <title>日ハムx巨人</title>
            <description><![CDATA[今日は、東京ドームで日ハムx巨人戦を観てきました。<br />クルーンの球は超速かった。<br />一番盛り上がったのは、最終回の代打二岡。<br /><span class="mt-enclosure mt-enclosure-image"><img alt="20080319.JPG" src="http://www.ko-hei.net/20080319.JPG" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" width="120" height="160" /></span>]]></description>
            <link>http://www.ko-hei.net/2009/03/x.html</link>
            <guid>http://www.ko-hei.net/2009/03/x.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">日記</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">野球</category>
            
            <pubDate>Thu, 19 Mar 2009 23:59:59 +0900</pubDate>
        </item>
        
        <item>
            <title>WBC 日本x韓国</title>
            <description><![CDATA[日本は、1-4で負けました。<br />韓国は非常に気合いが入っていました(ファーストへのヘッドスライディング等)。<br />メンタルが違うなぁ・・・<br /> ]]></description>
            <link>http://www.ko-hei.net/2009/03/wbc-x.html</link>
            <guid>http://www.ko-hei.net/2009/03/wbc-x.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">日記</category>
            
            
            <pubDate>Wed, 18 Mar 2009 21:34:48 +0900</pubDate>
        </item>
        
        <item>
            <title>Ringo EXPO 08</title>
            <description><![CDATA[椎名林檎の新作DVDの発売日でした。amazonで早速買って観ました。<br />
椎名林檎は天才だ。もちろん参加されている方々もすばらしいと思いました。<br /><br />

<div class="amazlet-box" style="margin-bottom:0px;"><div class="amazlet-image" style="float:left;"><a href="http://www.amazon.co.jp/exec/obidos/ASIN/B001PAA04K/koheicom-22/ref=nosim/" name="amazletlink" target="_blank"><img src="http://ecx.images-amazon.com/images/I/413tH0m3YGL._SL160_.jpg" alt="Ringo EXPO 08 [DVD]" style="border: none;" /></a></div><div class="amazlet-info" style="float:left;margin-left:15px;line-height:120%"><div class="amazlet-name" style="margin-bottom:10px;line-height:120%"><a href="http://www.amazon.co.jp/exec/obidos/ASIN/B001PAA04K/koheicom-22/ref=nosim/" name="amazletlink" target="_blank">Ringo EXPO 08 [DVD]</a><div class="amazlet-powered-date" style="font-size:7pt;margin-top:5px;font-family:verdana;line-height:120%">posted with <a href="http://www.amazlet.com/browse/ASIN/B001PAA04K/koheicom-22/ref=nosim/" title="Ringo EXPO 08 [DVD]" target="_blank">amazlet</a> at 09.03.18</div></div><div class="amazlet-detail">EMI MUSIC JAPAN (2009-03-11)<br />売り上げランキング: 16<br /></div><div class="amazlet-review" style="margin-top:10px; margin-bottom:10px"><div class="amazlet-review-average" style="margin-bottom:5px">おすすめ度の平均: <img src="http://images-jp.amazon.com/images/G/09/x-locale/common/customer-reviews/stars-5-0.gif" alt="5.0" /></div><img src="http://images-jp.amazon.com/images/G/09/x-locale/common/customer-reviews/stars-4-0.gif" alt="4" /> 完成度は高い、それが良いのか悪いのか…<br /><img src="http://images-jp.amazon.com/images/G/09/x-locale/common/customer-reviews/stars-4-0.gif" alt="4" /> 美しい<br /><img src="http://images-jp.amazon.com/images/G/09/x-locale/common/customer-reviews/stars-4-0.gif" alt="4" /> 素晴らしい！<br /><img src="http://images-jp.amazon.com/images/G/09/x-locale/common/customer-reviews/stars-5-0.gif" alt="5" /> 思いっきり楽しめる1枚<br /><img src="http://images-jp.amazon.com/images/G/09/x-locale/common/customer-reviews/stars-5-0.gif" alt="5" /> （スゴイ＋スバラシイ＋コトバガデナイ）ｘ ∞<br /></div><div class="amazlet-link" style="margin-top: 5px"><a href="http://www.amazon.co.jp/exec/obidos/ASIN/B001PAA04K/koheicom-22/ref=nosim/" name="amazletlink" target="_blank">Amazon.co.jp で詳細を見る</a></div></div><div class="amazlet-footer" style="clear: left"></div></div>]]></description>
            <link>http://www.ko-hei.net/2009/03/ringo-expo-08.html</link>
            <guid>http://www.ko-hei.net/2009/03/ringo-expo-08.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">日記</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">林檎</category>
            
            <pubDate>Wed, 11 Mar 2009 23:23:23 +0900</pubDate>
        </item>
        
        <item>
            <title>geneさんのセミナーに参加しました。</title>
            <description><![CDATA[今日は、<a href="http://www.n-study.com/">ネットワークおべんきょしませんか？</a>のgeneさんのセミナーに行ってきました。<br /><a href="http://www.pasonatech.co.jp/">パソナテック</a>さん主催で無料でした。<br />今日はアクセスリストに関してのセミナーだったんですが、応用編で難しかったです。<br />もっと、勉強しなければ！<br /> ]]></description>
            <link>http://www.ko-hei.net/2009/03/gene-2.html</link>
            <guid>http://www.ko-hei.net/2009/03/gene-2.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">CISCO</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">技術</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">CCIE</category>
            
            <pubDate>Thu, 05 Mar 2009 23:23:23 +0900</pubDate>
        </item>
        
        <item>
            <title>我究館 社会人校 説明会</title>
            <description><![CDATA[<a href="http://www.gakyukan.net/index.html">我究館</a> 社会人校 説明会に参加してきました。<br />未曾有の不況の中、キャリアプランとかどうしたらよいの？<br />などを聞いてきました。クラスに参加した方がいいかなぁ。<br /> ]]></description>
            <link>http://www.ko-hei.net/2009/03/post-244.html</link>
            <guid>http://www.ko-hei.net/2009/03/post-244.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">日記</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">キャリア</category>
            
            <pubDate>Wed, 04 Mar 2009 23:59:59 +0900</pubDate>
        </item>
        
    </channel>
</rss>

