<?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>Forever Odd &#187; School</title>
	<atom:link href="http://www.foreverodd.com/tag/school/feed" rel="self" type="application/rss+xml" />
	<link>http://www.foreverodd.com</link>
	<description>Programming Projects &#38; Ideas by Devin Ryan</description>
	<lastBuildDate>Wed, 16 Jun 2010 00:42:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Maze Solver Game</title>
		<link>http://www.foreverodd.com/projects/school/programming-uni/maze-solver-game-493</link>
		<comments>http://www.foreverodd.com/projects/school/programming-uni/maze-solver-game-493#comments</comments>
		<pubDate>Sat, 19 Dec 2009 19:43:38 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Programming-Uni]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maze]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[solver]]></category>

		<guid isPermaLink="false">http://www.foreverodd.com/?p=493</guid>
		<description><![CDATA[Essentially what the game consists of is you enter the size of your maze as an integer n (ie: 10) and then it generates a random maze of size nxn (ie: 10&#215;10) which can be different for each nxn matrix you generate. Do to time restraints I wasn&#8217;t able to implement the A* search like [...]]]></description>
		<wfw:commentRss>http://www.foreverodd.com/projects/school/programming-uni/maze-solver-game-493/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parsing XML</title>
		<link>http://www.foreverodd.com/projects/school/programming-uni/parsing-xml-504</link>
		<comments>http://www.foreverodd.com/projects/school/programming-uni/parsing-xml-504#comments</comments>
		<pubDate>Sat, 19 Dec 2009 18:34:02 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Programming-Uni]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[parse]]></category>
		<category><![CDATA[parser]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[sax]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[uni]]></category>
		<category><![CDATA[university]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.foreverodd.com/?p=504</guid>
		<description><![CDATA[For one of my classes a project was to write two programs, one of which uses the document object model (DOM) API to parse an XML file and one which uses the Simple API for XML (SAX) API.  The programs are just tiny and do not dod anything fancy.  Basically just breaks down the content of the XML files into [...]]]></description>
		<wfw:commentRss>http://www.foreverodd.com/projects/school/programming-uni/parsing-xml-504/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pathfinder: A path finding game.</title>
		<link>http://www.foreverodd.com/projects/school/programming-uni/pathfinder-435</link>
		<comments>http://www.foreverodd.com/projects/school/programming-uni/pathfinder-435#comments</comments>
		<pubDate>Fri, 30 Oct 2009 21:56:35 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Programming-Uni]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[finder]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[pathfinder]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[School]]></category>

		<guid isPermaLink="false">http://www.foreverodd.com/?p=435</guid>
		<description><![CDATA[Pathfinder is all about finding a path between point A and point B.  The GUI portion, provided for us, is sectioned off into a grid of &#8216;tiny&#8217; squares where two are colored turquoise (set by programmer), in my case one on the mid left and the other on the mid right side of the grid.  You start [...]]]></description>
		<wfw:commentRss>http://www.foreverodd.com/projects/school/programming-uni/pathfinder-435/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Shopping Mall: Java App</title>
		<link>http://www.foreverodd.com/projects/school/programming-uni/shopping-mall-java-app-36</link>
		<comments>http://www.foreverodd.com/projects/school/programming-uni/shopping-mall-java-app-36#comments</comments>
		<pubDate>Fri, 05 Jun 2009 04:02:39 +0000</pubDate>
		<dc:creator>Devin</dc:creator>
				<category><![CDATA[Programming-Uni]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[mall]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[shopping]]></category>
		<category><![CDATA[shopping mall]]></category>
		<category><![CDATA[simulation]]></category>
		<category><![CDATA[simulator]]></category>

		<guid isPermaLink="false">http://www.foreverodd.com/?p=36</guid>
		<description><![CDATA[In the Winter term of 2009 the class was given a project, done  in partners using pair programming, required us to design a shopping mall application from the ground up providing a UML class, sequence, and state diagrams along with a fully functional application.  We were required to have at least one shoe, game and [...]]]></description>
		<wfw:commentRss>http://www.foreverodd.com/projects/school/programming-uni/shopping-mall-java-app-36/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

