<?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 for SAPessi</title>
	<atom:link href="http://sapessi.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sapessi.com</link>
	<description>Perfection of means and confusion of aims...</description>
	<lastBuildDate>Mon, 28 Nov 2011 13:36:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Decode a GPolyline in Objective-C by Darshan</title>
		<link>http://sapessi.com/2010/06/decode-a-gpolyline-in-objective-c/comment-page-1/#comment-25259</link>
		<dc:creator>Darshan</dc:creator>
		<pubDate>Mon, 28 Nov 2011 13:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://sapessi.com/?p=378#comment-25259</guid>
		<description>I was using this, but was getting some weird routes. removed the 

 NSString escapedEncodedPoints = [encodedPoints stringByReplacingOccurrencesOfString:@&quot;\\\\&quot; withString:@&quot;\\&quot;];

it will work</description>
		<content:encoded><![CDATA[<p>I was using this, but was getting some weird routes. removed the </p>
<p> NSString escapedEncodedPoints = [encodedPoints stringByReplacingOccurrencesOfString:@"\\\\" withString:@"\\"];</p>
<p>it will work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Server side JavaScript with node.js by cloud host , cloud server , cloud vps , cloud computing, cloud hosting , joomla cloud hosting, wordpress cloud hosting , opencart cloud hosting , magento cloud hosting , vpn</title>
		<link>http://sapessi.com/2009/11/server-side-javascript-with-node-js/comment-page-1/#comment-25076</link>
		<dc:creator>cloud host , cloud server , cloud vps , cloud computing, cloud hosting , joomla cloud hosting, wordpress cloud hosting , opencart cloud hosting , magento cloud hosting , vpn</dc:creator>
		<pubDate>Sat, 26 Nov 2011 13:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://sapessi.com/?p=337#comment-25076</guid>
		<description>I do not even understand how I ended up right here, but I thought this put up was great. I don&#039;t realize who you are but certainly you&#039;re going to a famous blogger for those who are not already. Cheers!</description>
		<content:encoded><![CDATA[<p>I do not even understand how I ended up right here, but I thought this put up was great. I don&#8217;t realize who you are but certainly you&#8217;re going to a famous blogger for those who are not already. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Decode a GPolyline in Objective-C by Cassio</title>
		<link>http://sapessi.com/2010/06/decode-a-gpolyline-in-objective-c/comment-page-1/#comment-22975</link>
		<dc:creator>Cassio</dc:creator>
		<pubDate>Sun, 30 Oct 2011 13:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://sapessi.com/?p=378#comment-22975</guid>
		<description>Thans for this comment! I hade the same problem, it seems to be solved now.</description>
		<content:encoded><![CDATA[<p>Thans for this comment! I hade the same problem, it seems to be solved now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WebGL and O3D by duplicate file remover freeware</title>
		<link>http://sapessi.com/2009/10/webgl-and-o3d/comment-page-1/#comment-22775</link>
		<dc:creator>duplicate file remover freeware</dc:creator>
		<pubDate>Wed, 26 Oct 2011 20:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://sapessi.com/?p=237#comment-22775</guid>
		<description>uplicate File Finder locates duplicate files and folders on all drives and removable devices. This utility lets you compare and preview graphics, HTML, text, and other types of files. ... Weaknesses: Not free does not find all duplicates. I found a ...</description>
		<content:encoded><![CDATA[<p>uplicate File Finder locates duplicate files and folders on all drives and removable devices. This utility lets you compare and preview graphics, HTML, text, and other types of files. &#8230; Weaknesses: Not free does not find all duplicates. I found a &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Decode a GPolyline in Objective-C by GammaPoint</title>
		<link>http://sapessi.com/2010/06/decode-a-gpolyline-in-objective-c/comment-page-1/#comment-21668</link>
		<dc:creator>GammaPoint</dc:creator>
		<pubDate>Fri, 07 Oct 2011 10:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://sapessi.com/?p=378#comment-21668</guid>
		<description>I just removed the statement which was replacing \\ by \ as in C it is not required.

Didn&#039;t realize you were the input in your code had padded slashes.

It&#039;s working now.</description>
		<content:encoded><![CDATA[<p>I just removed the statement which was replacing \\ by \ as in C it is not required.</p>
<p>Didn&#8217;t realize you were the input in your code had padded slashes.</p>
<p>It&#8217;s working now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Decode a GPolyline in Objective-C by GammaPoint</title>
		<link>http://sapessi.com/2010/06/decode-a-gpolyline-in-objective-c/comment-page-1/#comment-21663</link>
		<dc:creator>GammaPoint</dc:creator>
		<pubDate>Fri, 07 Oct 2011 08:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://sapessi.com/?p=378#comment-21663</guid>
		<description>The code crashes for the following encoded points string. I entered two zip codes for directions: 97229 to 95054.

The index reaches the length and for the calculation of longitude, the array goes out of bound in the second do..while loop.

So I added a check to break the loops before the statement as follows:

if (index &gt;= len) return;
b = [escapedEncodedPoints characterAtIndex:index++] - 63;

But that causes the trip from 97229 to 95054 (Portland to Santa Clara) to return location points which go over the Pacific Ocean.

This used to be working a few months ago. Google started returning something different, recently.


Please help. If unable to recreate please let me know and I will provide more info.

Encoded Pts string:
ogwtG~fklVbBhAlA`AxAjA`BzAd@`@\f@l@l@l@r@x@fAt@bAp@hA~@jBbBxDn@fBbCpFbEvJz@lBb@&#124;@Zf@jAhBt@`Ar@v@p@p@n@h@`An@z@d@t@\\HLDx@V&#124;@NhARvKlAHBtCRh@DxEb@rD^fJ&#124;@L@NBJ@PBhP~AtCVv@Hd@BVBr@DD@x@DfABbABr@?jAAj@C^ArAGfE]fBUFABAVEXGbAQfAWr@S\KXKXIZK&#124;@[h@QpAg@vAs@h@W&#124;@e@\SbAk@x@g@~AgA`BmAVSd@_@ZWj@e@l@g@\YTS^[&#124;DaDn@i@\Yh@c@z@q@l@a@l@_@VQXO\Q^Oh@SVIRGXGJCREj@ITC~@Ex@Cn@?j@?x@@p@@z@@b@@@?jNNdDFL@V?t@@t@@r@?l@@j@@d@?b@A^?f@Al@Ct@Ej@Eh@Gt@Id@IZE^ITEt@OtEiArEcAhAUn@MdAO~BYl@Ed@En@Eb@Cj@C`@AjCCxC@jB?&#124;B?zA@rB?~DBfA?&#124;AENARCl@GlBYz@SnA]fDeA`Be@nA[zDwAxAw@f@c@z@{@jAkBh@eAjAmCBENc@vDeKn@gB`AgC@?h@wArAoD~FeP~DmKbEyKdCeGvE{JbAwBx@qAzB_ElB}C~A}BtBeC@?jC}ClFgFhBiBjFmFlDgD&#124;I}I`CmCbBoC~AaDnCgGr@_B?A`@w@rB_Et@iAh@q@lAmAnCyB`Ay@vEgEl@i@</description>
		<content:encoded><![CDATA[<p>The code crashes for the following encoded points string. I entered two zip codes for directions: 97229 to 95054.</p>
<p>The index reaches the length and for the calculation of longitude, the array goes out of bound in the second do..while loop.</p>
<p>So I added a check to break the loops before the statement as follows:</p>
<p>if (index &gt;= len) return;<br />
b = [escapedEncodedPoints characterAtIndex:index++] &#8211; 63;</p>
<p>But that causes the trip from 97229 to 95054 (Portland to Santa Clara) to return location points which go over the Pacific Ocean.</p>
<p>This used to be working a few months ago. Google started returning something different, recently.</p>
<p>Please help. If unable to recreate please let me know and I will provide more info.</p>
<p>Encoded Pts string:<br />
ogwtG~fklVbBhAlA`AxAjA`BzAd@`@\f@l@l@l@r@x@fAt@bAp@hA~@jBbBxDn@fBbCpFbEvJz@lBb@|@Zf@jAhBt@`Ar@v@p@p@n@h@`An@z@d@t@\\HLDx@V|@NhARvKlAHBtCRh@DxEb@rD^fJ|@L@NBJ@PBhP~AtCVv@Hd@BVBr@DD@x@DfABbABr@?jAAj@C^ArAGfE]fBUFABAVEXGbAQfAWr@S\KXKXIZK|@[h@QpAg@vAs@h@W|@e@\SbAk@x@g@~AgA`BmAVSd@_@ZWj@e@l@g@\YTS^[|DaDn@i@\Yh@c@z@q@l@a@l@_@VQXO\Q^Oh@SVIRGXGJCREj@ITC~@Ex@Cn@?j@?x@@p@@z@@b@@@?jNNdDFL@V?t@@t@@r@?l@@j@@d@?b@A^?f@Al@Ct@Ej@Eh@Gt@Id@IZE^ITEt@OtEiArEcAhAUn@MdAO~BYl@Ed@En@Eb@Cj@C`@AjCCxC@jB?|B?zA@rB?~DBfA?|AENARCl@GlBYz@SnA]fDeA`Be@nA[zDwAxAw@f@c@z@{@jAkBh@eAjAmCBENc@vDeKn@gB`AgC@?h@wArAoD~FeP~DmKbEyKdCeGvE{JbAwBx@qAzB_ElB}C~A}BtBeC@?jC}ClFgFhBiBjFmFlDgD|I}I`CmCbBoC~AaDnCgGr@_B?A`@w@rB_Et@iAh@q@lAmAnCyB`Ay@vEgEl@i@</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SVG graphics with JavaScript by july</title>
		<link>http://sapessi.com/2009/11/svg-graphics-with-javascript/comment-page-1/#comment-17780</link>
		<dc:creator>july</dc:creator>
		<pubDate>Mon, 18 Jul 2011 14:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://sapessi.com/?p=327#comment-17780</guid>
		<description>I do accept as true with all the ideas you&#039;ve introduced in your post. They&#039;re very convincing and will definitely work. Nonetheless, the posts are too short for newbies. Could you please extend them a little from subsequent time? Thanks for the post.</description>
		<content:encoded><![CDATA[<p>I do accept as true with all the ideas you&#8217;ve introduced in your post. They&#8217;re very convincing and will definitely work. Nonetheless, the posts are too short for newbies. Could you please extend them a little from subsequent time? Thanks for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Draggable directions with Google Maps APIs by Russ Helle</title>
		<link>http://sapessi.com/2010/03/draggable-directions-with-google-maps-apis/comment-page-1/#comment-17646</link>
		<dc:creator>Russ Helle</dc:creator>
		<pubDate>Sun, 17 Jul 2011 04:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://sapessi.com/?p=358#comment-17646</guid>
		<description>I am not 100% on this, but I do like the concept. Every single small assists!</description>
		<content:encoded><![CDATA[<p>I am not 100% on this, but I do like the concept. Every single small assists!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TweetSentiment &#8211; Twitter activity VS market activity by xhaju</title>
		<link>http://sapessi.com/2009/11/tweetsentiment-twitter-activity-vs-market-activity/comment-page-1/#comment-17626</link>
		<dc:creator>xhaju</dc:creator>
		<pubDate>Sat, 16 Jul 2011 21:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://sapessi.com/?p=307#comment-17626</guid>
		<description>I cannot access the source for SAPchart.js. Has it been moved?</description>
		<content:encoded><![CDATA[<p>I cannot access the source for SAPchart.js. Has it been moved?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reads of the day by Tona Zelkin</title>
		<link>http://sapessi.com/2007/11/reads-of-the-day-2/comment-page-1/#comment-17229</link>
		<dc:creator>Tona Zelkin</dc:creator>
		<pubDate>Tue, 12 Jul 2011 15:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://thebigdeal.wordpress.com/2007/11/26/reads-of-the-day-2/#comment-17229</guid>
		<description>This is a fantastic website, would you be involved in doing an interview regarding how you developed it? If so e-mail me!</description>
		<content:encoded><![CDATA[<p>This is a fantastic website, would you be involved in doing an interview regarding how you developed it? If so e-mail me!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

