<?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>(n) nitacku.</title>
	<atom:link href="http://nitacku.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nitacku.wordpress.com</link>
	<description>There are 10 types of people. Those who know binary, and those who don't.</description>
	<lastBuildDate>Fri, 06 Mar 2009 03:16:22 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='nitacku.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/e883ea7b25a72949d6d0fdf2d06130f7?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>(n) nitacku.</title>
		<link>http://nitacku.wordpress.com</link>
	</image>
			<item>
		<title>AI Reversi</title>
		<link>http://nitacku.wordpress.com/2007/06/13/ai-reversi/</link>
		<comments>http://nitacku.wordpress.com/2007/06/13/ai-reversi/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 06:14:01 +0000</pubDate>
		<dc:creator>nitacku</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://nitacku.wordpress.com/2007/06/13/ai-reversi/</guid>
		<description><![CDATA[Well, I&#8217;m starting up another project. This time it is going to be Reversi with and AI.  I&#8217;ve already got the entire interface and design coded, so the only thing left to do is to create the engine and the AI. (Also happens to be the most time consuming part). Anyways, this project should [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nitacku.wordpress.com&blog=1065254&post=55&subd=nitacku&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well, I&#8217;m starting up another project. This time it is going to be Reversi with and AI.  I&#8217;ve already got the entire interface and design coded, so the only thing left to do is to create the engine and the AI. (Also happens to be the most time consuming part). Anyways, this project should be nearing completion in about a month. I&#8217;m going to try to make it the most difficult AI ever created for the TI-83/84 series! Oh, and it will be coded in pure BASIC <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nitacku.wordpress.com/55/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nitacku.wordpress.com/55/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nitacku.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nitacku.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nitacku.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nitacku.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nitacku.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nitacku.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nitacku.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nitacku.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nitacku.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nitacku.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nitacku.wordpress.com&blog=1065254&post=55&subd=nitacku&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nitacku.wordpress.com/2007/06/13/ai-reversi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0633010b79d7496561c5499e354556e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nitacku</media:title>
		</media:content>
	</item>
		<item>
		<title>Digit extracting routine</title>
		<link>http://nitacku.wordpress.com/2007/06/08/54/</link>
		<comments>http://nitacku.wordpress.com/2007/06/08/54/#comments</comments>
		<pubDate>Fri, 08 Jun 2007 12:41:23 +0000</pubDate>
		<dc:creator>nitacku</dc:creator>
				<category><![CDATA[Routines]]></category>

		<guid isPermaLink="false">http://nitacku.wordpress.com/2007/06/08/54/</guid>
		<description><![CDATA[Here&#8217;s a little routine that will extract digits out of a number in Ans, including the decimal and the whole number part.
seq(int(E2fPart(Ans)/10^(2X))),X,-3,4
When this code runs, it will output the digits extracted from Ans in list form.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nitacku.wordpress.com&blog=1065254&post=54&subd=nitacku&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here&#8217;s a little routine that will extract digits out of a number in Ans, including the decimal and the whole number part.</p>
<p><code>seq(int(E2fPart(Ans)/10^(2X))),X,-3,4</code></p>
<p>When this code runs, it will output the digits extracted from Ans in list form.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nitacku.wordpress.com/54/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nitacku.wordpress.com/54/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nitacku.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nitacku.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nitacku.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nitacku.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nitacku.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nitacku.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nitacku.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nitacku.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nitacku.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nitacku.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nitacku.wordpress.com&blog=1065254&post=54&subd=nitacku&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nitacku.wordpress.com/2007/06/08/54/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0633010b79d7496561c5499e354556e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nitacku</media:title>
		</media:content>
	</item>
		<item>
		<title>Bowling</title>
		<link>http://nitacku.wordpress.com/2007/05/06/bowling/</link>
		<comments>http://nitacku.wordpress.com/2007/05/06/bowling/#comments</comments>
		<pubDate>Sun, 06 May 2007 13:00:53 +0000</pubDate>
		<dc:creator>nitacku</dc:creator>
				<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://nitacku.wordpress.com/2007/05/06/bowling/</guid>
		<description><![CDATA[
Click on the animated screenshot to download
Start an exciting career as a bowling pro. Battle your way through 4 challenging tournaments to earn the title of World Champion. Win trophies to prove your skill. Purchase items along the way to improve your game. Realistic bowling engine allows you to put actual spin on the ball, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nitacku.wordpress.com&blog=1065254&post=8&subd=nitacku&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a rel="http://www.ticalc.org/archives/files/fileinfo/396/39695.html" href="http://www.ticalc.org/archives/files/fileinfo/396/39695.html" target="_blank"><img class="size-full wp-image-60 alignleft" style="border:0 none;margin:4px 8px;" title="animated" src="http://nitacku.files.wordpress.com/2007/05/animated.gif?w=192&#038;h=128" alt="animated" width="192" height="128" /></a></p>
<p><strong>Click on the animated screenshot to download</strong></p>
<p>Start an exciting career as a bowling pro. Battle your way through 4 challenging tournaments to earn the title of World Champion. Win trophies to prove your skill. Purchase items along the way to improve your game. Realistic bowling engine allows you to put actual spin on the ball, giving the game a true bowling feel. Traditional bowling not your type? Arcade mode presents 4 different versions of bowling, enough to keep anyone occupied. Highscores are saved so that you can always compete for the best. No friends to bowl with? Just start a battle with the built in AI. Mutiplayer lets you choose a combination of up to 7 human/AI opponents.</p>
<p align="left"><img src="http://nitacku.files.wordpress.com/2007/05/b1.gif?w=96&#038;h=64" alt="b1.gif" hspace="8" width="96" height="64" align="top" /><img class="alignnone size-full wp-image-58" style="margin-left:8px;margin-right:8px;" title="screen21" src="http://nitacku.files.wordpress.com/2007/05/screen21.gif?w=96&#038;h=64" alt="screen21" width="96" height="64" /><img style="margin-left:8px;margin-right:8px;" src="http://nitacku.files.wordpress.com/2007/05/b3.gif?w=96&#038;h=64" alt="b3.gif" hspace="8" width="96" height="64" align="top" /><img class="alignnone size-full wp-image-36" style="margin-left:8px;margin-right:8px;" title="b4.gif" src="http://nitacku.files.wordpress.com/2007/05/b4.gif?w=96&#038;h=64" alt="b4.gif" width="96" height="64" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nitacku.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nitacku.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nitacku.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nitacku.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nitacku.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nitacku.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nitacku.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nitacku.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nitacku.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nitacku.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nitacku.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nitacku.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nitacku.wordpress.com&blog=1065254&post=8&subd=nitacku&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nitacku.wordpress.com/2007/05/06/bowling/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0633010b79d7496561c5499e354556e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nitacku</media:title>
		</media:content>

		<media:content url="http://nitacku.files.wordpress.com/2007/05/animated.gif" medium="image">
			<media:title type="html">animated</media:title>
		</media:content>

		<media:content url="http://nitacku.files.wordpress.com/2007/05/b1.gif" medium="image">
			<media:title type="html">b1.gif</media:title>
		</media:content>

		<media:content url="http://nitacku.files.wordpress.com/2007/05/screen21.gif" medium="image">
			<media:title type="html">screen21</media:title>
		</media:content>

		<media:content url="http://nitacku.files.wordpress.com/2007/05/b3.gif" medium="image">
			<media:title type="html">b3.gif</media:title>
		</media:content>

		<media:content url="http://nitacku.files.wordpress.com/2007/05/b4.gif" medium="image">
			<media:title type="html">b4.gif</media:title>
		</media:content>
	</item>
		<item>
		<title>AI Checkers</title>
		<link>http://nitacku.wordpress.com/2007/05/06/ai-checkers/</link>
		<comments>http://nitacku.wordpress.com/2007/05/06/ai-checkers/#comments</comments>
		<pubDate>Sun, 06 May 2007 12:16:34 +0000</pubDate>
		<dc:creator>nitacku</dc:creator>
				<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://nitacku.wordpress.com/2007/05/06/ai-checkers/</guid>
		<description><![CDATA[Click on the screenshot to download
The only Checkers game complete with an advanced AI computer. Challenge with the AI, go one on one with a friend, or even watch the AI battle itself. Complete with AutoSave, AutoLoad, and Error detection. With 8 customizable options, you have complete control over every aspect of the game. The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nitacku.wordpress.com&blog=1065254&post=21&subd=nitacku&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.ticalc.org/archives/files/fileinfo/383/38389.html" target="_blank"><img style="margin-left:8px;margin-right:8px;" src="http://nitacku.files.wordpress.com/2007/05/checkers.gif?w=96&#038;h=64" alt="checkers.gif" hspace="8" width="96" height="64" align="left" /></a><strong>Click on the screenshot to download</strong></p>
<p>The only Checkers game complete with an advanced AI computer. Challenge with the AI, go one on one with a friend, or even watch the AI battle itself. Complete with AutoSave, AutoLoad, and Error detection. With 8 customizable options, you have complete control over every aspect of the game. The first and only Checkers AI for the Z80, written in complete Basic.</p>
<p><img src="http://nitacku.files.wordpress.com/2007/05/c1.gif?w=96&#038;h=64" alt="c1.gif" hspace="8" width="96" height="64" align="top" /><img src="http://nitacku.files.wordpress.com/2007/05/c2.gif?w=96&#038;h=64" alt="c2.gif" hspace="8" width="96" height="64" align="top" /><img src="http://nitacku.files.wordpress.com/2007/05/c3.gif?w=96&#038;h=64" alt="c3.gif" hspace="8" width="96" height="64" align="top" /><img src="http://nitacku.files.wordpress.com/2007/05/c4.gif?w=96&#038;h=64" alt="c4.gif" hspace="8" width="96" height="64" align="top" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nitacku.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nitacku.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nitacku.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nitacku.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nitacku.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nitacku.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nitacku.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nitacku.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nitacku.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nitacku.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nitacku.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nitacku.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nitacku.wordpress.com&blog=1065254&post=21&subd=nitacku&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nitacku.wordpress.com/2007/05/06/ai-checkers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0633010b79d7496561c5499e354556e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nitacku</media:title>
		</media:content>

		<media:content url="http://nitacku.files.wordpress.com/2007/05/checkers.gif" medium="image">
			<media:title type="html">checkers.gif</media:title>
		</media:content>

		<media:content url="http://nitacku.files.wordpress.com/2007/05/c1.gif" medium="image">
			<media:title type="html">c1.gif</media:title>
		</media:content>

		<media:content url="http://nitacku.files.wordpress.com/2007/05/c2.gif" medium="image">
			<media:title type="html">c2.gif</media:title>
		</media:content>

		<media:content url="http://nitacku.files.wordpress.com/2007/05/c3.gif" medium="image">
			<media:title type="html">c3.gif</media:title>
		</media:content>

		<media:content url="http://nitacku.files.wordpress.com/2007/05/c4.gif" medium="image">
			<media:title type="html">c4.gif</media:title>
		</media:content>
	</item>
		<item>
		<title>New site</title>
		<link>http://nitacku.wordpress.com/2007/05/06/new-site/</link>
		<comments>http://nitacku.wordpress.com/2007/05/06/new-site/#comments</comments>
		<pubDate>Sun, 06 May 2007 05:45:03 +0000</pubDate>
		<dc:creator>nitacku</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://nitacku.wordpress.com/2007/05/06/new-site/</guid>
		<description><![CDATA[I finally got my own site that I can put my projects on.
Be sure to check out the Downloads and Routine pages.
(n) nitacku.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nitacku.wordpress.com&blog=1065254&post=6&subd=nitacku&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I finally got my own site that I can put my projects on.<br />
Be sure to check out the Downloads and Routine pages.</p>
<p>(n) nitacku.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nitacku.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nitacku.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nitacku.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nitacku.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nitacku.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nitacku.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nitacku.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nitacku.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nitacku.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nitacku.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nitacku.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nitacku.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nitacku.wordpress.com&blog=1065254&post=6&subd=nitacku&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nitacku.wordpress.com/2007/05/06/new-site/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0633010b79d7496561c5499e354556e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nitacku</media:title>
		</media:content>
	</item>
	</channel>
</rss>