<?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 zahymaka</title>
	<atom:link href="http://zahymaka.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://zahymaka.com</link>
	<description>web development</description>
	<lastBuildDate>Fri, 23 Jul 2010 09:42:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Journal by azuka&#8217;s blog &#187; Blog Archive &#187; Moving</title>
		<link>http://zahymaka.com/journal/comment-page-1#comment-569</link>
		<dc:creator>azuka&#8217;s blog &#187; Blog Archive &#187; Moving</dc:creator>
		<pubDate>Fri, 23 Jul 2010 09:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/zatech/journal/#comment-569</guid>
		<description>[...] away from here. I&#8217;m keeping the promise. This remains my diary, but I&#8217;ll be ranting on my journal from now [...]</description>
		<content:encoded><![CDATA[<p>[...] away from here. I&#8217;m keeping the promise. This remains my diary, but I&#8217;ll be ranting on my journal from now [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WritingInn by azuka&#8217;s blog &#187; Blog Archive &#187; All Business</title>
		<link>http://zahymaka.com/40/writinginn/comment-page-1#comment-568</link>
		<dc:creator>azuka&#8217;s blog &#187; Blog Archive &#187; All Business</dc:creator>
		<pubDate>Fri, 23 Jul 2010 09:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.zatechcorp.com/40/writinginn/#comment-568</guid>
		<description>[...] recently purchased a domain name, WritingInn.com and I think that&#8217;s where I&#8217;ll be putting up a writing community. Nikita&#8216;s going to get some competition (he owns Outputwriting), or will we exchange ideas? [...]</description>
		<content:encoded><![CDATA[<p>[...] recently purchased a domain name, WritingInn.com and I think that&#8217;s where I&#8217;ll be putting up a writing community. Nikita&#8216;s going to get some competition (he owns Outputwriting), or will we exchange ideas? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby (on Rails) by Paulette</title>
		<link>http://zahymaka.com/61/ruby-on-rails/comment-page-1#comment-245</link>
		<dc:creator>Paulette</dc:creator>
		<pubDate>Thu, 16 Jul 2009 10:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.zatechcorp.com/61/ruby-on-rails/#comment-245</guid>
		<description>Hope you ain&#039;t mad at rails? Got your contact from a friend but need to send you a PM. Send me a PM. You got my email.
-Cheers, Paulette.</description>
		<content:encoded><![CDATA[<p>Hope you ain&#8217;t mad at rails? Got your contact from a friend but need to send you a PM. Send me a PM. You got my email.<br />
-Cheers, Paulette.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thanksgiving code by Pearl</title>
		<link>http://zahymaka.com/66/thanksgiving-code/comment-page-1#comment-212</link>
		<dc:creator>Pearl</dc:creator>
		<pubDate>Wed, 22 Apr 2009 11:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.zatechcorp.com/?p=66#comment-212</guid>
		<description>Great work.</description>
		<content:encoded><![CDATA[<p>Great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Algorithms for Dummies by Azuka</title>
		<link>http://zahymaka.com/63/algorithms-for-dummies/comment-page-1#comment-121</link>
		<dc:creator>Azuka</dc:creator>
		<pubDate>Fri, 14 Nov 2008 16:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.zatechcorp.com/?p=63#comment-121</guid>
		<description>Thanks &lt;b&gt;El-Halaby&lt;/b&gt;. 

I knew something was wrong but couldn&#039;t exactly tell what. You see, I never took the Data Structures class which apparently covered implementation in C++. Thanks once again man!</description>
		<content:encoded><![CDATA[<p>Thanks <b>El-Halaby</b>. </p>
<p>I knew something was wrong but couldn&#8217;t exactly tell what. You see, I never took the Data Structures class which apparently covered implementation in C++. Thanks once again man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Algorithms for Dummies by El-Halaby</title>
		<link>http://zahymaka.com/63/algorithms-for-dummies/comment-page-1#comment-120</link>
		<dc:creator>El-Halaby</dc:creator>
		<pubDate>Fri, 07 Nov 2008 20:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.zatechcorp.com/?p=63#comment-120</guid>
		<description>You got to know data structures before learning algorithms, that&#039;s why an algorithm class is usually called data structures and algorithms.

Graphs and trees are basic data structures, you can find their implementation code in every data structures book, my favorite book is Data Structures
&amp; Algorithms in Java by Robert Lafore. I am pretty sure the same book is written for C++ programmers.

If you are interested in Graph algorithms, there is a book called Algorithms in Java, Third Edition, Part 5: Graph Algorithms by Robert Sedgewick, the C++ version of this book exists also (almost sure). 

There is a Wikibook: Data Structures {fundamental tools}, here is the link:
http://en.wikibooks.org/wiki/Data_Structures

Good luck
Bye</description>
		<content:encoded><![CDATA[<p>You got to know data structures before learning algorithms, that&#8217;s why an algorithm class is usually called data structures and algorithms.</p>
<p>Graphs and trees are basic data structures, you can find their implementation code in every data structures book, my favorite book is Data Structures<br />
&amp; Algorithms in Java by Robert Lafore. I am pretty sure the same book is written for C++ programmers.</p>
<p>If you are interested in Graph algorithms, there is a book called Algorithms in Java, Third Edition, Part 5: Graph Algorithms by Robert Sedgewick, the C++ version of this book exists also (almost sure). </p>
<p>There is a Wikibook: Data Structures {fundamental tools}, here is the link:<br />
<a href="http://en.wikibooks.org/wiki/Data_Structures" rel="nofollow">http://en.wikibooks.org/wiki/Data_Structures</a></p>
<p>Good luck<br />
Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is PHP Dead? by mambenanje</title>
		<link>http://zahymaka.com/31/is-php-dead/comment-page-1#comment-60</link>
		<dc:creator>mambenanje</dc:creator>
		<pubDate>Thu, 14 Jun 2007 20:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.zatechcorp.com/31/is-php-dead/#comment-60</guid>
		<description>Well Well, I was reading the entry and realised you were complaining of namespace then u said you will move to cake soon, I think you should try www.codeigniter.com zahy its way too cool like you, and its got packages in form of libraries for almost everything you need, I think soon I will stop writing SELECT statements because of codigniter.com and its Active Records database abstraction, and nowadays I can build a blog from ground up in 5 mins due to the same guy he is way cool check it out www.codeigniter.com</description>
		<content:encoded><![CDATA[<p>Well Well, I was reading the entry and realised you were complaining of namespace then u said you will move to cake soon, I think you should try <a href="http://www.codeigniter.com" rel="nofollow">http://www.codeigniter.com</a> zahy its way too cool like you, and its got packages in form of libraries for almost everything you need, I think soon I will stop writing SELECT statements because of codigniter.com and its Active Records database abstraction, and nowadays I can build a blog from ground up in 5 mins due to the same guy he is way cool check it out <a href="http://www.codeigniter.com" rel="nofollow">http://www.codeigniter.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello world! by Afropinay</title>
		<link>http://zahymaka.com/1/hello-world/comment-page-1#comment-55</link>
		<dc:creator>Afropinay</dc:creator>
		<pubDate>Fri, 30 Mar 2007 07:34:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-55</guid>
		<description>LOL..So this is where you pour out all your programming rants..:) gotcha!! I just navigated to this section..</description>
		<content:encoded><![CDATA[<p>LOL..So this is where you pour out all your programming rants..:) gotcha!! I just navigated to this section..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On WritingInn by Azuka</title>
		<link>http://zahymaka.com/43/on-writinginn/comment-page-1#comment-54</link>
		<dc:creator>Azuka</dc:creator>
		<pubDate>Thu, 15 Feb 2007 21:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.zatechcorp.com/43/on-writinginn/#comment-54</guid>
		<description>&lt;b&gt;BWB&lt;/b&gt;
Thanks, I&#039;ve left a review. I&#039;m something of a cheapstake so I might be checking out &lt;a href=&quot;http://www.vpslink.com&quot; rel=&quot;nofollow&quot;&gt;VPSLink&lt;/a&gt; instead.

&lt;b&gt;Gridl0ck&lt;/b&gt;
Don&#039;t mind me. All I do is wax philosophic about it. I&#039;ll soon have stuff up and running but it&#039;s little more than a glorified version of what I have on my &lt;a href=&quot;http://books.zatechcorp.com&quot; rel=&quot;nofollow&quot;&gt;writing site&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p><b>BWB</b><br />
Thanks, I&#8217;ve left a review. I&#8217;m something of a cheapstake so I might be checking out <a href="http://www.vpslink.com" rel="nofollow">VPSLink</a> instead.</p>
<p><b>Gridl0ck</b><br />
Don&#8217;t mind me. All I do is wax philosophic about it. I&#8217;ll soon have stuff up and running but it&#8217;s little more than a glorified version of what I have on my <a href="http://books.zatechcorp.com" rel="nofollow">writing site</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on On WritingInn by Gridl0ck</title>
		<link>http://zahymaka.com/43/on-writinginn/comment-page-1#comment-53</link>
		<dc:creator>Gridl0ck</dc:creator>
		<pubDate>Thu, 15 Feb 2007 21:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.zatechcorp.com/43/on-writinginn/#comment-53</guid>
		<description>Hey, that domain name redirecting just gave me an idea. Thanks! BTW, is there a release version of authware i can test? you make it sound like it&#039;s the bomb...</description>
		<content:encoded><![CDATA[<p>Hey, that domain name redirecting just gave me an idea. Thanks! BTW, is there a release version of authware i can test? you make it sound like it&#8217;s the bomb&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
