<?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: Google diff, match and patch ported to C#</title>
	<atom:link href="http://anteru.net/2009/06/22/514/feed/" rel="self" type="application/rss+xml" />
	<link>http://anteru.net/2009/06/22/514/</link>
	<description>Graphics, programming &#38; software engineering</description>
	<lastBuildDate>Thu, 22 Mar 2012 06:25:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Anteru</title>
		<link>http://anteru.net/2009/06/22/514/comment-page-1/#comment-9106</link>
		<dc:creator>Anteru</dc:creator>
		<pubDate>Fri, 17 Jul 2009 08:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://anteru.net/?p=514#comment-9106</guid>
		<description>&lt;a href=&quot;#comment-8964&quot; rel=&quot;nofollow&quot;&gt;@Andy Robinson&lt;/a&gt; 
Couldn&#039;t you use a Dictionary for that? Simply add &lt;tt&gt;null&lt;/tt&gt; as the value, and just work on the keys.</description>
		<content:encoded><![CDATA[<p><a href="#comment-8964" rel="nofollow">@Andy Robinson</a><br />
Couldn&#8217;t you use a Dictionary for that? Simply add <tt>null</tt> as the value, and just work on the keys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Robinson</title>
		<link>http://anteru.net/2009/06/22/514/comment-page-1/#comment-8964</link>
		<dc:creator>Andy Robinson</dc:creator>
		<pubDate>Mon, 13 Jul 2009 01:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://anteru.net/?p=514#comment-8964</guid>
		<description>&lt;a href=&quot;#comment-8158&quot; rel=&quot;nofollow&quot;&gt;@Marc Brooks &lt;/a&gt; 
I&#039;ve implemented the LinqBridge and that&#039;s helped the Linq references but I&#039;m still struggling with Hashset substitutes.  Any suggestions?

Thanks,
Andy Robinson</description>
		<content:encoded><![CDATA[<p><a href="#comment-8158" rel="nofollow">@Marc Brooks </a><br />
I&#8217;ve implemented the LinqBridge and that&#8217;s helped the Linq references but I&#8217;m still struggling with Hashset substitutes.  Any suggestions?</p>
<p>Thanks,<br />
Andy Robinson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anteru</title>
		<link>http://anteru.net/2009/06/22/514/comment-page-1/#comment-8161</link>
		<dc:creator>Anteru</dc:creator>
		<pubDate>Wed, 24 Jun 2009 06:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://anteru.net/?p=514#comment-8161</guid>
		<description>&lt;a href=&quot;#comment-8130&quot; rel=&quot;nofollow&quot;&gt;@@dermouk&lt;/a&gt; 
I had no problems while porting, the tests are exactly the same as for Java, the only difference is that the URLencode result is lower-case instead of upper-case.</description>
		<content:encoded><![CDATA[<p><a href="#comment-8130" rel="nofollow">@@dermouk</a><br />
I had no problems while porting, the tests are exactly the same as for Java, the only difference is that the URLencode result is lower-case instead of upper-case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anteru</title>
		<link>http://anteru.net/2009/06/22/514/comment-page-1/#comment-8160</link>
		<dc:creator>Anteru</dc:creator>
		<pubDate>Wed, 24 Jun 2009 06:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://anteru.net/?p=514#comment-8160</guid>
		<description>&lt;a href=&quot;#comment-8158&quot; rel=&quot;nofollow&quot;&gt;@Marc Brooks&lt;/a&gt; 
Cool, didn&#039;t know of that. I was wondering anyway why the extension methods from LINQ are not available separately, as they are mostly trivial implementations and it&#039;s plain stupid to drag in the 100+ MiB of .NET 3.5 just to use &lt;tt&gt;.First()&lt;/tt&gt;. Definitely worth a try.</description>
		<content:encoded><![CDATA[<p><a href="#comment-8158" rel="nofollow">@Marc Brooks</a><br />
Cool, didn&#8217;t know of that. I was wondering anyway why the extension methods from LINQ are not available separately, as they are mostly trivial implementations and it&#8217;s plain stupid to drag in the 100+ MiB of .NET 3.5 just to use <tt>.First()</tt>. Definitely worth a try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Brooks</title>
		<link>http://anteru.net/2009/06/22/514/comment-page-1/#comment-8158</link>
		<dc:creator>Marc Brooks</dc:creator>
		<pubDate>Wed, 24 Jun 2009 05:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://anteru.net/?p=514#comment-8158</guid>
		<description>If you use Joseph Albahari Linq Bridge, you don&#039;t need to change the code to run under .Net 2.0 http://www.albahari.com/nutshell/linqbridge.aspx</description>
		<content:encoded><![CDATA[<p>If you use Joseph Albahari Linq Bridge, you don&#8217;t need to change the code to run under .Net 2.0 <a href="http://www.albahari.com/nutshell/linqbridge.aspx" rel="nofollow">http://www.albahari.com/nutshell/linqbridge.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @dermouk</title>
		<link>http://anteru.net/2009/06/22/514/comment-page-1/#comment-8130</link>
		<dc:creator>@dermouk</dc:creator>
		<pubDate>Tue, 23 Jun 2009 15:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://anteru.net/?p=514#comment-8130</guid>
		<description>Nice! I had also ported it to C# but didn&#039;t submit it because I had some problems with unicode chars having in .NET length 6 instead of 4 (as I remember) causing one test to fail.

I check out how did you do it. Fo my Version I just changed the test ;-)</description>
		<content:encoded><![CDATA[<p>Nice! I had also ported it to C# but didn&#8217;t submit it because I had some problems with unicode chars having in .NET length 6 instead of 4 (as I remember) causing one test to fail.</p>
<p>I check out how did you do it. Fo my Version I just changed the test <img src='http://anteru.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

