<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Henry Malthus &#187; code</title>
	<atom:link href="http://www.henrymalthus.com/blog/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.henrymalthus.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 24 Jan 2011 11:16:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Silverlight Pong Source code is now Available</title>
		<link>http://www.henrymalthus.com/blog/2009/12/silverlight-pong-source-code-is-now-available/</link>
		<comments>http://www.henrymalthus.com/blog/2009/12/silverlight-pong-source-code-is-now-available/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 03:46:29 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[silverlight]]></category>

		<guid isPermaLink="false">http://www.henrymalthus.com/blog/?p=80</guid>
		<description><![CDATA[After finally getting my hands on a Windows development computer, I&#8217;ve gone through all the code from my Pong clone made in Silverlight and made sure that is release worthy (fixing errors from the switch from SL2-b2 &#8212; I had somehow lost the original SL2-release code; and making sure there was no bad language, etc. [...]]]></description>
			<content:encoded><![CDATA[<p>After finally getting my hands on a Windows development computer, I&#8217;ve gone through all the code from my <a href="http://www.henrymalthus.com/blog/2008/09/silverlight-pong/">Pong clone made in Silverlight</a> and made sure that is release worthy (fixing errors from the switch from SL2-b2 &#8212; I had somehow lost the original SL2-release code; and making sure there was no bad language, etc. <img src='http://www.henrymalthus.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ), and have put it up on my server.</p>
<p>The code can be found at: <a href="http://www.henrymalthus.com/work/pong/Pong-sourceSL2.zip">Silverlight Pong source</a>. Consider it released to the public domain.</p>
<p>I can&#8217;t guarantee the code is great (in fact, there was a bunch of things I thought could have been done better while browsing it today), so if you have some feedback on it, feel free to comment here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.henrymalthus.com/blog/2009/12/silverlight-pong-source-code-is-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight Pong</title>
		<link>http://www.henrymalthus.com/blog/2008/09/silverlight-pong/</link>
		<comments>http://www.henrymalthus.com/blog/2008/09/silverlight-pong/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 17:11:18 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[silverlight]]></category>

		<guid isPermaLink="false">http://www.henrymalthus.com/blog/?p=46</guid>
		<description><![CDATA[A couple months back I finally got around to purchasing some web hosting, and while I&#8217;m yet to build a nice, full site, I figured I&#8217;d show off a little project I made in Silverlight/C#. I present: Pong in Silverlight Update: I have now updated the game to work with the recently released Silverlight 2.]]></description>
			<content:encoded><![CDATA[<p>A couple months back I finally got around to purchasing some web hosting, and while I&#8217;m yet to build a <a href="http://www.henrymalthus.com">nice, full site</a>, I figured I&#8217;d show off a little project I made in Silverlight/C#.</p>
<p>I present: <a href="http://www.henrymalthus.com/work/pong/">Pong in Silverlight</a></p>
<p><strong>Update</strong>: I have now updated the game to work with the <a title="ScottGu's Silverlight 2 release post" href="http://weblogs.asp.net/scottgu/archive/2008/10/14/silverlight-2-released.aspx">recently released Silverlight 2</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.henrymalthus.com/blog/2008/09/silverlight-pong/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google now returning Code Search snippets</title>
		<link>http://www.henrymalthus.com/blog/2008/04/google-now-returning-code-search-snippets/</link>
		<comments>http://www.henrymalthus.com/blog/2008/04/google-now-returning-code-search-snippets/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 21:07:00 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://henrymblog.wordpress.com/2008/04/07/google-now-returning-code-search-snippets/</guid>
		<description><![CDATA[Google seems to have added code snippets to the main Google Search results page. Here is a search for &#8216;qsort&#8217;: I knew that Google Code Search existed, but rarely use it, so this is a great feature to, at the very least, remind people that Code Search exists.]]></description>
			<content:encoded><![CDATA[<p>Google seems to have added code snippets to the main Google Search results page. Here is a search for <a href="http://www.google.com.au/search?q=qsort">&#8216;qsort&#8217;</a>:</p>
<div><a href="http://bp1.blogger.com/_6dang_80a8w/R_lAffNBT1I/AAAAAAAAALU/NnDOoqcSQTs/s1600-h/google-code-search-code+snippets.jpg"><img src="http://bp1.blogger.com/_6dang_80a8w/R_lAffNBT1I/AAAAAAAAALU/NnDOoqcSQTs/s400/google-code-search-code+snippets.jpg" border="0" alt="" /></a></div>
<p>I knew that Google Code Search existed, but rarely use it, so this is a great feature to, at the very least, remind people that Code Search exists.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.henrymalthus.com/blog/2008/04/google-now-returning-code-search-snippets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hello, world!</title>
		<link>http://www.henrymalthus.com/blog/2006/08/hello-world/</link>
		<comments>http://www.henrymalthus.com/blog/2006/08/hello-world/#comments</comments>
		<pubDate>Thu, 24 Aug 2006 05:18:00 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[treits]]></category>

		<guid isPermaLink="false">http://henrymblog.wordpress.com/2006/08/24/hello-world/</guid>
		<description><![CDATA[Fancy new Blogger.com, fancy new blog. Here I&#8217;ll be mentioning all the coding stuff I&#8217;ll be doing (once my comp is back and working properly) on GNOME, maybe some KDE, and my own 3d game engine &#8211; everyone&#8217;s gotta have one!]]></description>
			<content:encoded><![CDATA[<p>Fancy new Blogger.com, fancy new blog.</p>
<p>Here I&#8217;ll be mentioning all the coding stuff I&#8217;ll be doing (once my comp is back and working properly) on <a href="http://www.gnome.org">GNOME</a>, maybe some <a href="http://www.kde.org">KDE</a>, and my own 3d game engine &#8211; everyone&#8217;s gotta have one!<span style="text-decoration:underline;"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.henrymalthus.com/blog/2006/08/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

