<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Android barcode scanner in 6 lines of Python code</title>
	<atom:link href="http://www.mattcutts.com/blog/android-barcode-scanner/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattcutts.com/blog/android-barcode-scanner/</link>
	<description>neat fun stuff</description>
	<lastBuildDate>Thu, 18 Mar 2010 06:22:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kk32306</title>
		<link>http://www.mattcutts.com/blog/android-barcode-scanner/#comment-465238</link>
		<dc:creator>kk32306</dc:creator>
		<pubDate>Tue, 09 Feb 2010 06:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=2620#comment-465238</guid>
		<description>HI,
Can someone post the  complete working sample code of using the same script above for scanning the barcode</description>
		<content:encoded><![CDATA[<p>HI,<br />
Can someone post the  complete working sample code of using the same script above for scanning the barcode</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.mattcutts.com/blog/android-barcode-scanner/#comment-443714</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 25 Dec 2009 15:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=2620#comment-443714</guid>
		<description>Wow, Nathan, you took an easily comprehensible script and turned it into a real mess. Missing the entire point of writing a script. Congrats. Please stay away from all code in the future.</description>
		<content:encoded><![CDATA[<p>Wow, Nathan, you took an easily comprehensible script and turned it into a real mess. Missing the entire point of writing a script. Congrats. Please stay away from all code in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Zadoks</title>
		<link>http://www.mattcutts.com/blog/android-barcode-scanner/#comment-400152</link>
		<dc:creator>Nathan Zadoks</dc:creator>
		<pubDate>Mon, 05 Oct 2009 21:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=2620#comment-400152</guid>
		<description>It&#039;s pretty oversized. Let&#039;s start with removing the useless formatting code
import android
droid=android.Android()
code=droid.scanBarcode()
url=&quot;http://books.google.com?q=&quot;+code[&#039;result&#039;][&#039;SCAN_RESULT&#039;]
droid.startActivity(’android.intent.action.VIEW’, url)
We still have some useless assignments
import android
droid.startActivity(’android.intent.action.VIEW’, &quot;http://books.google.com?q=&quot;+android.Android().scanBarcode()[&#039;result&#039;][&#039;SCAN_RESULT&#039;])
Well, we still have an import. Let&#039;s make it into a nice oneliner.Nathan
droid.startActivity(’android.intent.action.VIEW’, &quot;http://books.google.com?q=&quot;+__import__(&#039;android&#039;).Android().scanBarcode()[&#039;result&#039;][&#039;SCAN_RESULT&#039;])</description>
		<content:encoded><![CDATA[<p>It&#8217;s pretty oversized. Let&#8217;s start with removing the useless formatting code<br />
import android<br />
droid=android.Android()<br />
code=droid.scanBarcode()<br />
url=&#8221;http://books.google.com?q=&#8221;+code['result']['SCAN_RESULT']<br />
droid.startActivity(’android.intent.action.VIEW’, url)<br />
We still have some useless assignments<br />
import android<br />
droid.startActivity(’android.intent.action.VIEW’, &#8220;http://books.google.com?q=&#8221;+android.Android().scanBarcode()['result']['SCAN_RESULT'])<br />
Well, we still have an import. Let&#8217;s make it into a nice oneliner.Nathan<br />
droid.startActivity(’android.intent.action.VIEW’, &#8220;http://books.google.com?q=&#8221;+__import__(&#8216;android&#8217;).Android().scanBarcode()['result']['SCAN_RESULT'])</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.mattcutts.com/blog/android-barcode-scanner/#comment-371649</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 07 Aug 2009 08:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=2620#comment-371649</guid>
		<description>Is it possible to access the Speech Recognition engine in a similar manner using ASE? Specifically &quot;RecognizerIntent&quot;?</description>
		<content:encoded><![CDATA[<p>Is it possible to access the Speech Recognition engine in a similar manner using ASE? Specifically &#8220;RecognizerIntent&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Sumichrast</title>
		<link>http://www.mattcutts.com/blog/android-barcode-scanner/#comment-347235</link>
		<dc:creator>Martin Sumichrast</dc:creator>
		<pubDate>Mon, 15 Jun 2009 22:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=2620#comment-347235</guid>
		<description>Looking forward to trying this out!  Thanks Matt</description>
		<content:encoded><![CDATA[<p>Looking forward to trying this out!  Thanks Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spamhound</title>
		<link>http://www.mattcutts.com/blog/android-barcode-scanner/#comment-347030</link>
		<dc:creator>spamhound</dc:creator>
		<pubDate>Mon, 15 Jun 2009 16:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=2620#comment-347030</guid>
		<description>Totally off subject, but I read an article that Google is looking at Twitter and may even display twitter returns in the serps.

If that&#039;s true, all I&#039;ve got to say is &quot;are you kidding me&quot;?

Many people, myself included would not like to search through useless 140 posts by narcissistic people when I&#039;m looking for something. If I did, I would go to Twitter and search.

If Google does this, you will be playing right into the hands of MS. I’ll stop using Google as I’m sure many others who find Twitter useless will.</description>
		<content:encoded><![CDATA[<p>Totally off subject, but I read an article that Google is looking at Twitter and may even display twitter returns in the serps.</p>
<p>If that&#8217;s true, all I&#8217;ve got to say is &#8220;are you kidding me&#8221;?</p>
<p>Many people, myself included would not like to search through useless 140 posts by narcissistic people when I&#8217;m looking for something. If I did, I would go to Twitter and search.</p>
<p>If Google does this, you will be playing right into the hands of MS. I’ll stop using Google as I’m sure many others who find Twitter useless will.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorne Pike</title>
		<link>http://www.mattcutts.com/blog/android-barcode-scanner/#comment-345657</link>
		<dc:creator>Lorne Pike</dc:creator>
		<pubDate>Sat, 13 Jun 2009 15:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=2620#comment-345657</guid>
		<description>I&#039;ve been in technology and business for about 20 years now, and I love how new technologies continually appear. There is always something getting faster and better yet cheaper, and there is always someone finding a new way to apply it. Gotta love that!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been in technology and business for about 20 years now, and I love how new technologies continually appear. There is always something getting faster and better yet cheaper, and there is always someone finding a new way to apply it. Gotta love that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://www.mattcutts.com/blog/android-barcode-scanner/#comment-345310</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Fri, 12 Jun 2009 23:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=2620#comment-345310</guid>
		<description>My friend has one and he loves it. Runs all kinds of crazy stuff on it. I&#039;d love to get one as well. Alex, thats pretty weird. Having the same issue for my main term, there one day gone the next. Perhaps Matt could enlighten us?</description>
		<content:encoded><![CDATA[<p>My friend has one and he loves it. Runs all kinds of crazy stuff on it. I&#8217;d love to get one as well. Alex, thats pretty weird. Having the same issue for my main term, there one day gone the next. Perhaps Matt could enlighten us?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex borsody</title>
		<link>http://www.mattcutts.com/blog/android-barcode-scanner/#comment-344785</link>
		<dc:creator>alex borsody</dc:creator>
		<pubDate>Fri, 12 Jun 2009 04:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=2620#comment-344785</guid>
		<description>that code doesn&#039;t tell me much those are all encapsulated functions.  Since I renewed my site with Google apps, it has been giving me hell. not showing up in SERP&#039;s then reappearing like nothing. then saying that the site has expired, then going back to normal. now its sending me to a godaddy parked free page. 

the site is a solid music blog &lt;a href=&quot;http:/www.musicandartsblog.com&quot; rel=&quot;nofollow&quot;&gt;musicandartsblog.com&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>that code doesn&#8217;t tell me much those are all encapsulated functions.  Since I renewed my site with Google apps, it has been giving me hell. not showing up in SERP&#8217;s then reappearing like nothing. then saying that the site has expired, then going back to normal. now its sending me to a godaddy parked free page. </p>
<p>the site is a solid music blog <a href="http:/www.musicandartsblog.com" rel="nofollow">musicandartsblog.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Goner Leone</title>
		<link>http://www.mattcutts.com/blog/android-barcode-scanner/#comment-344678</link>
		<dc:creator>Goner Leone</dc:creator>
		<pubDate>Fri, 12 Jun 2009 00:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/?p=2620#comment-344678</guid>
		<description>Yea, go buy an G1 so you can buy more things &quot;more easy&quot;.  I would like to see Intel&#039;s OpenCV (Computer Vision) API implemented on the Android. So you could put your face on a Muscle Man or a Seal or something... Sony Camcorder style.</description>
		<content:encoded><![CDATA[<p>Yea, go buy an G1 so you can buy more things &#8220;more easy&#8221;.  I would like to see Intel&#8217;s OpenCV (Computer Vision) API implemented on the Android. So you could put your face on a Muscle Man or a Seal or something&#8230; Sony Camcorder style.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
