<?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>nath0rn atm &#187; Programming</title>
	<atom:link href="http://nathan.sapwell.net/category/geek-life/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://nathan.sapwell.net</link>
	<description>blog blog blog LOL</description>
	<lastBuildDate>Sat, 06 Aug 2011 10:07:04 +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>KirtanCollection.net</title>
		<link>http://nathan.sapwell.net/2011/07/23/kirtancollection-net/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=kirtancollection-net</link>
		<comments>http://nathan.sapwell.net/2011/07/23/kirtancollection-net/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 03:56:14 +0000</pubDate>
		<dc:creator>nathan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Geek Things]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://nathan.sapwell.net/?p=183</guid>
		<description><![CDATA[Good news! The amazon aws went through ok, and I&#8217;ve being trying it out. So far so good. Really has opened up a lot of opportunities to expand out ideas. One thing I&#8217;ve thrown together is a self managed, slowly growing database of music (kirtan). Every few weeks there is some python scriptz on the [...]]]></description>
			<content:encoded><![CDATA[<p>Good news!</p>
<p>The amazon aws went through ok, and I&#8217;ve being trying it out. So far so good. Really has opened up a lot of opportunities to expand out ideas.</p>
<p>One thing I&#8217;ve thrown together is a self managed, slowly growing database of music (kirtan). Every few weeks there is some python scriptz on the chron which automaticly crawl certain websites, see if there is new content and downloads them. Then updates an sql database, and the radio streams. Umm, http://kirtancollection.net/</p>
<p>It&#8217;s pretty cool so far, but I&#8217;m not putting a lot of energy into it. I was hoping to have a torrent of the music as well, then after each update it can make a twitter about any new info.</p>
<p>One thing though is, this kind of thing takes up a lot of I/O requests, which has come to about&#8230; $12 on the aws. Which is not SO bad, but moving it to my dedicated host would be better and cheaper.</p>
<p>Once I get the fundamentals out of the way, I&#8217;ll expand it out more to encourage people to sign up and contribute and take part. Secret ideas. ;o</p>
]]></content:encoded>
			<wfw:commentRss>http://nathan.sapwell.net/2011/07/23/kirtancollection-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hospital of Horrors &#8211; Source Code</title>
		<link>http://nathan.sapwell.net/2011/01/19/hospital-of-horrors-source-code-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hospital-of-horrors-source-code-2</link>
		<comments>http://nathan.sapwell.net/2011/01/19/hospital-of-horrors-source-code-2/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 16:02:11 +0000</pubDate>
		<dc:creator>nathan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Geek Things]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://nathan.sapwell.net/new/?p=98</guid>
		<description><![CDATA[I had an email about the Hospital of Horrors game asking many questions. Since I wanted to release the source for this game after it was done Uni wise, I figured I should get around to it now! Before you get too excited, here are some things to remember. The music and sounds have been [...]]]></description>
			<content:encoded><![CDATA[<p>I had an email about the Hospital of Horrors game asking many questions. Since I wanted to release the source for this game after it was done Uni wise, I figured I should get around to it now!</p>
<p>Before you get too excited, here are some things to remember.</p>
<ul>
<li>The music and sounds have been removed. Using copyrighted material in a University setting is acceptable for presentation purposes, but not really in any other situation.</li>
<li>All the graphics in the game were created by <a href="http://bettinawalsh.net/">Bettina Walsh</a>. Please don&#8217;t steal or use them for anything unless you have her permission!</li>
</ul>
<p><br/><br />
To see what it&#8217;s all about, you&#8217;ll need the following. The addons are included in the package, but if you wanted to know more you can follow the links:</p>
<ul>
<li><a href="http://www.yoyogames.com/gamemaker/">Game Maker Pro v8</a></li>
<li><a href="http://www.maartenbaert.be/extremephysics/">Extreme Physics 2.0</a> (2D physics engine for Game Maker)</li>
<li><a href="http://gmc.yoyogames.com/index.php?showtopic=333705">FMOD Sound System</a> (Industry Standard Sound Libraries for Game Maker)</li>
<li>CleanMem.gex (A cheap hack to make the game appear to use less memory then it does ;o, but it&#8217;s not enabled )</li>
</ul>
<p><br/><br />
I think the game will open in the Lite version of Game Maker (non paid version) so you can check out the codez (which I really don&#8217;t care what you do with), but you wont be able to compile it.</p>
<p><a href="http://sapwell.net/uploads/HoHBetaSource.zip">So download here and check it out! (ZIP 11,124KB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nathan.sapwell.net/2011/01/19/hospital-of-horrors-source-code-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Game Maker Text to Speech Extension &#8211; More Information</title>
		<link>http://nathan.sapwell.net/2011/01/19/game-maker-text-to-speech-extension-more-information/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=game-maker-text-to-speech-extension-more-information</link>
		<comments>http://nathan.sapwell.net/2011/01/19/game-maker-text-to-speech-extension-more-information/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 16:01:34 +0000</pubDate>
		<dc:creator>nathan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Geek Things]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://nathan.sapwell.net/new/?p=96</guid>
		<description><![CDATA[Recently I had an email from someone asking about the Game Maker Text to Speech DLL, apparently it will be used in some educational software in the U.K. Awesome I think! However I haven&#8217;t touched this since 2003. After some quick research there appears to be already some other extensions to Game Maker which allow [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I had an email from someone asking about the <a href="http://nathan.sapwell.net/2009/09/30/game-maker-text-to-speech-dll/">Game Maker Text to Speech DLL</a>, apparently it will be used in some educational software in the U.K. Awesome I think! However I haven&#8217;t touched this since 2003. After some quick research there appears to be already some other extensions to Game Maker which allow this functionality, but some rely on nasty methods such as calling vb scripts. So with some inspiration I&#8217;ve created a package that will allow the DLL to run with Game Maker 8 using the &#8220;Extension&#8221; feature. To get it to work on my computer I just had to install the Microsoft SAPI 4 (The newest version is 5 though).</p>
<p>The extension, containing an example and (some partially updated) documentation can be downloaded here! Please provide some feedback if you can. <img src='http://nathan.sapwell.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://sapwell.net/uploads/GMTTSExtension.zip">GMTTSExtension.zip</a> (547kb for GM8)<br />
<a href="http://sapwell.net/uploads/voice.zip">Original DLL</a> (180kb for GM5)</p>
<p>Bellow is ripped straight from the old readme.htm, the links should still work.</p>
<p><strong>Note:</strong> If you have Windows Me or 2000 you should already have a speech engine installed. You can however add more engines if you want. Windows XP also has a speech engine, but it&#8217;s not compatible with the DLL, so you&#8217;ll need to download another engine. Windows XP users also need to install <a href="http://activex.microsoft.com/activex/controls/sapi/spchapi.exe">Microsoft SAPI 4</a> (825KB).</p>
<p><strong>Microsoft Text-to-Speech Engines</strong><br />
<a href="http://ftp.pcworld.com/pub/new/graphics_and_multimedia/audio/audio_tools/msttsl.exe">Microsoft Engine 4.0</a> (7.3MB)</p>
<p><strong>L&amp;H TruVoice Text-to-Speech Engines</strong><br />
<a href="http://activex.microsoft.com/activex/controls/agent2/tv_enua.exe">American English</a> (0.99MB) voices<br />
<a href="http://activex.microsoft.com/activex/controls/agent2/lhttseng.exe">British English</a> (2.54MB)<br />
<a href="http://activex.microsoft.com/activex/controls/agent2/lhttsdun.exe">Dutch</a>(2.58MB)<br />
<a href="http://activex.microsoft.com/activex/controls/agent2/lhttsfrf.exe">French</a>(2.24MB)<br />
<a href="http://activex.microsoft.com/activex/controls/agent2/lhttsged.exe">German</a>(2.18MB)<br />
<a href="http://activex.microsoft.com/activex/controls/agent2/lhttsiti.exe">Italian</a>(1.97MB)<br />
<a href="http://activex.microsoft.com/activex/controls/agent2/lhttsjpj.exe">Japanese</a>(3.00MB)<br />
<a href="http://activex.microsoft.com/activex/controls/agent2/lhttskok.exe">Korean</a>(3.03MB)<br />
<a href="http://activex.microsoft.com/activex/controls/agent2/lhttsptb.exe">Portuguese</a>(2.39MB)<br />
<a href="http://activex.microsoft.com/activex/controls/agent2/lhttsrur.exe">Russian</a>(2.85MB)<br />
<a href="http://activex.microsoft.com/activex/controls/agent2/lhttsspe.exe">Spanish</a>(2.36MB)<a href="http://nathan.sapwell.net/wp-content/uploads/2010/03/screen.jpg"><img class="aligncenter size-full wp-image-188" title="screen" src="http://nathan.sapwell.net/wp-content/uploads/2010/03/screen.jpg" alt="" width="356" height="432" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://nathan.sapwell.net/2011/01/19/game-maker-text-to-speech-extension-more-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hospital of Horrors &#8211; More Information</title>
		<link>http://nathan.sapwell.net/2011/01/19/hospital-of-horrors-more-information-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hospital-of-horrors-more-information-2</link>
		<comments>http://nathan.sapwell.net/2011/01/19/hospital-of-horrors-more-information-2/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 15:59:59 +0000</pubDate>
		<dc:creator>nathan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Game Development]]></category>
		<category><![CDATA[Geek Things]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://nathan.sapwell.net/new/?p=94</guid>
		<description><![CDATA[Hospital of Horrors was developed for a University final project. I did the programming and worked with Bettina Walsh, who created all the lovely art work! After 12 weeks of development, the game has reached a playable BETA stage. For now, development will be on hold to focus on another things, but doubtful it will [...]]]></description>
			<content:encoded><![CDATA[<p>Hospital of Horrors was developed for a University final project. I did the programming and worked with <a href="http://bettinawalsh.net/">Bettina Walsh</a>, who created all the lovely art work! After 12 weeks of development, the game has reached a playable BETA stage. For now, development will be on hold to focus on another things, but doubtful it will be finished since we&#8217;ve both moved onto new things. We have some YouTube videos, check them out! If anyone would like to download the Desktop version, they can do so <a href="http://sites.google.com/site/nsapwell/HospitalOfHorrorsBETA_desktop.zip">here</a>. Please keep in mind it&#8217;s not a finished product and there are a few things which need improvement, but the basic mechanic of it is there. Remember, you have being warned!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Q7_i13u6SGI&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/Q7_i13u6SGI&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/JsFdj6fIKsA&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/JsFdj6fIKsA&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
If anyone was interested, the game was developed in <a href="http://www.yoyogames.com/gamemaker/">Game Maker</a>, since it&#8217;s great for sticking together a simple game, and also for prototyping ideas! If anyone is wanting to explore Game Design to create their own ideas, I&#8217;d highly recommend this program! It&#8217;s a great introduction to basic programming knowledge and design iteration.</p>
<p>From here I&#8217;m going to develop my skills further into ActionScript while learning PHP/MySQL so I can create Flash based games and have knowledge on how to build appropriate web sites suited to hold them. But really I don&#8217;t think it&#8217;d be long before I get into some <a href="http://www.ogre3d.org/">serious stuff</a>. ;o Anyone want to model some 3D for me? :3</p>
]]></content:encoded>
			<wfw:commentRss>http://nathan.sapwell.net/2011/01/19/hospital-of-horrors-more-information-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

