<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>プログラム110番</title>
	<atom:link href="http://www.sps.co.jp/qa/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.sps.co.jp/qa</link>
	<description>プログラミングその他に関する質問と回答</description>
	<lastBuildDate>Fri, 27 Aug 2010 05:42:42 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.sps.co.jp/qa/" />
		<item>
		<title>MyBB の日本語化ファイル</title>
		<link>http://www.sps.co.jp/qa/?p=91</link>
		<comments>http://www.sps.co.jp/qa/?p=91#comments</comments>
		<pubDate>Fri, 27 Aug 2010 05:37:20 +0000</pubDate>
		<dc:creator>fumiu</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.sps.co.jp/qa/?p=91</guid>
		<description><![CDATA[WordPress の掲示板プラグインに zingiri-forum というのを発見しました。
この中で利用されているのが MyBB という掲示板なのですが、日本語設定が無かったので適当に翻訳してみました。
mybb.j [...]]]></description>
		<wfw:commentRss>http://www.sps.co.jp/qa/?feed=rss2&amp;p=91</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.sps.co.jp/qa/?p=91" />
	</item>
		<item>
		<title>clojure での Mersenne Twister 実装</title>
		<link>http://www.sps.co.jp/qa/?p=84</link>
		<comments>http://www.sps.co.jp/qa/?p=84#comments</comments>
		<pubDate>Wed, 04 Aug 2010 08:27:03 +0000</pubDate>
		<dc:creator>fumiu</dc:creator>
				<category><![CDATA[プログラミング言語]]></category>
		<category><![CDATA[clojure]]></category>
		<category><![CDATA[MersenneTwister]]></category>
		<category><![CDATA[乱数]]></category>

		<guid isPermaLink="false">http://www.sps.co.jp/qa/?p=84</guid>
		<description><![CDATA[先達のソースコードを参考に、clojure での Mersenne Twister 乱数ライブラリを書いてみました。 ご利用は MIT ライセンスに基き、ご自由に行っていただいて構いません。 [clojure] (defn expt [b p] (Math/pow b p)) (def *mt-k2-32* (int (expt 2 32))) (def *mt-k-inverse-2-32f* (expt 2.0 -32.0)) (def *mt-bit-mask-32* 16rffffffff) (def *mt-n* 624) (def *mt-m* 397) (def *mt-upper-mask* 16r80000000) (def *mt-lower-mask* 16r7FFFFFFF) (defstruct mt-random-state :mti :arr) (defn set-next-value [arr i] (let [old (nth arr i)] [...]]]></description>
		<wfw:commentRss>http://www.sps.co.jp/qa/?feed=rss2&amp;p=84</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.sps.co.jp/qa/?p=84" />
	</item>
		<item>
		<title>Debian で rails 2.3.8 がmongrel以外で動かない件</title>
		<link>http://www.sps.co.jp/qa/?p=81</link>
		<comments>http://www.sps.co.jp/qa/?p=81#comments</comments>
		<pubDate>Thu, 22 Jul 2010 08:52:39 +0000</pubDate>
		<dc:creator>fumiu</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.sps.co.jp/qa/?p=81</guid>
		<description><![CDATA[Debian GNU/Linux 5.0 上で rubygems を使い、rails 2.3.8 をインストールして使おうとしたところ、標準の Mongrel サーバでは起動できるが、thin や unicorn の g [...]]]></description>
		<wfw:commentRss>http://www.sps.co.jp/qa/?feed=rss2&amp;p=81</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.sps.co.jp/qa/?p=81" />
	</item>
		<item>
		<title>Debian で NIC をボンディングする方法</title>
		<link>http://www.sps.co.jp/qa/?p=77</link>
		<comments>http://www.sps.co.jp/qa/?p=77#comments</comments>
		<pubDate>Wed, 19 May 2010 07:25:35 +0000</pubDate>
		<dc:creator>fumiu</dc:creator>
				<category><![CDATA[Linux 全般]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ネットワーク]]></category>

		<guid isPermaLink="false">http://www.sps.co.jp/qa/?p=77</guid>
		<description><![CDATA[Debian GNU/Linux で、複数枚の NIC をボンディングするためには ifenslave パッケージをインストール後、以下のように設定します。
設定：eth0 と eth1 を合わせて bond0 として使 [...]]]></description>
		<wfw:commentRss>http://www.sps.co.jp/qa/?feed=rss2&amp;p=77</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.sps.co.jp/qa/?p=77" />
	</item>
		<item>
		<title>jpmobile でDoCoMoのセッションIDが変わる</title>
		<link>http://www.sps.co.jp/qa/?p=75</link>
		<comments>http://www.sps.co.jp/qa/?p=75#comments</comments>
		<pubDate>Thu, 25 Mar 2010 04:55:09 +0000</pubDate>
		<dc:creator>fumiu</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[DoCoMo]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.sps.co.jp/qa/?p=75</guid>
		<description><![CDATA[Ruby on Rails のプラグイン jpmobile を利用して携帯サイトを作成したところ、trans_sid 機能を使っていても DoCoMo の携帯でアクセスするとセッションIDが変わってしまい、セッションデー [...]]]></description>
		<wfw:commentRss>http://www.sps.co.jp/qa/?feed=rss2&amp;p=75</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.sps.co.jp/qa/?p=75" />
	</item>
		<item>
		<title>lldebug の MinGW でのコンパイル</title>
		<link>http://www.sps.co.jp/qa/?p=73</link>
		<comments>http://www.sps.co.jp/qa/?p=73#comments</comments>
		<pubDate>Fri, 05 Mar 2010 06:53:14 +0000</pubDate>
		<dc:creator>fumiu</dc:creator>
				<category><![CDATA[プログラミング言語]]></category>
		<category><![CDATA[Lua]]></category>
		<category><![CDATA[MinGW]]></category>
		<category><![CDATA[スクリプト]]></category>

		<guid isPermaLink="false">http://www.sps.co.jp/qa/?p=73</guid>
		<description><![CDATA[MinGW 環境で、スクリプト言語 Lua のビジュアルデバッガである lldebug がコンパイルできない。
]]></description>
		<wfw:commentRss>http://www.sps.co.jp/qa/?feed=rss2&amp;p=73</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.sps.co.jp/qa/?p=73" />
	</item>
		<item>
		<title>xtal のMinGW でのコンパイル</title>
		<link>http://www.sps.co.jp/qa/?p=71</link>
		<comments>http://www.sps.co.jp/qa/?p=71#comments</comments>
		<pubDate>Fri, 05 Mar 2010 05:51:32 +0000</pubDate>
		<dc:creator>fumiu</dc:creator>
				<category><![CDATA[プログラミング言語]]></category>
		<category><![CDATA[MinGW]]></category>
		<category><![CDATA[xtal]]></category>
		<category><![CDATA[スクリプト]]></category>

		<guid isPermaLink="false">http://www.sps.co.jp/qa/?p=71</guid>
		<description><![CDATA[スクリプト言語 xtal を MinGW でコンパイルしようとしたが、gcc でも vc9 でも make できない。
]]></description>
		<wfw:commentRss>http://www.sps.co.jp/qa/?feed=rss2&amp;p=71</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.sps.co.jp/qa/?p=71" />
	</item>
		<item>
		<title>ipトンネリングの設定方法(Debian GNU/Linux)</title>
		<link>http://www.sps.co.jp/qa/?p=65</link>
		<comments>http://www.sps.co.jp/qa/?p=65#comments</comments>
		<pubDate>Fri, 05 Mar 2010 04:48:26 +0000</pubDate>
		<dc:creator>fumiu</dc:creator>
				<category><![CDATA[Linux 全般]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[ネットワーク]]></category>

		<guid isPermaLink="false">http://www.sps.co.jp/qa/?p=65</guid>
		<description><![CDATA[2地点にあるローカルネット(ネットワークアドレスは異なる)同士をインターネット経由でトンネリングして接続したい。
どうすればよいか？
]]></description>
		<wfw:commentRss>http://www.sps.co.jp/qa/?feed=rss2&amp;p=65</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.sps.co.jp/qa/?p=65" />
	</item>
		<item>
		<title>PostgreSQLのボトルネックを見つける方法</title>
		<link>http://www.sps.co.jp/qa/?p=62</link>
		<comments>http://www.sps.co.jp/qa/?p=62#comments</comments>
		<pubDate>Wed, 13 Jan 2010 03:26:13 +0000</pubDate>
		<dc:creator>tomo</dc:creator>
				<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[システム]]></category>

		<guid isPermaLink="false">http://www.sps.co.jp/qa/?p=62</guid>
		<description><![CDATA[「PostgreSQLを遅くしている犯人はどこだ？」というタイトルで、数秒掛かっているところをログに出力する方法が掲載されていました。
メモとしてURLを書いておきます。
http://www.atmarkit.co.j [...]]]></description>
		<wfw:commentRss>http://www.sps.co.jp/qa/?feed=rss2&amp;p=62</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.sps.co.jp/qa/?p=62" />
	</item>
		<item>
		<title>Rails で POST リクエストすると 422 エラーが返る</title>
		<link>http://www.sps.co.jp/qa/?p=60</link>
		<comments>http://www.sps.co.jp/qa/?p=60#comments</comments>
		<pubDate>Fri, 11 Dec 2009 03:35:39 +0000</pubDate>
		<dc:creator>fumiu</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.sps.co.jp/qa/?p=60</guid>
		<description><![CDATA[Ruby on Rails にて、POST リクエストを送ると InvalidAuthenticityToken 例外が発生して HTTP エラーコード 422 が返ってしまいます。
]]></description>
		<wfw:commentRss>http://www.sps.co.jp/qa/?feed=rss2&amp;p=60</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.sps.co.jp/qa/?p=60" />
	</item>
	</channel>
</rss>
