<?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/"
	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>Jigsaw</title>
	<atom:link href="http://eightspace.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://eightspace.wordpress.com</link>
	<description>&#34;Where would we be, if we couldn&#039;t dream?&#34;</description>
	<lastBuildDate>Thu, 18 Aug 2011 03:46:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='eightspace.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/6729ea6c005926f3833a3493aaf770d4?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Jigsaw</title>
		<link>http://eightspace.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://eightspace.wordpress.com/osd.xml" title="Jigsaw" />
	<atom:link rel='hub' href='http://eightspace.wordpress.com/?pushpress=hub'/>
		<item>
		<title>characterCases.cpp</title>
		<link>http://eightspace.wordpress.com/2010/06/23/charactercases-cpp/</link>
		<comments>http://eightspace.wordpress.com/2010/06/23/charactercases-cpp/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 20:24:58 +0000</pubDate>
		<dc:creator>Jae</dc:creator>
				<category><![CDATA[/C++]]></category>
		<category><![CDATA[apstring]]></category>
		<category><![CDATA[character classification]]></category>
		<category><![CDATA[conversion]]></category>

		<guid isPermaLink="false">http://eightspace.wordpress.com/?p=341</guid>
		<description><![CDATA[{EAV_BLOG_VER:a6b6a0065a96b431} The Problem Think CS C++ 7.14 As an exercise, character classification and conversion library to write functions named apstringToUpper and apstringToLower that take a single apstring as a parameter, and that modify the string by converting all the letters to upper or lower case. The return type should be void. The Code Filed under: <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eightspace.wordpress.com&amp;blog=12079596&amp;post=341&amp;subd=eightspace&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://eightspace.wordpress.com/2010/06/23/charactercases-cpp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa21e63c10d034000d9aa0423e24b27c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">iammjae</media:title>
		</media:content>
	</item>
		<item>
		<title>convEnglishPigLatin.py</title>
		<link>http://eightspace.wordpress.com/2010/04/27/convenglishpiglatin-py/</link>
		<comments>http://eightspace.wordpress.com/2010/04/27/convenglishpiglatin-py/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 14:25:41 +0000</pubDate>
		<dc:creator>Jae</dc:creator>
				<category><![CDATA[/Python]]></category>
		<category><![CDATA[control flow]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[if-else-if]]></category>
		<category><![CDATA[list comprehensions]]></category>
		<category><![CDATA[strings]]></category>

		<guid isPermaLink="false">http://eightspace.wordpress.com/?p=352</guid>
		<description><![CDATA[The Problem MIT OCW 6.189 A Gentle Introduction to Programming Using Python Lab 6 Problem 2 &#8211; Pig-Latin Converter Write a program that lets the user enter in some English text, then converts the text to Pig-Latin. To review, Pig-Latin takes the first letter of a word, puts it at the en and appends &#8220;ay&#8221;. <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eightspace.wordpress.com&amp;blog=12079596&amp;post=352&amp;subd=eightspace&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://eightspace.wordpress.com/2010/04/27/convenglishpiglatin-py/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa21e63c10d034000d9aa0423e24b27c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">iammjae</media:title>
		</media:content>
	</item>
		<item>
		<title>collisionDetection.py</title>
		<link>http://eightspace.wordpress.com/2010/04/27/collisiondetection-py/</link>
		<comments>http://eightspace.wordpress.com/2010/04/27/collisiondetection-py/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 11:18:04 +0000</pubDate>
		<dc:creator>Jae</dc:creator>
				<category><![CDATA[/Python]]></category>
		<category><![CDATA[collision detection]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[if-else-if]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[physics engines]]></category>

		<guid isPermaLink="false">http://eightspace.wordpress.com/?p=350</guid>
		<description><![CDATA[The Problem MIT OCW 6.189 A Gentle Introduction to Programming Using Python Lab 6 Problem 1 &#8211; Collision detection of balls Many games have complex physics engines, and one major function of these engines is to figure out if two objects are colliding. Weirdly-shaped objects are often approximated as balls. In this problem, we will <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eightspace.wordpress.com&amp;blog=12079596&amp;post=350&amp;subd=eightspace&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://eightspace.wordpress.com/2010/04/27/collisiondetection-py/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fa21e63c10d034000d9aa0423e24b27c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">iammjae</media:title>
		</media:content>
	</item>
	</channel>
</rss>
