<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for A Computer Science Blog</title>
	<atom:link href="http://zeropointblog.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://zeropointblog.wordpress.com</link>
	<description>Technical blog of a uni student studying computer science. Here, you can learn programming with me.</description>
	<lastBuildDate>Fri, 03 Aug 2007 11:23:02 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How fast is your brain? by deltawing</title>
		<link>http://zeropointblog.wordpress.com/2007/07/23/how-fast-is-your-brain/#comment-27</link>
		<dc:creator>deltawing</dc:creator>
		<pubDate>Fri, 03 Aug 2007 11:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://zeropointblog.wordpress.com/2007/07/23/how-fast-is-your-brain/#comment-27</guid>
		<description>oh !</description>
		<content:encoded><![CDATA[<p>oh !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How fast is your brain? by brotherhugo</title>
		<link>http://zeropointblog.wordpress.com/2007/07/23/how-fast-is-your-brain/#comment-26</link>
		<dc:creator>brotherhugo</dc:creator>
		<pubDate>Tue, 31 Jul 2007 09:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://zeropointblog.wordpress.com/2007/07/23/how-fast-is-your-brain/#comment-26</guid>
		<description>my god</description>
		<content:encoded><![CDATA[<p>my god</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Starcraft Tactics by deltawing</title>
		<link>http://zeropointblog.wordpress.com/2007/06/28/starcraft-strategies/#comment-25</link>
		<dc:creator>deltawing</dc:creator>
		<pubDate>Wed, 18 Jul 2007 09:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://zeropointblog.wordpress.com/2007/06/28/starcraft-strategies/#comment-25</guid>
		<description>Guess what? I&#039;ve won some games now :)</description>
		<content:encoded><![CDATA[<p>Guess what? I&#8217;ve won some games now <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Implementation of A* &#8211; Work in Progress (Based on Millington/Lester&#8217;s pseudocode) by deltawing</title>
		<link>http://zeropointblog.wordpress.com/2007/06/02/java-implementation-of-a-work-in-progress-based-on-millingtonlesters-pseudocode/#comment-21</link>
		<dc:creator>deltawing</dc:creator>
		<pubDate>Mon, 11 Jun 2007 12:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://zeropointblog.wordpress.com/2007/06/02/java-implementation-of-a-work-in-progress-based-on-millingtonlesters-pseudocode/#comment-21</guid>
		<description>Alright, there are a crapload of problems in this code :) Don&#039;t use it. I&#039;ve got a revised version (with all the other classes) which I&#039;ll put up soon.</description>
		<content:encoded><![CDATA[<p>Alright, there are a crapload of problems in this code <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Don&#8217;t use it. I&#8217;ve got a revised version (with all the other classes) which I&#8217;ll put up soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java is not C++ by myself</title>
		<link>http://zeropointblog.wordpress.com/2007/06/04/java-is-not-c/#comment-18</link>
		<dc:creator>myself</dc:creator>
		<pubDate>Thu, 07 Jun 2007 07:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://zeropointblog.wordpress.com/2007/06/04/java-is-not-c/#comment-18</guid>
		<description>Example:

Object myObject = new Ojbect();
myObject.x = 5;   //Note: Normally in Java you don&#039;t refer to variables like this!
changeSomething(myObject);
System.out.println(myObject.x);  //THIS WOULD YIELD 5, NOT 10!

public void changeSomething(Object theObject)
{
    theObject.x = 10;
}

The resulting</description>
		<content:encoded><![CDATA[<p>Example:</p>
<p>Object myObject = new Ojbect();<br />
myObject.x = 5;   //Note: Normally in Java you don&#8217;t refer to variables like this!<br />
changeSomething(myObject);<br />
System.out.println(myObject.x);  //THIS WOULD YIELD 5, NOT 10!</p>
<p>public void changeSomething(Object theObject)<br />
{<br />
    theObject.x = 10;<br />
}</p>
<p>The resulting</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash resource by myself</title>
		<link>http://zeropointblog.wordpress.com/2007/06/03/flash-resource/#comment-17</link>
		<dc:creator>myself</dc:creator>
		<pubDate>Sun, 03 Jun 2007 14:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://zeropointblog.wordpress.com/2007/06/03/flash-resource/#comment-17</guid>
		<description>Excellent Flash resources for learning Actionscript, which a section on game development. 

Includes stuff like optimized A* pathfinding.</description>
		<content:encoded><![CDATA[<p>Excellent Flash resources for learning Actionscript, which a section on game development. </p>
<p>Includes stuff like optimized A* pathfinding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 2D Convolution by myself</title>
		<link>http://zeropointblog.wordpress.com/2007/06/01/2d-convolution/#comment-16</link>
		<dc:creator>myself</dc:creator>
		<pubDate>Fri, 01 Jun 2007 14:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://zeropointblog.wordpress.com/2007/06/01/2d-convolution/#comment-16</guid>
		<description>Correction: Running average across 4 values, not 3!</description>
		<content:encoded><![CDATA[<p>Correction: Running average across 4 values, not 3!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Convolution Matrices by bleh</title>
		<link>http://zeropointblog.wordpress.com/2007/05/17/convolution-matrices/#comment-15</link>
		<dc:creator>bleh</dc:creator>
		<pubDate>Fri, 01 Jun 2007 14:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://zeropointblog.wordpress.com/2007/05/17/convolution-matrices/#comment-15</guid>
		<description>that was pointless man.</description>
		<content:encoded><![CDATA[<p>that was pointless man.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python &#8211; passing lists into functions and copying them from one to another by wer32</title>
		<link>http://zeropointblog.wordpress.com/2007/05/19/python-passing-lists-into-functions-and-copying-them-from-one-to-another/#comment-14</link>
		<dc:creator>wer32</dc:creator>
		<pubDate>Fri, 18 May 2007 19:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://zeropointblog.wordpress.com/2007/05/19/python-passing-lists-into-functions-and-copying-them-from-one-to-another/#comment-14</guid>
		<description>Arrays/Lists are very cool things.</description>
		<content:encoded><![CDATA[<p>Arrays/Lists are very cool things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Event handling in Java by deltawing</title>
		<link>http://zeropointblog.wordpress.com/2006/12/19/event-handling-in-java/#comment-13</link>
		<dc:creator>deltawing</dc:creator>
		<pubDate>Fri, 18 May 2007 17:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://zeropointblog.wordpress.com/2006/12/19/event-handling-in-java/#comment-13</guid>
		<description>I think this is copied from somewhere ... can&#039;t remember the source &gt;.</description>
		<content:encoded><![CDATA[<p>I think this is copied from somewhere &#8230; can&#8217;t remember the source &gt;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
