<?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"
	>

<channel>
	<title>zunchakachan</title>
	<atom:link href="http://odoruinu.net/wp/feed/" rel="self" type="application/rss+xml" />
	<link>http://odoruinu.net/wp</link>
	<description>踊る犬.net</description>
	<pubDate>Mon, 03 Nov 2008 15:49:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>ja</language>
			<item>
		<title>school festival at Kinki-Univ.</title>
		<link>http://odoruinu.net/wp/2008/11/04/school-festival/</link>
		<comments>http://odoruinu.net/wp/2008/11/04/school-festival/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 15:49:29 +0000</pubDate>
		<dc:creator>noradaiko</dc:creator>
		
		<category><![CDATA[Diary]]></category>

		<category><![CDATA[Photograph]]></category>

		<guid isPermaLink="false">http://odoruinu.net/wp/?p=410</guid>
		<description><![CDATA[

]]></description>
		<wfw:commentRss>http://odoruinu.net/wp/2008/11/04/school-festival/feed/</wfw:commentRss>
		</item>
		<item>
		<title>frog</title>
		<link>http://odoruinu.net/wp/2008/10/14/frog/</link>
		<comments>http://odoruinu.net/wp/2008/10/14/frog/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 16:57:06 +0000</pubDate>
		<dc:creator>noradaiko</dc:creator>
		
		<category><![CDATA[Photograph]]></category>

		<guid isPermaLink="false">http://odoruinu.net/wp/?p=403</guid>
		<description><![CDATA[
It&#8217;s cute (>o]]></description>
		<wfw:commentRss>http://odoruinu.net/wp/2008/10/14/frog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>EclipseでProce55ingのOpenGLを使用する</title>
		<link>http://odoruinu.net/wp/2008/10/10/eclipse%e3%81%a7proce55ing%e3%81%aeopengl%e3%82%92%e4%bd%bf%e7%94%a8%e3%81%99%e3%82%8b/</link>
		<comments>http://odoruinu.net/wp/2008/10/10/eclipse%e3%81%a7proce55ing%e3%81%aeopengl%e3%82%92%e4%bd%bf%e7%94%a8%e3%81%99%e3%82%8b/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 10:32:41 +0000</pubDate>
		<dc:creator>noradaiko</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://odoruinu.net/wp/?p=391</guid>
		<description><![CDATA[
EclipseでProce55ingするにはここを参照。
プロジェクトを右クリックして[プロパティ]を選択
[ビルドパス]の[ライブラリ]タブでjogl.jarの[Native library location]のところに、例えば
C:\processing-0125-expert\libraries\opengl\library
と入力する。
さらに、JFrame内でPAppletをEmbeddedとして動作させるには、
public static void main(String[] args) {
JFrame f = new JFrame(&#34;Embedded&#34;);
f.setLayout(new BorderLayout());
PApplet embed = new PAppletのクラス名();
f.add(embed, BorderLayout.CENTER);
f.setSize(DIM, DIM);
f.setVisible(true);
// important to call this whenever embedding a PApplet.
// It ensures that the animation thread is started and
// that other internal variables are properly set.
embed.init();
}
 
	でOK。
	

]]></description>
		<wfw:commentRss>http://odoruinu.net/wp/2008/10/10/eclipse%e3%81%a7proce55ing%e3%81%aeopengl%e3%82%92%e4%bd%bf%e7%94%a8%e3%81%99%e3%82%8b/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Oasis car!</title>
		<link>http://odoruinu.net/wp/2008/10/05/oasis-car/</link>
		<comments>http://odoruinu.net/wp/2008/10/05/oasis-car/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 16:32:57 +0000</pubDate>
		<dc:creator>noradaiko</dc:creator>
		
		<category><![CDATA[Diary]]></category>

		<guid isPermaLink="false">http://odoruinu.net/wp/?p=386</guid>
		<description><![CDATA[
I saw the Oasis car that advertises their new album in Umeda.
When I just try to take a picture with my cellphone, the car began to move.
Therefore the photo is slightly blurred.
I was not aware of that the new album has been released, so I was excited about that!
There is no way that I won&#8217;t [...]]]></description>
		<wfw:commentRss>http://odoruinu.net/wp/2008/10/05/oasis-car/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPod touch second generation</title>
		<link>http://odoruinu.net/wp/2008/10/03/ipod-touch-second-generation/</link>
		<comments>http://odoruinu.net/wp/2008/10/03/ipod-touch-second-generation/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 17:54:32 +0000</pubDate>
		<dc:creator>noradaiko</dc:creator>
		
		<category><![CDATA[Diary]]></category>

		<guid isPermaLink="false">http://odoruinu.net/wp/?p=380</guid>
		<description><![CDATA[

here is my new iPod touch.
It has very exciting feutures in it.
I can bring it together and various informations are always being in my hand. hehehe
Let us make original application for this!
I wonder whether the money will come to my wallet?
]]></description>
		<wfw:commentRss>http://odoruinu.net/wp/2008/10/03/ipod-touch-second-generation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Osaka, the view from Awaji-Island</title>
		<link>http://odoruinu.net/wp/2008/09/30/osaka-from-awaji-island/</link>
		<comments>http://odoruinu.net/wp/2008/09/30/osaka-from-awaji-island/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 16:52:08 +0000</pubDate>
		<dc:creator>noradaiko</dc:creator>
		
		<category><![CDATA[Photograph]]></category>

		<guid isPermaLink="false">http://odoruinu.net/wp/?p=370</guid>
		<description><![CDATA[
At that time, the sky is dark but it was quite bright view of osaka.
]]></description>
		<wfw:commentRss>http://odoruinu.net/wp/2008/09/30/osaka-from-awaji-island/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Muxtape</title>
		<link>http://odoruinu.net/wp/2008/09/27/muxtape/</link>
		<comments>http://odoruinu.net/wp/2008/09/27/muxtape/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 06:17:52 +0000</pubDate>
		<dc:creator>noradaiko</dc:creator>
		
		<category><![CDATA[Drawing]]></category>

		<guid isPermaLink="false">http://odoruinu.net/wp/?p=358</guid>
		<description><![CDATA[This is a message from the owner of Muxtape.
It was so thrilled for me and the creators are also being let standing on the dangerousness every time.
Although we wish to create a marvelous web service and to change the current situation, there are many problems that disturbs like a license..because its views are different at [...]]]></description>
		<wfw:commentRss>http://odoruinu.net/wp/2008/09/27/muxtape/feed/</wfw:commentRss>
		</item>
		<item>
		<title>雫に映る花</title>
		<link>http://odoruinu.net/wp/2008/09/16/%e9%9b%ab%e3%81%ab%e6%98%a0%e3%82%8b%e8%8a%b1/</link>
		<comments>http://odoruinu.net/wp/2008/09/16/%e9%9b%ab%e3%81%ab%e6%98%a0%e3%82%8b%e8%8a%b1/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 15:51:56 +0000</pubDate>
		<dc:creator>noradaiko</dc:creator>
		
		<category><![CDATA[Diary]]></category>

		<category><![CDATA[Drawing]]></category>

		<guid isPermaLink="false">http://odoruinu.net/wp/?p=353</guid>
		<description><![CDATA[
&#8220;A flower reflected in a drop&#8221;
&#8211;
I purchased a new iPod touch!!!
But shipping day is sooooo far!
I cannot wait for that.
I heard the reason why it ships very slowly is because of getting a Wi-Fi permit.
But at the US Apple Store on website, it ships within 24hrs..!! Jesus!
Anyway I will wait patiently..
]]></description>
		<wfw:commentRss>http://odoruinu.net/wp/2008/09/16/%e9%9b%ab%e3%81%ab%e6%98%a0%e3%82%8b%e8%8a%b1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lights which are jumping</title>
		<link>http://odoruinu.net/wp/2008/09/01/lights_which_are_jumping/</link>
		<comments>http://odoruinu.net/wp/2008/09/01/lights_which_are_jumping/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 15:23:57 +0000</pubDate>
		<dc:creator>noradaiko</dc:creator>
		
		<category><![CDATA[Photograph]]></category>

		<guid isPermaLink="false">http://odoruinu.net/wp/?p=343</guid>
		<description><![CDATA[
Lights are free.
My opinion is every times bended.
To what my expression can we do?
I don care if I might be wrong.
Whatever I felt lights keep jumping as far as time goes by.
I wich I was so.
]]></description>
		<wfw:commentRss>http://odoruinu.net/wp/2008/09/01/lights_which_are_jumping/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Today&#8217;s alley</title>
		<link>http://odoruinu.net/wp/2008/08/30/todays-alley/</link>
		<comments>http://odoruinu.net/wp/2008/08/30/todays-alley/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 06:36:03 +0000</pubDate>
		<dc:creator>noradaiko</dc:creator>
		
		<category><![CDATA[Photograph]]></category>

		<guid isPermaLink="false">http://odoruinu.net/wp/?p=338</guid>
		<description><![CDATA[
Suppose that there is primary surface in a city, also it has background surface there.
Alley is able to say both that it doesn&#8217;t belong to that, but it&#8217;s belonging to that.
I like this space.
This picture was taken in Umeda.
I was walking arround here. Many people is walking, laughing, and sitting. Many eyes meet my.
I don&#8217;t [...]]]></description>
		<wfw:commentRss>http://odoruinu.net/wp/2008/08/30/todays-alley/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
