<?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>Steven Hansen WebLog &#187; computer science</title>
	<atom:link href="http://stevenhansen.info/weblog/tag/computer-science/feed" rel="self" type="application/rss+xml" />
	<link>http://stevenhansen.info/weblog</link>
	<description>Where I save my random findings</description>
	<lastBuildDate>Mon, 23 Jan 2012 07:49:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>CS240 webcrawler project</title>
		<link>http://stevenhansen.info/weblog/programming-hints/cs240-webcrawler-project</link>
		<comments>http://stevenhansen.info/weblog/programming-hints/cs240-webcrawler-project#comments</comments>
		<pubDate>Wed, 18 Mar 2009 00:46:15 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[Programming Hints]]></category>
		<category><![CDATA[School Work]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[cs240]]></category>
		<category><![CDATA[webcrawler]]></category>

		<guid isPermaLink="false">http://stevenhansen.info/weblog/?p=102</guid>
		<description><![CDATA[For a large project in my Computer Science class at BYU (cs240), I needed to implement a simple webcrawler, that would create a database of words, each page that contains each word, and a database of all of the pages that were crawled (whether they had parsed words on them or not). It was a [...]]]></description>
			<content:encoded><![CDATA[<p>For a large project in my Computer Science class at <strong>BYU</strong> (cs240), I needed to implement a simple <a href="https://spatical.box.net/shared/static/2vbfjvkmmo.tar">webcrawler</a>, that would create a database of words, each page that contains each word, and a database of all of the pages that were crawled (whether they had parsed words on them or not).  It was a pretty large project, with the added complexity that many of the standard library tools like <vector> or other c++ standard library datatypes where not allowed.  We had to implement our own BST and linkedlist.  Any way it is now done.  And you can get a <a href="https://spatical.box.net/shared/static/n24n77ky34.xml">full .xml document</a> that it includes an index of all of the words on my blog (before this post).  Ok, the xml document isn&#8217;t really that interesting.  It&#8217;s just the only output to show for my hours of work for this school project.</p>
]]></content:encoded>
			<wfw:commentRss>http://stevenhansen.info/weblog/programming-hints/cs240-webcrawler-project/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>webcrawler design document</title>
		<link>http://stevenhansen.info/weblog/school-work/webcrawler-design-document</link>
		<comments>http://stevenhansen.info/weblog/school-work/webcrawler-design-document#comments</comments>
		<pubDate>Fri, 20 Feb 2009 06:06:58 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[School Work]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[cs240]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[webcrawler]]></category>

		<guid isPermaLink="false">http://stevenhansen.info/weblog/?p=89</guid>
		<description><![CDATA[Boring and un-interesting, here is a link to the 41 page design document for my webcrawler project in CS 240 at BYU. None of the method bodies have been implemented so this document is pretty much worthless.]]></description>
			<content:encoded><![CDATA[<p>Boring  and un-interesting, here is a <a href="http://stevenhansen.info/cs240">link</a> to the 41 page design document for my webcrawler project in CS 240 at BYU. None of the method bodies have been implemented so this document is pretty much worthless.</p>
]]></content:encoded>
			<wfw:commentRss>http://stevenhansen.info/weblog/school-work/webcrawler-design-document/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

