<?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>its55 lab &#187; プログラミング</title>
	<atom:link href="http://www.lab.its55.com/?cat=26&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.lab.its55.com</link>
	<description>WindowsプログラマのWebアプリへの挑戦日記。あとパンとか。</description>
	<lastBuildDate>Sun, 12 Jan 2014 13:33:22 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6.1</generator>
		<item>
		<title>mac os x でcoreserverにSSHで接続する</title>
		<link>http://www.lab.its55.com/?p=191</link>
		<comments>http://www.lab.its55.com/?p=191#comments</comments>
		<pubDate>Sat, 30 May 2009 14:55:11 +0000</pubDate>
		<dc:creator>イトセ</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[サーバー]]></category>

		<guid isPermaLink="false">http://www.lab.its55.com/?p=191</guid>
		<description><![CDATA[macを買ったので、できるだけ作業はmacでやるようにしていますが！ ちょっとしたことをやるのでも、Windowsでは簡単に出来ていた事がmacでやるとなると、いちいちgoogle先生に聞かないとわかりません。 というわ [&#8230;]]]></description>
		<wfw:commentRss>http://www.lab.its55.com/?feed=rss2&#038;p=191</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>無名のnamespaceの中にstatic?</title>
		<link>http://www.lab.its55.com/?p=81</link>
		<comments>http://www.lab.its55.com/?p=81#comments</comments>
		<pubDate>Wed, 14 Jan 2009 13:44:56 +0000</pubDate>
		<dc:creator>イトセ</dc:creator>
				<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://www.lab.its55.com/?p=81</guid>
		<description><![CDATA[C++の名前空間を定義するnamespaceってあんまり使わない。たぶん有用な使い方があるんだろうと思うけど、所属しているチームではほとんど使われていないので、今まで積極的に使おうとは思っていなかった。 using na [&#8230;]]]></description>
		<wfw:commentRss>http://www.lab.its55.com/?feed=rss2&#038;p=81</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>C++のrand()関数でRAND_MAX以上の乱数を作る方法</title>
		<link>http://www.lab.its55.com/?p=77</link>
		<comments>http://www.lab.its55.com/?p=77#comments</comments>
		<pubDate>Tue, 13 Jan 2009 13:12:40 +0000</pubDate>
		<dc:creator>イトセ</dc:creator>
				<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://www.lab.its55.com/?p=77</guid>
		<description><![CDATA[C++で乱数を発生させるときに使うrand関数ですが、これは乱数の最大値がRAND_MAXまでなんですよね。で、今までは乱数と行っても0から1までとか、0から256までとかの範囲で求めることしかなかったので、あんまり気に [&#8230;]]]></description>
		<wfw:commentRss>http://www.lab.its55.com/?feed=rss2&#038;p=77</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPressをME2.2.3から本家日本語版2.7へ変更した</title>
		<link>http://www.lab.its55.com/?p=76</link>
		<comments>http://www.lab.its55.com/?p=76#comments</comments>
		<pubDate>Sun, 11 Jan 2009 13:58:57 +0000</pubDate>
		<dc:creator>イトセ</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[サーバー]]></category>

		<guid isPermaLink="false">http://www.lab.its55.com/?p=76</guid>
		<description><![CDATA[2008年12月14日にWordPress2.7日本語版がリリースされたってことで、少し調べると管理画面がステキになったらしい。そして最近テンプレートを変えようとしたときに、対応していない関数が使ってあったりで上手く動か [&#8230;]]]></description>
		<wfw:commentRss>http://www.lab.its55.com/?feed=rss2&#038;p=76</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FAILEDマクロでS_FALSEはひっかからない</title>
		<link>http://www.lab.its55.com/?p=68</link>
		<comments>http://www.lab.its55.com/?p=68#comments</comments>
		<pubDate>Tue, 07 Oct 2008 13:18:19 +0000</pubDate>
		<dc:creator>イトセ</dc:creator>
				<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://www.lab.its55.com/?p=68</guid>
		<description><![CDATA[いつもどっちかよくわからなくなるのでメモ的にエントリー。次のコードを実行すると・・・ code &#60; view plain text &#62; TRACE( &#34;S_FALSE Test\n&#34; ); [&#8230;]]]></description>
		<wfw:commentRss>http://www.lab.its55.com/?feed=rss2&#038;p=68</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AIR Business Community ワークショップに参加してきました</title>
		<link>http://www.lab.its55.com/?p=67</link>
		<comments>http://www.lab.its55.com/?p=67#comments</comments>
		<pubDate>Sun, 05 Oct 2008 14:03:29 +0000</pubDate>
		<dc:creator>イトセ</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.lab.its55.com/?p=67</guid>
		<description><![CDATA[福岡のAIR CommunityのAIR Business Communityのワークショップに参加してきました。 AIR Business Communityは発足したばかりで、ワークショップも今回が一回目ということで [&#8230;]]]></description>
		<wfw:commentRss>http://www.lab.its55.com/?feed=rss2&#038;p=67</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WindowsアプリケーションのUIとしてFLASHを使う方法</title>
		<link>http://www.lab.its55.com/?p=60</link>
		<comments>http://www.lab.its55.com/?p=60#comments</comments>
		<pubDate>Thu, 21 Aug 2008 14:07:11 +0000</pubDate>
		<dc:creator>イトセ</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.lab.its55.com/?p=60</guid>
		<description><![CDATA[最近はAIRなんかが出てきて、デスクトップアプリのUIをFLASHで表現することが簡単になりました。 が、AIRではセキュリティに考慮してか、いろいろと制限があります。例えばレジストリがいじれないとか、デバイスが使えない [&#8230;]]]></description>
		<wfw:commentRss>http://www.lab.its55.com/?feed=rss2&#038;p=60</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>coreserverにRuby on Rails 2.1.0をインストールしてみた</title>
		<link>http://www.lab.its55.com/?p=54</link>
		<comments>http://www.lab.its55.com/?p=54#comments</comments>
		<pubDate>Tue, 05 Aug 2008 13:42:33 +0000</pubDate>
		<dc:creator>イトセ</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.lab.its55.com/?p=54</guid>
		<description><![CDATA[coreserverにRuby on Rails 2.1.0をインストールしたので、作業の記録を残しておきます。 SSHでcoreserverに接続 railsを入れるには、SSHでサーバーにログインして作業する必要があ [&#8230;]]]></description>
		<wfw:commentRss>http://www.lab.its55.com/?feed=rss2&#038;p=54</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails 2.1.0 インストールしてみた</title>
		<link>http://www.lab.its55.com/?p=52</link>
		<comments>http://www.lab.its55.com/?p=52#comments</comments>
		<pubDate>Sun, 20 Jul 2008 14:54:01 +0000</pubDate>
		<dc:creator>イトセ</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.lab.its55.com/?p=52</guid>
		<description><![CDATA[いつかはやらんといかんなぁと思っていたRuby on Railsですが、AGAGローンチ後やる気がなくなっていたワタクシの頭に気合を入れる意味で、ローカルマシンに環境を作ってみましたよ。 今回は全面的に不真面目SEの生活 [&#8230;]]]></description>
		<wfw:commentRss>http://www.lab.its55.com/?feed=rss2&#038;p=52</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ソフトウェアを開発するときに仕様書を書くべき3つの理由</title>
		<link>http://www.lab.its55.com/?p=39</link>
		<comments>http://www.lab.its55.com/?p=39#comments</comments>
		<pubDate>Fri, 04 Jul 2008 15:08:07 +0000</pubDate>
		<dc:creator>イトセ</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.lab.its55.com/?p=39</guid>
		<description><![CDATA[「Joel on Softwere」で、機能仕様書を書く重要性が延々と述べられているので、ちょっとまとめてみます。いきなりコーディング始めていませんか？ プログラムをデザインする 仕様書の最も重要な役割はプログラムをデザ [&#8230;]]]></description>
		<wfw:commentRss>http://www.lab.its55.com/?feed=rss2&#038;p=39</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
