<?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"
	>
<channel>
	<title>Comments on: Code: Number of Times a Term occurs in Google</title>
	<atom:link href="http://blog.yuvisense.net/2007/10/28/code-number-of-times-a-term-occurs-in-google/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.yuvisense.net/2007/10/28/code-number-of-times-a-term-occurs-in-google/</link>
	<description>Yuvi, a 17 year old wannabe geek from India.</description>
	<pubDate>Sat, 22 Nov 2008 08:57:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: yuvipanda</title>
		<link>http://blog.yuvisense.net/2007/10/28/code-number-of-times-a-term-occurs-in-google/#comment-57474</link>
		<dc:creator>yuvipanda</dc:creator>
		<pubDate>Tue, 30 Oct 2007 17:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yuvisense.net/2007/10/28/code-number-of-times-a-term-occurs-in-google/#comment-57474</guid>
		<description>Wow, thanks for pointin THAT out Ahmed :) Sounds cool, will check that out :)</description>
		<content:encoded><![CDATA[<p>Wow, thanks for pointin THAT out Ahmed <img src='http://blog.yuvisense.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Sounds cool, will check that out <img src='http://blog.yuvisense.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmad</title>
		<link>http://blog.yuvisense.net/2007/10/28/code-number-of-times-a-term-occurs-in-google/#comment-57473</link>
		<dc:creator>Ahmad</dc:creator>
		<pubDate>Tue, 30 Oct 2007 17:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yuvisense.net/2007/10/28/code-number-of-times-a-term-occurs-in-google/#comment-57473</guid>
		<description>Hey Yuvi,

I guess you are aware of the Live Search 2.0 Wave and yea they do provide a sexy Search API. Stay away from Evil :-)

http://msdn2.microsoft.com/en-us/library/bb266180.aspx</description>
		<content:encoded><![CDATA[<p>Hey Yuvi,</p>
<p>I guess you are aware of the Live Search 2.0 Wave and yea they do provide a sexy Search API. Stay away from Evil <img src='http://blog.yuvisense.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://msdn2.microsoft.com/en-us/library/bb266180.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/bb266180.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yuvipanda</title>
		<link>http://blog.yuvisense.net/2007/10/28/code-number-of-times-a-term-occurs-in-google/#comment-57316</link>
		<dc:creator>yuvipanda</dc:creator>
		<pubDate>Mon, 29 Oct 2007 15:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yuvisense.net/2007/10/28/code-number-of-times-a-term-occurs-in-google/#comment-57316</guid>
		<description>Yes, but have you looked at the Google Search Javascript "API"? It's a mass of obfuscated javascript, more like a traditional obfuscated compiled dll. You have pretty much zero chance of using it from anything else, unless you do something like embed IE (or Gecko) into your code (via C) and access it via that. This involves multiple levels of cross-language calls, which are as easy as biting off pizza with your mouth closed. 

Bottom line: The Google Search "API" is tied to just Javascript, and so is just a library, not an API. Agreed?</description>
		<content:encoded><![CDATA[<p>Yes, but have you looked at the Google Search Javascript &#8220;API&#8221;? It&#8217;s a mass of obfuscated javascript, more like a traditional obfuscated compiled dll. You have pretty much zero chance of using it from anything else, unless you do something like embed IE (or Gecko) into your code (via C) and access it via that. This involves multiple levels of cross-language calls, which are as easy as biting off pizza with your mouth closed. </p>
<p>Bottom line: The Google Search &#8220;API&#8221; is tied to just Javascript, and so is just a library, not an API. Agreed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prolific Programmer</title>
		<link>http://blog.yuvisense.net/2007/10/28/code-number-of-times-a-term-occurs-in-google/#comment-57315</link>
		<dc:creator>Prolific Programmer</dc:creator>
		<pubDate>Mon, 29 Oct 2007 15:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yuvisense.net/2007/10/28/code-number-of-times-a-term-occurs-in-google/#comment-57315</guid>
		<description>You need protocol support in LOLCODE for whatever web API uses, i.e. HTTP requests, which are far easier to do in some languages than others. See my blog for some ruby code to manipulate twitter into doing what I want, for example of a language that makes web manipulation easy. 

To a certain extent, you're spot on that you are tied to the langauge which the library supports. However, every language I know of has a C API, at some level. Therefore one can design wrappers around a given C library in python, perl, ruby, Java, etc. 

Granted, I don't know every language in existence and I don't know .Net at all</description>
		<content:encoded><![CDATA[<p>You need protocol support in LOLCODE for whatever web API uses, i.e. HTTP requests, which are far easier to do in some languages than others. See my blog for some ruby code to manipulate twitter into doing what I want, for example of a language that makes web manipulation easy. </p>
<p>To a certain extent, you&#8217;re spot on that you are tied to the langauge which the library supports. However, every language I know of has a C API, at some level. Therefore one can design wrappers around a given C library in python, perl, ruby, Java, etc. </p>
<p>Granted, I don&#8217;t know every language in existence and I don&#8217;t know .Net at all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yuvipanda</title>
		<link>http://blog.yuvisense.net/2007/10/28/code-number-of-times-a-term-occurs-in-google/#comment-57305</link>
		<dc:creator>yuvipanda</dc:creator>
		<pubDate>Mon, 29 Oct 2007 12:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yuvisense.net/2007/10/28/code-number-of-times-a-term-occurs-in-google/#comment-57305</guid>
		<description>nah, with an API (a real, Web API), my chosen language doesn't matter at all. I could just as well use LOLCODE for it. But with a Library, you're tied to the language which the library supports. Different, no?</description>
		<content:encoded><![CDATA[<p>nah, with an API (a real, Web API), my chosen language doesn&#8217;t matter at all. I could just as well use LOLCODE for it. But with a Library, you&#8217;re tied to the language which the library supports. Different, no?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prolific Programmer</title>
		<link>http://blog.yuvisense.net/2007/10/28/code-number-of-times-a-term-occurs-in-google/#comment-57304</link>
		<dc:creator>Prolific Programmer</dc:creator>
		<pubDate>Mon, 29 Oct 2007 12:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yuvisense.net/2007/10/28/code-number-of-times-a-term-occurs-in-google/#comment-57304</guid>
		<description>@YuviPanda
any API is no more than a library.</description>
		<content:encoded><![CDATA[<p>@YuviPanda<br />
any API is no more than a library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yuvipanda</title>
		<link>http://blog.yuvisense.net/2007/10/28/code-number-of-times-a-term-occurs-in-google/#comment-57302</link>
		<dc:creator>yuvipanda</dc:creator>
		<pubDate>Mon, 29 Oct 2007 12:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yuvisense.net/2007/10/28/code-number-of-times-a-term-occurs-in-google/#comment-57302</guid>
		<description>The Javascript API isn't an API: It's just a library. I can't use it from VB9 or C#, for example. For all intents and purposes, there's no Google Search API right now folks.</description>
		<content:encoded><![CDATA[<p>The Javascript API isn&#8217;t an API: It&#8217;s just a library. I can&#8217;t use it from VB9 or C#, for example. For all intents and purposes, there&#8217;s no Google Search API right now folks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhasker V K</title>
		<link>http://blog.yuvisense.net/2007/10/28/code-number-of-times-a-term-occurs-in-google/#comment-57293</link>
		<dc:creator>Bhasker V K</dc:creator>
		<pubDate>Mon, 29 Oct 2007 10:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yuvisense.net/2007/10/28/code-number-of-times-a-term-occurs-in-google/#comment-57293</guid>
		<description>^ or the javascript ones 8 ) especially with the versatility that you get with firebug's console.

Keep Clicking,
Bhasker V Kode</description>
		<content:encoded><![CDATA[<p>^ or the javascript ones 8 ) especially with the versatility that you get with firebug&#8217;s console.</p>
<p>Keep Clicking,<br />
Bhasker V Kode</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yuvipanda</title>
		<link>http://blog.yuvisense.net/2007/10/28/code-number-of-times-a-term-occurs-in-google/#comment-57267</link>
		<dc:creator>yuvipanda</dc:creator>
		<pubDate>Mon, 29 Oct 2007 02:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yuvisense.net/2007/10/28/code-number-of-times-a-term-occurs-in-google/#comment-57267</guid>
		<description>@Profilic Programmer: Yep, it's still available. But, no new API keys will be issued, which basically means it's dead...

Now, I'd love to see the Perl one-liner that does this :)</description>
		<content:encoded><![CDATA[<p>@Profilic Programmer: Yep, it&#8217;s still available. But, no new API keys will be issued, which basically means it&#8217;s dead&#8230;</p>
<p>Now, I&#8217;d love to see the Perl one-liner that does this <img src='http://blog.yuvisense.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prolific Programmer</title>
		<link>http://blog.yuvisense.net/2007/10/28/code-number-of-times-a-term-occurs-in-google/#comment-57266</link>
		<dc:creator>Prolific Programmer</dc:creator>
		<pubDate>Mon, 29 Oct 2007 02:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yuvisense.net/2007/10/28/code-number-of-times-a-term-occurs-in-google/#comment-57266</guid>
		<description>The Google SOAP API is still available. The guy who wrote it left Google and therefore it won't be maintained anymore.</description>
		<content:encoded><![CDATA[<p>The Google SOAP API is still available. The guy who wrote it left Google and therefore it won&#8217;t be maintained anymore.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
