<?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>Andrew Bellamy &#187; portfolio</title>
	<atom:link href="http://www.andrew-bellamy.co.uk/category/portfolio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andrew-bellamy.co.uk</link>
	<description></description>
	<lastBuildDate>Tue, 22 Jun 2010 16:45:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Operating System Assignment</title>
		<link>http://www.andrew-bellamy.co.uk/2010/06/software-development-i-assignments/</link>
		<comments>http://www.andrew-bellamy.co.uk/2010/06/software-development-i-assignments/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 13:51:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[portfolio]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[University]]></category>

		<guid isPermaLink="false">http://www.andrew-bellamy.co.uk/?p=183</guid>
		<description><![CDATA[This program was created using C# to time the creation of Threads via the Windows API. The users inputs the&#160;[<a href="http://www.andrew-bellamy.co.uk/2010/06/software-development-i-assignments/">Read the Rest</a>]]]></description>
			<content:encoded><![CDATA[<p>This program was created using C# to time the creation of Threads via the Windows API.  The users inputs the amount of threads to create and how many simple calculations the threads perform and then outputs the results.</p>
<p><a href='http://www.andrew-bellamy.co.uk/wp-content/uploads/2010/06/OS.zip'>Operating Systems Assignment</a></p>
<p>Download the above file and unzip the contents</p>
<p>Provided in the zip file is the assignment specification and the completed program</p>
<p>Originally written with Visual Studio 2008, updated and written with Visual Studio 2010</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrew-bellamy.co.uk/2010/06/software-development-i-assignments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software Development 3 &#8211; Assignments</title>
		<link>http://www.andrew-bellamy.co.uk/2010/06/software-development-3-assignments/</link>
		<comments>http://www.andrew-bellamy.co.uk/2010/06/software-development-3-assignments/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 12:03:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[portfolio]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[University]]></category>

		<guid isPermaLink="false">http://www.andrew-bellamy.co.uk/?p=211</guid>
		<description><![CDATA[Assignment 1, Part A This program, written in C++, is the start of a more complex holiday booking system. This&#160;[<a href="http://www.andrew-bellamy.co.uk/2010/06/software-development-3-assignments/">Read the Rest</a>]]]></description>
			<content:encoded><![CDATA[<h4>Assignment 1, Part A</h4>
<p>This program, written in C++, is the start of a more complex holiday booking system.  This program contains a few classes to hold customers details and contains a test wrapper.</p>
<p><a href='http://www.andrew-bellamy.co.uk/wp-content/uploads/2010/06/SD3-A1-A.zip'>Software Development 3 &#8211; Assignment 1 A</a></p>
<h4>Assignment 1, Part B</h4>
<p>This program adds to the previous assignment by introducing two new classes and inheritance too complete the holiday booking system.  This program also contains test wrappers.</p>
<p><a href='http://www.andrew-bellamy.co.uk/wp-content/uploads/2010/06/SD3-A1-B.zip'>Software Development 3 – Assignment 1 B</a></p>
<h4>Assignment 2</h4>
<p>This program, written in C++, was done using Extreme Programming methodology.  Myself and a partner took it in terns to produce this program; which is a link list applications that loads, saves and allows user input to create a CD collection.</p>
<p><a href='http://www.andrew-bellamy.co.uk/wp-content/uploads/2010/06/SD3-A2.zip'>Software Development 3 – Assignment 2</a></p>
<p>Download the above files and unzip the contents</p>
<p>Provided in the zip files are the assignment specifications and the completed programs</p>
<p>Both written with Visual Studio 2008</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrew-bellamy.co.uk/2010/06/software-development-3-assignments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software Development 2 &#8211; Assignments</title>
		<link>http://www.andrew-bellamy.co.uk/2010/06/software-development-2-assignments/</link>
		<comments>http://www.andrew-bellamy.co.uk/2010/06/software-development-2-assignments/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 12:02:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[portfolio]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[University]]></category>

		<guid isPermaLink="false">http://www.andrew-bellamy.co.uk/?p=206</guid>
		<description><![CDATA[Assignment 1 This program, written in C#, displays a schools timetable. Users are able to input timetable details, delete entries,&#160;[<a href="http://www.andrew-bellamy.co.uk/2010/06/software-development-2-assignments/">Read the Rest</a>]]]></description>
			<content:encoded><![CDATA[<h4>Assignment 1</h4>
<p>This program, written in C#, displays a schools timetable.  Users are able to input timetable details, delete entries, save and load the timetable.</p>
<p><a href='http://www.andrew-bellamy.co.uk/wp-content/uploads/2010/06/SD2-1.zip'>Software Development 2 &#8211; Assignment 1</a></p>
<h4>Assignment 2</h4>
<p>This program, written in C#, using Windows Forms (GUI), is a camp site booking system.  Users are able to input new booking, iterate through bookings, delete and update bookings.  Details are automatically saved and loaded from a file.</p>
<p><a href='http://www.andrew-bellamy.co.uk/wp-content/uploads/2010/06/SD2-2.zip'>Software Development 2 &#8211; Assignment 2</a></p>
<p>Download the above files and unzip the contents</p>
<p>Provided in the zip files are the assignment specifications and the completed programs</p>
<p>Both originally written with Visual Studio 2008, updated and written with Visual Studio 2010</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrew-bellamy.co.uk/2010/06/software-development-2-assignments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software Development 1 &#8211; Assignments</title>
		<link>http://www.andrew-bellamy.co.uk/2010/06/software-development-1-assignments-2/</link>
		<comments>http://www.andrew-bellamy.co.uk/2010/06/software-development-1-assignments-2/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 12:01:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[portfolio]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[University]]></category>

		<guid isPermaLink="false">http://www.andrew-bellamy.co.uk/?p=199</guid>
		<description><![CDATA[Assignment 1 Simple conversions and measurements program written in C# Software Development I &#8211; Assignment 1 Assignment 2 Based on&#160;[<a href="http://www.andrew-bellamy.co.uk/2010/06/software-development-1-assignments-2/">Read the Rest</a>]]]></description>
			<content:encoded><![CDATA[<h4>Assignment 1</h4>
<p>Simple conversions and measurements program written in C#</p>
<p><a href='http://www.andrew-bellamy.co.uk/wp-content/uploads/2010/06/SD1-1.zip'>Software Development I &#8211; Assignment 1</a></p>
<h4>Assignment 2</h4>
<p>Based on the dice game &#8220;Drop Dead&#8221;, this program, written in C#, asks the user to enter a number between 5 and 10.  The program then &#8220;roles&#8221; the dice.</p>
<p>If the result of the dice is 2 or 5, that dice is dead and not included in the final calculation.</p>
<p>The remaining dice scores are added together and are the results of the first roll.  This continues until all dice are &#8220;dead&#8221;.  The total score is all the roll scores added together.</p>
<p><a href='http://www.andrew-bellamy.co.uk/wp-content/uploads/2010/06/SD1-2.zip'>Software Development I – Assignment 2</a></p>
<h4>Assignment 3</h4>
<p>This assignment is the Hangman game, written in C#.  An array of words are loaded and one is picked at random by the program.  Users take it in turn to quest a letter or the word.  If the guess is incorrect, the first diagram file is loaded and outputted to the screen.</p>
<p><a href='http://www.andrew-bellamy.co.uk/wp-content/uploads/2010/06/SD1-3.zip'>Software Development I – Assignment 3</a></p>
<p>Download the above files and unzip the contents</p>
<p>Provided in the zip files are the assignment specifications and the completed programs</p>
<p>Both originally written with Visual Studio 2008, updated and written with Visual Studio 2010</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrew-bellamy.co.uk/2010/06/software-development-1-assignments-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
