<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">
<channel>
	<title>Comments for Sarath Lakshman</title>
	
	<link>http://www.sarathlakshman.com</link>
	<description>Bitten by Linux bug !</description>
	<lastBuildDate>Tue, 22 May 2012 09:42:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/sarathlakshman-blog-comments" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="sarathlakshman-blog-comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Implementing autocomplete with trie data structure by Nicolai Diethelm</title>
		<link>http://www.sarathlakshman.com/2011/03/03/implementing-autocomplete-with-trie-data-structure/#comment-12252</link>
		<dc:creator>Nicolai Diethelm</dc:creator>
		<pubDate>Tue, 22 May 2012 09:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.sarathlakshman.com/?p=919#comment-12252</guid>
		<description>Thank you for your article about implementing autocomplete with a trie data structure!
If the set of autocomplete suggestions is rank-ordered, one should consider using a SuggestTree, a special variant of a trie. For any given prefix, it provides fast access to the top k suggestions that start with that prefix.
http://suggesttree.sourceforge.net/</description>
		<content:encoded><![CDATA[<p>Thank you for your article about implementing autocomplete with a trie data structure!<br />
If the set of autocomplete suggestions is rank-ordered, one should consider using a SuggestTree, a special variant of a trie. For any given prefix, it provides fast access to the top k suggestions that start with that prefix.<br />
<a href="http://suggesttree.sourceforge.net/" rel="nofollow">http://suggesttree.sourceforge.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing a Tic Tac Toe program using AI (Minimax) by Tic. Tac. Toe. « Rylan Dirksen</title>
		<link>http://www.sarathlakshman.com/2011/04/30/writing-a-tic-tac/#comment-12251</link>
		<dc:creator>Tic. Tac. Toe. « Rylan Dirksen</dc:creator>
		<pubDate>Mon, 21 May 2012 23:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.sarathlakshman.com/?p=999#comment-12251</guid>
		<description>[...] friend Mike and asked him for thoughts. He suggested I visit a few sites and compare my code to what others had done (without stealing!) just to see where I was at. Honestly, the code I looked at didn’t help me [...]</description>
		<content:encoded><![CDATA[<p>[...] friend Mike and asked him for thoughts. He suggested I visit a few sites and compare my code to what others had done (without stealing!) just to see where I was at. Honestly, the code I looked at didn&#8217;t help me [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Progress with Pardusman on Web by Justin 4HB</title>
		<link>http://www.sarathlakshman.com/2009/08/06/progress-with-pardusman-on-web/#comment-12208</link>
		<dc:creator>Justin 4HB</dc:creator>
		<pubDate>Sat, 12 May 2012 00:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.sarathlakshman.com/?p=362#comment-12208</guid>
		<description>Neat project, looks like you gave up on it though too bad.  Github link is here if anyone is interested https://github.com/t3rm1n4l/pardusman

I think a web service like this would still be relevant.  I have used other ones to create debain preseed files for automated installs which is a huge help.</description>
		<content:encoded><![CDATA[<p>Neat project, looks like you gave up on it though too bad.  Github link is here if anyone is interested <a href="https://github.com/t3rm1n4l/pardusman" rel="nofollow">https://github.com/t3rm1n4l/pardusman</a></p>
<p>I think a web service like this would still be relevant.  I have used other ones to create debain preseed files for automated installs which is a huge help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Producer – Consumer problem using POSIX semaphores by Somnath Kadam</title>
		<link>http://www.sarathlakshman.com/2010/10/16/producer-consumer-problem-using-posix-semaphores/#comment-12205</link>
		<dc:creator>Somnath Kadam</dc:creator>
		<pubDate>Fri, 11 May 2012 16:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sarathlakshman.com/?p=550#comment-12205</guid>
		<description>In cent os 6 we have add following header file in problem.h file
#include</description>
		<content:encoded><![CDATA[<p>In cent os 6 we have add following header file in problem.h file<br />
#include</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Producer – Consumer problem using POSIX semaphores by Somnath Kadam</title>
		<link>http://www.sarathlakshman.com/2010/10/16/producer-consumer-problem-using-posix-semaphores/#comment-12204</link>
		<dc:creator>Somnath Kadam</dc:creator>
		<pubDate>Fri, 11 May 2012 16:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.sarathlakshman.com/?p=550#comment-12204</guid>
		<description>In cent os 6 we have add following header file in problem.h file

#include


Nice One solution ....</description>
		<content:encoded><![CDATA[<p>In cent os 6 we have add following header file in problem.h file</p>
<p>#include</p>
<p>Nice One solution &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing a Tic Tac Toe program using AI (Minimax) by rohit</title>
		<link>http://www.sarathlakshman.com/2011/04/30/writing-a-tic-tac/#comment-12188</link>
		<dc:creator>rohit</dc:creator>
		<pubDate>Sat, 05 May 2012 14:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.sarathlakshman.com/?p=999#comment-12188</guid>
		<description>dude u r going well ,,,, these guys need a algo not code,,

python rocks ,, even if i dont understand code :)</description>
		<content:encoded><![CDATA[<p>dude u r going well ,,,, these guys need a algo not code,,</p>
<p>python rocks ,, even if i dont understand code <img src='http://www.sarathlakshman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing a Tic Tac Toe program using AI (Minimax) by dewa</title>
		<link>http://www.sarathlakshman.com/2011/04/30/writing-a-tic-tac/#comment-12131</link>
		<dc:creator>dewa</dc:creator>
		<pubDate>Thu, 12 Apr 2012 18:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.sarathlakshman.com/?p=999#comment-12131</guid>
		<description>hi. Very clean write. I like your explanation. But i don't get when we called minimize function?

if this right? we called move(). In this move() we called maxMove(). Then check the winning condition. If not win yet we called minMove function?

and how we get score for every moves? you said we give 1,0 and -1, how actually we do that? are the condition is rules by programer or there's a special math formula in minimax?

thanx for your respond :)</description>
		<content:encoded><![CDATA[<p>hi. Very clean write. I like your explanation. But i don&#8217;t get when we called minimize function?</p>
<p>if this right? we called move(). In this move() we called maxMove(). Then check the winning condition. If not win yet we called minMove function?</p>
<p>and how we get score for every moves? you said we give 1,0 and -1, how actually we do that? are the condition is rules by programer or there&#8217;s a special math formula in minimax?</p>
<p>thanx for your respond <img src='http://www.sarathlakshman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Producer – Consumer problem using POSIX semaphores by Nawaf</title>
		<link>http://www.sarathlakshman.com/2010/10/16/producer-consumer-problem-using-posix-semaphores/#comment-12120</link>
		<dc:creator>Nawaf</dc:creator>
		<pubDate>Sat, 07 Apr 2012 15:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.sarathlakshman.com/?p=550#comment-12120</guid>
		<description>It was really helpful. Appreciate it!</description>
		<content:encoded><![CDATA[<p>It was really helpful. Appreciate it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Producer – Consumer problem using POSIX semaphores by bharath</title>
		<link>http://www.sarathlakshman.com/2010/10/16/producer-consumer-problem-using-posix-semaphores/#comment-12118</link>
		<dc:creator>bharath</dc:creator>
		<pubDate>Fri, 06 Apr 2012 06:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.sarathlakshman.com/?p=550#comment-12118</guid>
		<description>Helpful for me to complete my lab exercise,thank you.</description>
		<content:encoded><![CDATA[<p>Helpful for me to complete my lab exercise,thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implementing a spell checker by Linda</title>
		<link>http://www.sarathlakshman.com/2011/03/05/implementing-a-spell-checker-from-scratch/#comment-12111</link>
		<dc:creator>Linda</dc:creator>
		<pubDate>Wed, 28 Mar 2012 14:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.sarathlakshman.com/?p=932#comment-12111</guid>
		<description>Can this be used for my blog to check my post?</description>
		<content:encoded><![CDATA[<p>Can this be used for my blog to check my post?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Asianet dataline internet autoconnect script by eve comay</title>
		<link>http://www.sarathlakshman.com/2010/01/05/asianet-dataline-internet-autoconnect-script/#comment-12110</link>
		<dc:creator>eve comay</dc:creator>
		<pubDate>Wed, 28 Mar 2012 08:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.sarathlakshman.com/?p=410#comment-12110</guid>
		<description>&lt;strong&gt;eve comay...&lt;/strong&gt;

[...]Asianet dataline internet autoconnect script | Sarath Lakshman[...]...</description>
		<content:encoded><![CDATA[<p><strong>eve comay&#8230;</strong></p>
<p>[...]Asianet dataline internet autoconnect script | Sarath Lakshman[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Youtube video downloader shell script by shiv</title>
		<link>http://www.sarathlakshman.com/2010/06/18/youtube-video-downloader-shell-script/#comment-12106</link>
		<dc:creator>shiv</dc:creator>
		<pubDate>Sun, 25 Mar 2012 07:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sarathlakshman.com/?p=531#comment-12106</guid>
		<description>cool yaar .. :)</description>
		<content:encoded><![CDATA[<p>cool yaar .. <img src='http://www.sarathlakshman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Preparing for your first-job interviews by Preparing for your first-job interviews | Deepen Dhulla Blog</title>
		<link>http://www.sarathlakshman.com/2011/11/28/preparing-for-your-first-job-interviews/#comment-12104</link>
		<dc:creator>Preparing for your first-job interviews | Deepen Dhulla Blog</dc:creator>
		<pubDate>Sat, 24 Mar 2012 10:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.sarathlakshman.com/?p=1045#comment-12104</guid>
		<description>[...] Preparing for your first-job interviews.   Posted in Information, life, Personal [...]</description>
		<content:encoded><![CDATA[<p>[...] Preparing for your first-job interviews.   Posted in Information, life, Personal [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wireless LTSP by Márcio Alencar</title>
		<link>http://www.sarathlakshman.com/2010/03/14/wireless-ltsp/#comment-12070</link>
		<dc:creator>Márcio Alencar</dc:creator>
		<pubDate>Tue, 13 Mar 2012 07:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.sarathlakshman.com/?p=442#comment-12070</guid>
		<description>Awesome project, congratulations, here in brazil there's no such interest to invest in ThinClients, this project it's something that i'm looking for a years, i've so many ideas to develop an system based on "Raspberry Pi/WTSP/MinuetOS".
Again, congratulations...</description>
		<content:encoded><![CDATA[<p>Awesome project, congratulations, here in brazil there&#8217;s no such interest to invest in ThinClients, this project it&#8217;s something that i&#8217;m looking for a years, i&#8217;ve so many ideas to develop an system based on &#8220;Raspberry Pi/WTSP/MinuetOS&#8221;.<br />
Again, congratulations&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Producer – Consumer problem using POSIX semaphores by lak</title>
		<link>http://www.sarathlakshman.com/2010/10/16/producer-consumer-problem-using-posix-semaphores/#comment-12054</link>
		<dc:creator>lak</dc:creator>
		<pubDate>Wed, 07 Mar 2012 16:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.sarathlakshman.com/?p=550#comment-12054</guid>
		<description>super</description>
		<content:encoded><![CDATA[<p>super</p>
]]></content:encoded>
	</item>
</channel>
</rss>

