<?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>Free Lancers Unite &#187; Software</title>
	<atom:link href="http://freelancersunite.net/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://freelancersunite.net</link>
	<description>&#34;look upon my works ye mighty and despair&#34;</description>
	<lastBuildDate>Thu, 02 Sep 2010 23:09:21 +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>Random Snippets.</title>
		<link>http://freelancersunite.net/software/random-snippets/</link>
		<comments>http://freelancersunite.net/software/random-snippets/#comments</comments>
		<pubDate>Sat, 01 May 2010 20:00:32 +0000</pubDate>
		<dc:creator>Serinox</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[.net4]]></category>
		<category><![CDATA[f#]]></category>

		<guid isPermaLink="false">http://freelancersunite.net/?p=713</guid>
		<description><![CDATA[Here are some random snippets of f# code I had lying around. mostly simple stuff for basic stats calculations. Not the most complex stuff but maybe its useful to somebody trying to learn f#. // Learn more about F# at http://fsharp.net open System open System.Net //basic arithmetic mean let Mean (x:List&#60;float&#62;) = let sum = [...]]]></description>
		<wfw:commentRss>http://freelancersunite.net/software/random-snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazing stress relief program. (Red Faction Guerrilla)</title>
		<link>http://freelancersunite.net/software/amazing-stress-relief-program/</link>
		<comments>http://freelancersunite.net/software/amazing-stress-relief-program/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 13:49:59 +0000</pubDate>
		<dc:creator>Serinox</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://freelancersunite.net/?p=557</guid>
		<description><![CDATA[Because there&#8217;s nothing like running through a town with a sledgehammer destroying anything that moves&#8230; Definitely one of the most entertaining games, the vehicles handle well, and there is a lot of weapons to choose from when planning how your going to attack the EDF. Plus you get a rifle that eats people alive! Link [...]]]></description>
		<wfw:commentRss>http://freelancersunite.net/software/amazing-stress-relief-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get a path from a node.</title>
		<link>http://freelancersunite.net/software/gtk-treepath-node/</link>
		<comments>http://freelancersunite.net/software/gtk-treepath-node/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 05:57:24 +0000</pubDate>
		<dc:creator>Serinox</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[nodestore]]></category>
		<category><![CDATA[nodeview]]></category>
		<category><![CDATA[treenode]]></category>

		<guid isPermaLink="false">http://freelancersunite.net/?p=544</guid>
		<description><![CDATA[This snippet of code lets you get a TreePath from a nodeview when you only know the ending node. This seems to be a problem I run into rather often where I want to manipulate the tree by expanding a path but I only have the node I want to expand to. The is a [...]]]></description>
		<wfw:commentRss>http://freelancersunite.net/software/gtk-treepath-node/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nifty Gtk Snippets.</title>
		<link>http://freelancersunite.net/software/nifty-gtk-snippets/</link>
		<comments>http://freelancersunite.net/software/nifty-gtk-snippets/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 04:37:36 +0000</pubDate>
		<dc:creator>Serinox</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[pixbuf]]></category>

		<guid isPermaLink="false">http://freelancersunite.net/?p=533</guid>
		<description><![CDATA[So in my recent works with Gtk I&#8217;ve come across (and written) some useful snippets so I thought I&#8217;d post a few of them. The first comes from this site (its in Spanish), this snippet allows you to take a System.Drawing.Image to a Gdk.Pixbuf and it looks like this (slightly modified to fix an ambiguous [...]]]></description>
		<wfw:commentRss>http://freelancersunite.net/software/nifty-gtk-snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python URL grabber!</title>
		<link>http://freelancersunite.net/software/python-url-grabber/</link>
		<comments>http://freelancersunite.net/software/python-url-grabber/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 22:02:42 +0000</pubDate>
		<dc:creator>Serinox</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://freelancersunite.net/?p=324</guid>
		<description><![CDATA[I&#8217;m experimenting with building a web crawler in python (maybe even a small search engine bot) and I thought I would post what I have so far. Basically you give it a starting url (in the PendingURL array) and it goes to that site, uses regular expressions (some of the expressions might not be the [...]]]></description>
		<wfw:commentRss>http://freelancersunite.net/software/python-url-grabber/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux foundation says boycott the FAT file system!</title>
		<link>http://freelancersunite.net/software/linux-foundation-says-boycott-the-fat-file-system/</link>
		<comments>http://freelancersunite.net/software/linux-foundation-says-boycott-the-fat-file-system/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 16:32:37 +0000</pubDate>
		<dc:creator>Serinox</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://freelancersunite.net/?p=259</guid>
		<description><![CDATA[Read it here basically Microsoft can&#8217;t be trusted to follow up on there promises of openness so we should stop using there technology. That being said I have nothing that uses FAT and would have to wonder at how widespread it really is? Link to this post!]]></description>
		<wfw:commentRss>http://freelancersunite.net/software/linux-foundation-says-boycott-the-fat-file-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Radix Sort revisited.</title>
		<link>http://freelancersunite.net/software/radix-sort-revisited/</link>
		<comments>http://freelancersunite.net/software/radix-sort-revisited/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 02:59:33 +0000</pubDate>
		<dc:creator>Serinox</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://freelancersunite.net/?p=215</guid>
		<description><![CDATA[Went back and looked at the radix sort and found that it when sorting say 10,000,000 3 digit numbers it can use almost a gig and a half of ram. To try and fix this I changed the ArrayLists to Queues so that an item is only moved to another queue not copied to another [...]]]></description>
		<wfw:commentRss>http://freelancersunite.net/software/radix-sort-revisited/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Radix Sort in C#!</title>
		<link>http://freelancersunite.net/software/radix-sort-in-c/</link>
		<comments>http://freelancersunite.net/software/radix-sort-in-c/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 00:09:24 +0000</pubDate>
		<dc:creator>Serinox</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://freelancersunite.net/?p=173</guid>
		<description><![CDATA[While browsing Wikipedia I came across the wiki entry for computational sorting methods and one thing on the page struck me as odd. They had a whole list of non-comparison sorting methods that sort things without ever checking them against the other items in the list (hence the name ) so I thought I&#8217;d see [...]]]></description>
		<wfw:commentRss>http://freelancersunite.net/software/radix-sort-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Triangle Game!</title>
		<link>http://freelancersunite.net/software/triangle-game/</link>
		<comments>http://freelancersunite.net/software/triangle-game/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 21:15:23 +0000</pubDate>
		<dc:creator>Serinox</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://freelancersunite.net/?p=156</guid>
		<description><![CDATA[I made a little program that times how long it take you to solve a Triangle problem like project euler&#8217;s problem 18. Randomly generates the triangle and solves them in milliseconds as to not affect the users time. You can change how many rows the triangle has by editing the box in the bottom left [...]]]></description>
		<wfw:commentRss>http://freelancersunite.net/software/triangle-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python IRC bot.</title>
		<link>http://freelancersunite.net/software/python-irc-bot/</link>
		<comments>http://freelancersunite.net/software/python-irc-bot/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 04:22:49 +0000</pubDate>
		<dc:creator>Serinox</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://freelancersunite.net/?p=88</guid>
		<description><![CDATA[Based off of a simpler bot by other people found on the web. Wrote it to be able to allow irc users to add themselves to a Apache blacklist. Some of the features are os dependant ( needs to be run on linux). Just fill out the sections for server, server password, nickserv password, port, [...]]]></description>
		<wfw:commentRss>http://freelancersunite.net/software/python-irc-bot/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
