<?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>Static Zero</title>
	<atom:link href="http://static-zero.com/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://static-zero.com/wordpress</link>
	<description>Writing What We Want</description>
	<lastBuildDate>Fri, 18 Sep 2009 09:00:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Kanye West Interrupts Leeroy Jenkins</title>
		<link>http://static-zero.com/wordpress/?p=48</link>
		<comments>http://static-zero.com/wordpress/?p=48#comments</comments>
		<pubDate>Fri, 18 Sep 2009 09:00:38 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://static-zero.com/wordpress/?p=48</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://static-zero.com/wordpress/?feed=rss2&amp;p=48</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Announced by Microsoft &#8211; Are you Serious?</title>
		<link>http://static-zero.com/wordpress/?p=41</link>
		<comments>http://static-zero.com/wordpress/?p=41#comments</comments>
		<pubDate>Tue, 14 Oct 2008 02:05:05 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://static-zero.com/wordpress/?p=41</guid>
		<description><![CDATA[So today Microsoft announced that they will be releasing  their new operating system in the next couple years. Due to the failure of Windows Vista, Microsoft has decided to go back to a ridiculous naming system and call it Windows &#8230; <a href="http://static-zero.com/wordpress/?p=41">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://static-zero.com/wordpress/?feed=rss2&amp;p=41</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to burn an ISO on OS X</title>
		<link>http://static-zero.com/wordpress/?p=40</link>
		<comments>http://static-zero.com/wordpress/?p=40#comments</comments>
		<pubDate>Fri, 12 Sep 2008 22:13:25 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[burn]]></category>
		<category><![CDATA[disk utility]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://static-zero.com/wordpress/?p=40</guid>
		<description><![CDATA[Burning an ISO disc image on Mac OS X can be confusing if you&#8217;ve never done it before.  It took me a couple tries and some searching to figure out how to do it, so hopefully this article will make &#8230; <a href="http://static-zero.com/wordpress/?p=40">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://static-zero.com/wordpress/?feed=rss2&amp;p=40</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>10 CSS Galleries for inspiration</title>
		<link>http://static-zero.com/wordpress/?p=26</link>
		<comments>http://static-zero.com/wordpress/?p=26#comments</comments>
		<pubDate>Thu, 03 Jul 2008 03:27:08 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[galleries]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://static-zero.com/wordpress/?p=26</guid>
		<description><![CDATA[I have decided to delete my last post where I showed a couple of my favorite CSS Galleries and to spend a little more time rounding up all of the galleries that I visit the most often. When I am &#8230; <a href="http://static-zero.com/wordpress/?p=26">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://static-zero.com/wordpress/?feed=rss2&amp;p=26</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Swap variables without temporaries (XOR swap)</title>
		<link>http://static-zero.com/wordpress/?p=24</link>
		<comments>http://static-zero.com/wordpress/?p=24#comments</comments>
		<pubDate>Mon, 26 May 2008 04:22:39 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[swap]]></category>
		<category><![CDATA[variables]]></category>
		<category><![CDATA[xor]]></category>

		<guid isPermaLink="false">http://static-zero.com/wordpress/?p=24</guid>
		<description><![CDATA[Swapping variables has always been a bit of an annoyance while programming. It doesn&#8217;t matter whether you code in C, Java, MIPS, or any other language, you&#8217;ve really only had one way to swap variables. Take, for example, the C &#8230; <a href="http://static-zero.com/wordpress/?p=24">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://static-zero.com/wordpress/?feed=rss2&amp;p=24</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook applications&#8230;another reason NOT to use them</title>
		<link>http://static-zero.com/wordpress/?p=23</link>
		<comments>http://static-zero.com/wordpress/?p=23#comments</comments>
		<pubDate>Thu, 01 May 2008 22:40:14 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[risk]]></category>

		<guid isPermaLink="false">http://static-zero.com/wordpress/?p=23</guid>
		<description><![CDATA[Adding applications to your Facebook can not only compromise the privacy of you, but also your friends. I&#8217;m not an application user because I find that the majority of them are stupid, but now there is another reason that I &#8230; <a href="http://static-zero.com/wordpress/?p=23">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://static-zero.com/wordpress/?feed=rss2&amp;p=23</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WoW&#8230;</title>
		<link>http://static-zero.com/wordpress/?p=20</link>
		<comments>http://static-zero.com/wordpress/?p=20#comments</comments>
		<pubDate>Fri, 25 Apr 2008 07:36:10 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[WoW]]></category>

		<guid isPermaLink="false">http://static-zero.com/wordpress/?p=20</guid>
		<description><![CDATA[Because one character at a time just wasn&#8217;t cutting it. For some reason digg buttons aren&#8217;t showing up, so here&#8217;s a link.]]></description>
		<wfw:commentRss>http://static-zero.com/wordpress/?feed=rss2&amp;p=20</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All About Binary</title>
		<link>http://static-zero.com/wordpress/?p=19</link>
		<comments>http://static-zero.com/wordpress/?p=19#comments</comments>
		<pubDate>Fri, 25 Apr 2008 06:51:27 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[1's]]></category>
		<category><![CDATA[2's]]></category>
		<category><![CDATA[bcd]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[complement]]></category>
		<category><![CDATA[convert]]></category>

		<guid isPermaLink="false">http://static-zero.com/wordpress/?p=19</guid>
		<description><![CDATA[This post contains information on how to convert decimal numbers to binary, 1&#8242;s complement, 2&#8242;s complement, and binary coded decimal. I&#8217;ve tried breaking it up to keep it somewhat organized, so hopefully you can follow. The Basics &#8211; Converting Decimal &#8230; <a href="http://static-zero.com/wordpress/?p=19">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://static-zero.com/wordpress/?feed=rss2&amp;p=19</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Convert Decimal to 2&#8242;s Complement Binary in C</title>
		<link>http://static-zero.com/wordpress/?p=16</link>
		<comments>http://static-zero.com/wordpress/?p=16#comments</comments>
		<pubDate>Fri, 25 Apr 2008 05:33:01 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[convert]]></category>

		<guid isPermaLink="false">http://static-zero.com/wordpress/?p=16</guid>
		<description><![CDATA[I was writing a program recently, and I needed a function that would convert a given decimal number to 2&#8242;s Complement (signed) binary. It&#8217;s simple enough to convert an unsigned integer to binary, but the sign (especially 2&#8242;s comp) makes &#8230; <a href="http://static-zero.com/wordpress/?p=16">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://static-zero.com/wordpress/?feed=rss2&amp;p=16</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Demonoid is BACK!!!!!</title>
		<link>http://static-zero.com/wordpress/?p=14</link>
		<comments>http://static-zero.com/wordpress/?p=14#comments</comments>
		<pubDate>Sat, 12 Apr 2008 03:01:44 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[demonoid]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://static-zero.com/wordpress/?p=14</guid>
		<description><![CDATA[Hey everyone, incase you have not heard yet, the famous torrent tracker demonoid.com, who was shutdown because of legal threats is finally back online! I dont have any invites available to give out yet, but when I do I will &#8230; <a href="http://static-zero.com/wordpress/?p=14">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://static-zero.com/wordpress/?feed=rss2&amp;p=14</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
