<?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>nnno.jp</title>
	<atom:link href="http://blog.nnno.jp/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.nnno.jp</link>
	<description>ウェブサービスやPHPやシェルスクリプトの事とか。</description>
	<lastBuildDate>Mon, 23 Nov 2009 16:57:59 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Ubuntuでactionscript 環境構築</title>
		<link>http://blog.nnno.jp/archives/47</link>
		<comments>http://blog.nnno.jp/archives/47#comments</comments>
		<pubDate>Mon, 23 Nov 2009 16:56:46 +0000</pubDate>
		<dc:creator>ん〜にょ</dc:creator>
				<category><![CDATA[ActionScript]]></category>

		<guid isPermaLink="false">http://blog.nnno.jp/?p=47</guid>
		<description><![CDATA[
こちらを参考にactionscriptの開発環境を構築していましたが、いくつか寄り道が必要だったのでメモを残しておきます。 [補足] 私の環境：Ubuntu 9.10 (Ubuntu Netbook Remix) vim [...]
]]></description>
		<wfw:commentRss>http://blog.nnno.jp/archives/47/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpressでmediawiki記法</title>
		<link>http://blog.nnno.jp/archives/48</link>
		<comments>http://blog.nnno.jp/archives/48#comments</comments>
		<pubDate>Mon, 23 Nov 2009 12:48:35 +0000</pubDate>
		<dc:creator>ん〜にょ</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://blog.nnno.jp/?p=48</guid>
		<description><![CDATA[
ということで、このエントリからmediawiki記法で記述しています。 普段から慣れているせいかこちらの方が書きやすいです。 WP-MediaWiki 段落やリストもいい感じ。 h1 h2 h3 リスト リスト リスト  [...]
]]></description>
		<wfw:commentRss>http://blog.nnno.jp/archives/48/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PEARのConsole_CommandLine使いやすいよ</title>
		<link>http://blog.nnno.jp/archives/39</link>
		<comments>http://blog.nnno.jp/archives/39#comments</comments>
		<pubDate>Sun, 15 Mar 2009 16:18:00 +0000</pubDate>
		<dc:creator>ん〜にょ</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[pear]]></category>

		<guid isPermaLink="false">http://blog.nnno.jp/?p=39</guid>
		<description><![CDATA[
&#8220;pythonのoptparseモジュールに触発されて&#8221;とマニュアルにあるように、Pythonのそれと同じノリで書けます。 とっても便利。 試しに、Googleのajax translationを [...]
]]></description>
		<wfw:commentRss>http://blog.nnno.jp/archives/39/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SyntaxHighlighter Plus</title>
		<link>http://blog.nnno.jp/archives/37</link>
		<comments>http://blog.nnno.jp/archives/37#comments</comments>
		<pubDate>Sun, 01 Mar 2009 16:10:54 +0000</pubDate>
		<dc:creator>ん〜にょ</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://blog.nnno.jp/?p=37</guid>
		<description><![CDATA[
このブログでもSyntaxHighlighter Plusを使いつつも上手く動作していなかったので、久々にググってみたらこちらのサイトの「追記」を試したら上手く動作しました。
]]></description>
		<wfw:commentRss>http://blog.nnno.jp/archives/37/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>awkで外部コマンドを実行する</title>
		<link>http://blog.nnno.jp/archives/33</link>
		<comments>http://blog.nnno.jp/archives/33#comments</comments>
		<pubDate>Wed, 10 Dec 2008 19:56:14 +0000</pubDate>
		<dc:creator>ん〜にょ</dc:creator>
				<category><![CDATA[awk]]></category>

		<guid isPermaLink="false">http://blog.nnno.jp/?p=33</guid>
		<description><![CDATA[
私が軽く検索した範囲では、殆どの例題プログラムがlsコマンドやdateコマンドの実行結果をそのままprintするだけで、データ入出力の活かし方まで気を利かせた例題はありませんでした。 ということで、自分なりの答えを書いて [...]
]]></description>
		<wfw:commentRss>http://blog.nnno.jp/archives/33/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PythonのUnicodeEncodeError</title>
		<link>http://blog.nnno.jp/archives/26</link>
		<comments>http://blog.nnno.jp/archives/26#comments</comments>
		<pubDate>Tue, 25 Nov 2008 18:17:05 +0000</pubDate>
		<dc:creator>ん〜にょ</dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://blog.nnno.jp/?p=26</guid>
		<description><![CDATA[
HDEラボさんの記事が一番勉強になりました。ホントに。 ようやく理解できた気がします。。。 記事中の「はまりどころ」の3件(print, パイプ, ファイルオブジェクトへのwrite)がずばりハマりすぎて仕方なかったです [...]
]]></description>
		<wfw:commentRss>http://blog.nnno.jp/archives/26/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mecabをソースからインストール</title>
		<link>http://blog.nnno.jp/archives/19</link>
		<comments>http://blog.nnno.jp/archives/19#comments</comments>
		<pubDate>Sun, 28 Sep 2008 16:50:31 +0000</pubDate>
		<dc:creator>ん〜にょ</dc:creator>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[mecab]]></category>

		<guid isPermaLink="false">http://blog.nnno.jp/?p=19</guid>
		<description><![CDATA[
Pythonからmecabを使ってみたかったのですが、手元のUbuntu(hardy)のaptでは一つ古いバージョンのものしかなかったので、折角の機会と思ってソースからインストールしました。 インストール方法は基本的に公 [...]
]]></description>
		<wfw:commentRss>http://blog.nnno.jp/archives/19/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macのキーバインドをいじってみた</title>
		<link>http://blog.nnno.jp/archives/17</link>
		<comments>http://blog.nnno.jp/archives/17#comments</comments>
		<pubDate>Sat, 06 Sep 2008 19:58:40 +0000</pubDate>
		<dc:creator>ん〜にょ</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://blog.nnno.jp/?p=17</guid>
		<description><![CDATA[
Macのキーバインドを変えるソフトといえば、
]]></description>
		<wfw:commentRss>http://blog.nnno.jp/archives/17/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MacBookのファン回転数をコントロールする</title>
		<link>http://blog.nnno.jp/archives/14</link>
		<comments>http://blog.nnno.jp/archives/14#comments</comments>
		<pubDate>Mon, 25 Aug 2008 17:23:06 +0000</pubDate>
		<dc:creator>ん〜にょ</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://blog.nnno.jp/?p=14</guid>
		<description><![CDATA[
ターミナル使用時に&#8221;CPUの温度が高くてたまらないよ！&#8221;的なことをMacBookが言うくせに、ファンを自分で回す気がないらしい。 なんてやつだ！ とりあえず、ファン回転数を制御できる
]]></description>
		<wfw:commentRss>http://blog.nnno.jp/archives/14/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>findコマンドで正規表現</title>
		<link>http://blog.nnno.jp/archives/11</link>
		<comments>http://blog.nnno.jp/archives/11#comments</comments>
		<pubDate>Sat, 23 Aug 2008 08:15:59 +0000</pubDate>
		<dc:creator>ん〜にょ</dc:creator>
				<category><![CDATA[シェルスクリプト]]></category>

		<guid isPermaLink="false">http://blog.nnno.jp/?p=11</guid>
		<description><![CDATA[
ほとんど自分用のメモなんですが、-nameオプションで需要を満たせなくなったので、-regexオプションをつかってみます。なお、findはOSによって利用できるオプションが違ってるらしく、詳しくはman findとかやっ [...]
]]></description>
		<wfw:commentRss>http://blog.nnno.jp/archives/11/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

