<?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>zector tech blog</title>
	<atom:link href="http://zector.net/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://zector.net/blog</link>
	<description>information - technology - computers - programming</description>
	<lastBuildDate>Wed, 07 Mar 2012 08:53:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MacBook Pro &#8211; Bluetooth not available</title>
		<link>http://zector.net/blog/?p=177</link>
		<comments>http://zector.net/blog/?p=177#comments</comments>
		<pubDate>Wed, 07 Mar 2012 08:53:34 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[mbp]]></category>
		<category><![CDATA[pram]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[smc]]></category>

		<guid isPermaLink="false">http://zector.net/blog/?p=177</guid>
		<description><![CDATA[I just experienced that a recent update from Apple rendered my bluetooth functionality completely dead. The status bar icon was greyed out with a horizontal lightning bolt looking icon crossed through it. After some time on Google, i find i am not the only one Solutions listed below worked like a charm.. --- Try resetting [...]]]></description>
		<wfw:commentRss>http://zector.net/blog/?feed=rss2&#038;p=177</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>the Euclidean algorithm</title>
		<link>http://zector.net/blog/?p=170</link>
		<comments>http://zector.net/blog/?p=170#comments</comments>
		<pubDate>Sat, 18 Feb 2012 11:27:31 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://zector.net/blog/?p=170</guid>
		<description><![CDATA[Ever heard of the Euclidean algorithm?? From wikipedia: In mathematics, the Euclidean algorithm[a] (also called Euclid's algorithm) is an efficient method for computing the greatest common divisor (GCD) of two integers, also known as the greatest common factor (GCF) or highest common factor (HCF). I have just written a short python program for finding the [...]]]></description>
		<wfw:commentRss>http://zector.net/blog/?feed=rss2&#038;p=170</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gnome &#8211; Loosing Maximize Minimize buttons in titlebar</title>
		<link>http://zector.net/blog/?p=161</link>
		<comments>http://zector.net/blog/?p=161#comments</comments>
		<pubDate>Wed, 15 Feb 2012 10:33:28 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://zector.net/blog/?p=161</guid>
		<description><![CDATA[On my Linux Mint installation i have recently experienced that the titlebar is gone. Loosing the minimize,maximize and close buttons. I have been doing some extensive googling on the problem and found two solutions, whereas only one worked for me. Open terminal and type : metacity --replace &#38; This solution worked on my Linux Mint [...]]]></description>
		<wfw:commentRss>http://zector.net/blog/?feed=rss2&#038;p=161</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java &#8211; Sudoku solver</title>
		<link>http://zector.net/blog/?p=155</link>
		<comments>http://zector.net/blog/?p=155#comments</comments>
		<pubDate>Mon, 30 Jan 2012 12:01:02 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://zector.net/blog/?p=155</guid>
		<description><![CDATA[A while back I found a small code segment that solves your Sudoku problems. This code is written for solving the 3x3(blocks) puzzle, where puzzle is an 81 character string representing the puzzle read left-to-right, top-to-bottom, and 0 is a blank. Below is the code for the Sudokusolver. Just copy/paste into your own class, compile [...]]]></description>
		<wfw:commentRss>http://zector.net/blog/?feed=rss2&#038;p=155</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Java &#8211; Using configuration files</title>
		<link>http://zector.net/blog/?p=128</link>
		<comments>http://zector.net/blog/?p=128#comments</comments>
		<pubDate>Sun, 29 Jan 2012 19:21:00 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://zector.net/blog/?p=128</guid>
		<description><![CDATA[I recently came across a situation where i needed a small configuration file in my Java project. Using XML would in most cases be the way to go, but in this particular situation, using XML would be complete overkill. I only needed a few variables in my configuration file, and for this, Java has a [...]]]></description>
		<wfw:commentRss>http://zector.net/blog/?feed=rss2&#038;p=128</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

