<?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>MRo Blog &#187; Gesture</title>
	<atom:link href="http://blog.mro.name/tag/gesture/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mro.name</link>
	<description>Marcus Rohrmoser mobile Software</description>
	<lastBuildDate>Wed, 23 Jun 2010 11:32:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Augmented hot shit.</title>
		<link>http://blog.mro.name/2009/07/augmented-hot-shit/</link>
		<comments>http://blog.mro.name/2009/07/augmented-hot-shit/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 18:24:49 +0000</pubDate>
		<dc:creator>mro</dc:creator>
				<category><![CDATA[Articles in english]]></category>
		<category><![CDATA[seenontheweb]]></category>
		<category><![CDATA[AR]]></category>
		<category><![CDATA[augmented]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[Gesture]]></category>
		<category><![CDATA[HCI]]></category>
		<category><![CDATA[Mocap]]></category>

		<guid isPermaLink="false">http://blog.mro.name/?p=1128</guid>
		<description><![CDATA[Seems to be ready for the masses: seen at: http://www.camspace.com/]]></description>
			<content:encoded><![CDATA[<p>Seems to be ready for the masses:<br />
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/v0srY37kkMw" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/v0srY37kkMw" /></object><br />
seen at: <a href="http://www.camspace.com/">http://www.camspace.com</a>/</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mro.name/2009/07/augmented-hot-shit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Markerloses Mocap</title>
		<link>http://blog.mro.name/2009/06/markerloses-mocap/</link>
		<comments>http://blog.mro.name/2009/06/markerloses-mocap/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 20:53:02 +0000</pubDate>
		<dc:creator>mro</dc:creator>
				<category><![CDATA[Artikel auf deutsch]]></category>
		<category><![CDATA[seenontheweb]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Gesture]]></category>
		<category><![CDATA[HCI]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mocap]]></category>
		<category><![CDATA[Patent]]></category>

		<guid isPermaLink="false">http://blog.mro.name/?p=1018</guid>
		<description><![CDATA[Heise schreibt heute wieder mal was zum Thema: Apple will Bewegungserkennung als Nutzerschnittstelle patentieren lassen. Wer sich für die Patentschrift interessiert, kann sich mit diesem bash-Script (benutzt wget und Imagemagick) ein PDF bauen: #!/bin/sh # Download the us patent application us20090153474 # and convert the single tiff images to a more handy pdf. # pat=&#34;us20090153474&#34; [...]]]></description>
			<content:encoded><![CDATA[<p>Heise schreibt heute wieder mal was zum Thema: <a href="http://www.heise.de/newsticker/Apple-will-Bewegungserkennung-als-Nutzerschnittstelle-patentieren-lassen--/meldung/140888">Apple will Bewegungserkennung als Nutzerschnittstelle patentieren lassen</a>.</p>
<p>Wer sich für die Patentschrift interessiert, kann sich mit diesem <a href="http://de.wikipedia.org/wiki/Bourne-again_shell">bash-Script</a> (benutzt <a href="http://de.wikipedia.org/wiki/Wget">wget</a> und <a href="http://de.wikipedia.org/wiki/ImageMagick">Imagemagick</a>) ein PDF bauen:</p>
<p><span id="more-1018"></span></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span>
<span style="color: #666666; font-style: italic;"># Download the us patent application us20090153474</span>
<span style="color: #666666; font-style: italic;"># and convert the single tiff images to a more handy pdf.</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #007800;">pat</span>=<span style="color: #ff0000;">&quot;us20090153474&quot;</span>
<span style="color: #007800;">base</span>=<span style="color: #ff0000;">&quot;http://aiw2.uspto.gov&quot;</span>
<span style="color: #007800;"><span style="color: #c20cb9; font-weight: bold;">file</span></span>=<span style="color: #ff0000;">&quot;/.DImg?Docid=<span style="color: #007800;">${pat}</span>ki&amp;amp;IDKey=47B13F807488&amp;amp;ImgFormat=tif&quot;</span>
&nbsp;
<span style="color: #007800;">cmd</span>=<span style="color: #ff0000;">&quot;convert&quot;</span>
<span style="color: #000000; font-weight: bold;">for</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span> i = <span style="color: #000000;">1</span>; i <span style="color: #000000; font-weight: bold;">&amp;</span>lt; = <span style="color: #000000;">20</span>; i++ <span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #000000; font-weight: bold;">do</span>
	<span style="color: #007800;">src</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">$base</span><span style="color: #007800;">$file</span>&amp;amp;PageNum=<span style="color: #007800;">$i</span>&quot;</span>
	<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #007800;">$i</span> <span style="color: #660033;">-lt</span> <span style="color: #000000;">10</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>
	<span style="color: #000000; font-weight: bold;">then</span>
		<span style="color: #007800;">num</span>=<span style="color: #ff0000;">&quot;0&quot;</span><span style="color: #007800;">$i</span>
	<span style="color: #000000; font-weight: bold;">else</span>
		<span style="color: #007800;">num</span>=<span style="color: #ff0000;">&quot;&quot;</span><span style="color: #007800;">$i</span>
	<span style="color: #000000; font-weight: bold;">fi</span>
	<span style="color: #007800;">dst</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">${pat}</span>_<span style="color: #007800;">$num</span>.tiff&quot;</span>
	<span style="color: #c20cb9; font-weight: bold;">wget</span> <span style="color: #660033;">--output-document</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$dst</span>&quot;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$src</span>&quot;</span>
&nbsp;
	<span style="color: #007800;">cmd</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">$cmd</span> <span style="color: #007800;">$dst</span>&quot;</span>
	<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #007800;">$i</span> <span style="color: #660033;">-eq</span> <span style="color: #000000;">1</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
		<span style="color: #007800;">cmd</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">$cmd</span> -rotate -90&quot;</span>
	<span style="color: #000000; font-weight: bold;">fi</span>
	<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #007800;">$i</span> <span style="color: #660033;">-eq</span> <span style="color: #000000;">8</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
		<span style="color: #007800;">cmd</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">$cmd</span> -rotate 90&quot;</span>
	<span style="color: #000000; font-weight: bold;">fi</span>
<span style="color: #000000; font-weight: bold;">done</span>
<span style="color: #007800;">cmd</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">$cmd</span> <span style="color: #007800;">$pat</span>.pdf&quot;</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$cmd</span>&quot;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.mro.name/2009/06/markerloses-mocap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Patent Application &#8220;Swipe Gestures for Touch Screen Keyboards &#8220;</title>
		<link>http://blog.mro.name/2008/12/apple-patent-application-swipe-gestures-for-touch-screen-keyboards/</link>
		<comments>http://blog.mro.name/2008/12/apple-patent-application-swipe-gestures-for-touch-screen-keyboards/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 22:30:54 +0000</pubDate>
		<dc:creator>mro</dc:creator>
				<category><![CDATA[Articles in english]]></category>
		<category><![CDATA[seenontheweb]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Gesture]]></category>
		<category><![CDATA[HCI]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Patent]]></category>
		<category><![CDATA[Touchscreen]]></category>

		<guid isPermaLink="false">http://blog.mro.name/?p=406</guid>
		<description><![CDATA[E.g. golem reports a new patent application concerning touch screens. As the US patent office website does only provide somewhat hard to handle TIFFs, I provided a bash script to download and convert them into one single pdf: Download and pdfify US Patent Application 20080316183.]]></description>
			<content:encoded><![CDATA[<p>E.g. <a href="http://www.golem.de/0812/64310.html">golem</a> reports a new patent application concerning touch screens.</p>
<p>As the <a href="http://appft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&amp;Sect2=HITOFF&amp;p=1&amp;u=%2Fnetahtml%2FPTO%2Fsearch-bool.html&amp;r=1&amp;f=G&amp;l=50&amp;co1=AND&amp;d=PG01&amp;s1=20080316183&amp;OS=20080316183&amp;RS=20080316183">US patent office</a> website does only provide somewhat hard to handle TIFFs, I provided a bash script to download and convert them into one single pdf: <a href="http://wiki.mro.name/playground/us_patent_20080316183">Download and pdfify US Patent Application 20080316183</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mro.name/2008/12/apple-patent-application-swipe-gestures-for-touch-screen-keyboards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
