<?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>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>
	<lastBuildDate>Tue, 15 Jun 2010 13:09:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hydrangeas</title>
		<link>http://odoruinu.net/wp/2010/06/15/hydrangeas/</link>
		<comments>http://odoruinu.net/wp/2010/06/15/hydrangeas/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 13:09:41 +0000</pubDate>
		<dc:creator>noradaiko</dc:creator>
				<category><![CDATA[Photograph]]></category>

		<guid isPermaLink="false">http://odoruinu.net/wp/?p=592</guid>
		<description><![CDATA[Felt some love from hydrangeas at Tokyo Summer Land









]]></description>
		<wfw:commentRss>http://odoruinu.net/wp/2010/06/15/hydrangeas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FoxyCamera v1.0 is coming soon</title>
		<link>http://odoruinu.net/wp/2010/05/12/foxycamera-v1-0-is-coming-soon/</link>
		<comments>http://odoruinu.net/wp/2010/05/12/foxycamera-v1-0-is-coming-soon/#comments</comments>
		<pubDate>Tue, 11 May 2010 15:05:52 +0000</pubDate>
		<dc:creator>noradaiko</dc:creator>
				<category><![CDATA[FoxyCamera]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[panorama]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://odoruinu.net/wp/?p=571</guid>
		<description><![CDATA[
Yesterday, I just sent a request of my iPhone app to register to the App Store.
OVERVIEW
FoxyCamera is an iPhone app that gives your iPhone a great functionality that you can easily take a panorama photo and scan a paper at anytime, anywhere.
For example, you can take photo like below:



FoxyCamera is implemented advanced image-processing technology called [...]]]></description>
		<wfw:commentRss>http://odoruinu.net/wp/2010/05/12/foxycamera-v1-0-is-coming-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optical Flow tracking implementation on iPhone 3GS</title>
		<link>http://odoruinu.net/wp/2010/04/19/optical-flow-tracking-implementation-on-iphone-3gs/</link>
		<comments>http://odoruinu.net/wp/2010/04/19/optical-flow-tracking-implementation-on-iphone-3gs/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 16:09:48 +0000</pubDate>
		<dc:creator>noradaiko</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://odoruinu.net/wp/?p=568</guid>
		<description><![CDATA[
Recently I am enthusiastic for developing iPhone app which can capture posters and take panorama photo!
And now its prototype can track optical flow that is distance of moving of camera view.
]]></description>
		<wfw:commentRss>http://odoruinu.net/wp/2010/04/19/optical-flow-tracking-implementation-on-iphone-3gs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The hierarchy of UIImagePickerController</title>
		<link>http://odoruinu.net/wp/2010/03/30/the-hierarchy-of-uiimagepickercontroller/</link>
		<comments>http://odoruinu.net/wp/2010/03/30/the-hierarchy-of-uiimagepickercontroller/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 16:30:08 +0000</pubDate>
		<dc:creator>noradaiko</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://odoruinu.net/wp/?p=560</guid>
		<description><![CDATA[You can get the hierarchy of subviews on UIImagePickerController with this code.
// Recursive enumerate subviews to get hierarchy of camera view.
- (BOOL)enumSubviews:(UIView*)view withNest:(int)idx
{
	Class cl = [view class];
	char sp[255];
	memset(sp, ' ', 255);
	sp[idx*4] = 0;

	NSLog(@"%s%@\n", sp, NSStringFromClass(cl));

	for (int i = 0; i < [view.subviews count]; i++)
	{
		if ([self enumSubviews:[view.subviews objectAtIndex:i] withNest:idx+1])
			return YES;
	}

	return NO;
}

And here is a result.

PLCameraView
  [...]]]></description>
		<wfw:commentRss>http://odoruinu.net/wp/2010/03/30/the-hierarchy-of-uiimagepickercontroller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>here again</title>
		<link>http://odoruinu.net/wp/2010/03/13/here-again/</link>
		<comments>http://odoruinu.net/wp/2010/03/13/here-again/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 07:40:08 +0000</pubDate>
		<dc:creator>noradaiko</dc:creator>
				<category><![CDATA[Musik]]></category>

		<guid isPermaLink="false">http://odoruinu.net/wp/?p=552</guid>
		<description><![CDATA[
Get the Flash Player to see this player.

	var s3 = new SWFObject("/media/mp3player.swf", "line", "240", "20", "7");
	s3.addVariable("file","/media/here+again.mp3");
	s3.addVariable("repeat","false");
	s3.addVariable("showdigits","false");
	s3.addVariable("showdownload","true");
	s3.write("test1");

We will be here again.
People will meet again.
僕らは巡る。
Download
# I recorded a guitar part within one take and laid free ambient sounds on it.  
]]></description>
		<wfw:commentRss>http://odoruinu.net/wp/2010/03/13/here-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>希望[hope]</title>
		<link>http://odoruinu.net/wp/2010/03/11/hope/</link>
		<comments>http://odoruinu.net/wp/2010/03/11/hope/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 16:18:53 +0000</pubDate>
		<dc:creator>noradaiko</dc:creator>
				<category><![CDATA[Drawing]]></category>

		<guid isPermaLink="false">http://odoruinu.net/wp/?p=548</guid>
		<description><![CDATA[
]]></description>
		<wfw:commentRss>http://odoruinu.net/wp/2010/03/11/hope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flowers</title>
		<link>http://odoruinu.net/wp/2010/03/02/flowers/</link>
		<comments>http://odoruinu.net/wp/2010/03/02/flowers/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 05:16:37 +0000</pubDate>
		<dc:creator>noradaiko</dc:creator>
				<category><![CDATA[Photograph]]></category>

		<guid isPermaLink="false">http://odoruinu.net/wp/?p=542</guid>
		<description><![CDATA[We went to Kyoto Botanical Garden(京都府立植物園).
Our first purpose was to see Japanese apricots though,
there was a greenhouse where has many plants from all over the world.
We got so excited and took many pictures, thus these are many flowers with various sorts.  





























]]></description>
		<wfw:commentRss>http://odoruinu.net/wp/2010/03/02/flowers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[PHP]IMAPでメールの文字コード判定を行うには</title>
		<link>http://odoruinu.net/wp/2009/11/03/phpimap%e3%81%a7%e3%83%a1%e3%83%bc%e3%83%ab%e3%81%ae%e6%96%87%e5%ad%97%e3%82%b3%e3%83%bc%e3%83%89%e5%88%a4%e5%ae%9a%e3%82%92%e8%a1%8c%e3%81%86%e3%81%ab%e3%81%af/</link>
		<comments>http://odoruinu.net/wp/2009/11/03/phpimap%e3%81%a7%e3%83%a1%e3%83%bc%e3%83%ab%e3%81%ae%e6%96%87%e5%ad%97%e3%82%b3%e3%83%bc%e3%83%89%e5%88%a4%e5%ae%9a%e3%82%92%e8%a1%8c%e3%81%86%e3%81%ab%e3%81%af/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 08:40:29 +0000</pubDate>
		<dc:creator>noradaiko</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://odoruinu.net/wp/?p=529</guid>
		<description><![CDATA[なぜかimap_headerinfo()の戻り値にはContent-Typeが含まれないので、
直に取得する力技で解決。
When you try to get charset of a mail on IMAP, imap_headerinfo() doesn&#8217;t include &#8216;Content-Type&#8217; in the return value.
Below is a function to get type of charset from a mail header directly by calling imap_fetchheader.

&#60;?
/**
 @context IMAPハンドル
 @number&#160;&#160;メールのID
 @defcharset 失敗した時に返すデフォルトの文字セット名
 @return 文字セット名
 */
function imap_getcharset($context, $number, $defcharset = "iso-2022-jp")
{
&#160;&#160;&#160;&#160;
&#160;&#160;&#160;&#160;// Get charset
&#160;&#160;&#160;&#160;$h = imap_fetchheader($context, $number);
&#160;&#160;&#160;&#160;$mc = preg_match("/charsets*=s*(.+?)[;\n]/s", [...]]]></description>
		<wfw:commentRss>http://odoruinu.net/wp/2009/11/03/phpimap%e3%81%a7%e3%83%a1%e3%83%bc%e3%83%ab%e3%81%ae%e6%96%87%e5%ad%97%e3%82%b3%e3%83%bc%e3%83%89%e5%88%a4%e5%ae%9a%e3%82%92%e8%a1%8c%e3%81%86%e3%81%ab%e3%81%af/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exhibition at 私のしごと館(watashi-no-shigoto-kan)</title>
		<link>http://odoruinu.net/wp/2009/08/14/exhibition-at-%e7%a7%81%e3%81%ae%e3%81%97%e3%81%94%e3%81%a8%e9%a4%a8watashi-no-shigoto-kan/</link>
		<comments>http://odoruinu.net/wp/2009/08/14/exhibition-at-%e7%a7%81%e3%81%ae%e3%81%97%e3%81%94%e3%81%a8%e9%a4%a8watashi-no-shigoto-kan/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 15:48:44 +0000</pubDate>
		<dc:creator>noradaiko</dc:creator>
				<category><![CDATA[Diary]]></category>

		<guid isPermaLink="false">http://odoruinu.net/wp/?p=524</guid>
		<description><![CDATA[
Watashi-no-shigoto-kan is an institution in Kyoto.
Today, we&#8217;ve set up our exhibition that is called &#8220;Emotion Visualizer&#8221; there.
It uses SunSPOT which is a sensor network device, has some sensors such as accelerometer, luminance sensor and temparature sensor, and can communicate by wireless.
When a SunSPOT is shaken, our demo application draws beautiful patterns and animations according to [...]]]></description>
		<wfw:commentRss>http://odoruinu.net/wp/2009/08/14/exhibition-at-%e7%a7%81%e3%81%ae%e3%81%97%e3%81%94%e3%81%a8%e9%a4%a8watashi-no-shigoto-kan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jet</title>
		<link>http://odoruinu.net/wp/2009/07/25/jet/</link>
		<comments>http://odoruinu.net/wp/2009/07/25/jet/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 08:11:05 +0000</pubDate>
		<dc:creator>noradaiko</dc:creator>
				<category><![CDATA[Diary]]></category>

		<guid isPermaLink="false">http://odoruinu.net/wp/2009/07/25/jet/</guid>
		<description><![CDATA[Great gig!!!
They did &#8216;r u gonna be my girl&#8217;!!!!

]]></description>
		<wfw:commentRss>http://odoruinu.net/wp/2009/07/25/jet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
