<?xml version="1.0" encoding="US-ASCII"?>
<rss version="2.0">
	<channel>
		<title>Nerdlance.com Projects</title>
		<link>http://www.nerdlance.com/browseprojects.html</link>
		<description>
			All projects posted at Nerdlance.com
		</description>
		<language>en-us</language>
		<pubDate>Sat, 20 Mar 2010 23:58:21 -0600</pubDate>
		<lastBuildDate>Sat, 20 Mar 2010 23:58:21 -0600</lastBuildDate>
		<docs>http://feedvalidator.org/docs/rss2.html</docs>
		<generator>Nerdlance.com Generator 1.0</generator>
		<managingEditor>webmaster@nerdlance.com</managingEditor>
		<webMaster>webmaster@nerdlance.com</webMaster>
		<copyright>Copyright 2005, Nerdlance.com</copyright>
	<item>
		<title>Raffle Helper</title>
		<description>I need an application, that downloads all email containing a specified word or phrase in the subject (e.g. "Win an iPod") and saves them to .txt files like Win-an-iPod-20100310-234725.txt<br />
<br />
In a second step, it should just randomly choose one of these files and open it.</description>
		<link>http://www.nerdlance.com/p478</link>
		<guid>http://www.nerdlance.com/p478</guid>
		<author>mitterertux</author>
		<category>C/C++</category>
		<category>Java</category>
		<category>Python</category>
		<category>Visual Basic 6</category>
		<category>Visual Basic .NET</category>
		<pubDate>Wed, 10 Mar 2010 15:48:39 -0700</pubDate>
	</item>
	<item>
		<title>Clone of the Wayback Machine</title>
		<description>This project includes both a spider and a simple website to view the archived websites. It would be similar to archive.org's spider (wayback machine). This spider should be able to do exactly what the wayback machine does.<br />
<br />
As an example:<br />
http://web.archive.org/web/*/http://www.scriptlance.com<br />
<br />
It is easy to see that the archive creates a full duplication including changing the redirects so that it references the archive set. Take a good look at their archived set to know how this works (If you do not already know)<br />
<br />
I would additionally want to grab a screenshot of the homepage as well as the Google PR of the site.<br />
<br />
<br />
The interface should be relatively simple like archive.org in that you could select the date to pull up the archived version of the website.<br />
<br />
You should have experience in creating web spiders. </description>
		<link>http://www.nerdlance.com/p477</link>
		<guid>http://www.nerdlance.com/p477</guid>
		<author>mitterertux</author>
		<category>PHP</category>
		<category>Java</category>
		<category>JavaScript</category>
		<category>Visual Basic .NET</category>
		<category>SQL</category>
		<pubDate>Wed, 10 Mar 2010 13:33:54 -0700</pubDate>
	</item>
	<item>
		<title>Clone Power Of Politics</title>
		<description>I need a clone of the game at powerofpolitics.com (German)<br />
<br />
Don't bid on this project if you don't know German. We won't help you.</description>
		<link>http://www.nerdlance.com/p476</link>
		<guid>http://www.nerdlance.com/p476</guid>
		<author>mitterertux</author>
		<category>PHP</category>
		<category>Java</category>
		<category>Flash</category>
		<category>Website Design</category>
		<category>SQL</category>
		<pubDate>Wed, 10 Mar 2010 13:28:40 -0700</pubDate>
	</item>
	<item>
		<title>Text based torrent client</title>
		<description>I need a text (command line) based torrent client for Windows. This is the way it should work (the output is sample data):<br />
<br />
---<br />
<br />
"Torrent Client Name" starting...<br />
Opening file "sample.torrent"...<br />
Looking for previous sessions... None found. [Downloads won't have to be made at once, but the session will be saved when the user closes the client]<br />
Starting Down-/Upload...<br />
<br />
> set up 30<br />
<br />
Upload limited to 30 kb/s.<br />
<br />
> set down 0<br />
<br />
Download unlimited.<br />
<br />
> stat<br />
<br />
Upload rate: 10 kb/s (limited to 30 kb/s)<br />
Download rate: 150 kb/s<br />
Download total: 9190/28000 kb (32,8%)<br />
Upload total: 198/28000 kb (0,7%)<br />
Info hash: f431a9afa10e45856c2b35cb88ffa95ce4e8fs24<br />
Trackers: http://tracker1.site.com/announce (2 Peers, 1 Seed); http://123.45.67.89/announce (2 Peers, 2 Seeds)<br />
Peers: 4<br />
Seeds: 3<br />
Peer #1: 79.123.21.241:31092 / µTorrent 1.2.3 / 82% / Down: 2 kb/s / Up: 1 kb/s<br />
[aso]<br />
<br />
> files list<br />
<br />
/screenshot.jpg (1000 kb total; not started yet)<br />
/setup.exe (17000 kb total; 7190 kb (42,29%) done)<br />
/directx/setup.exe (10000 kb total; 2000 kb (20%) done)<br />
<br />
> files exclude /setup.exe<br />
<br />
File /setup.exe won't be downloaded.<br />
<br />
> files exclude /directx/<br />
<br />
Folder /directx won't be downloaded.<br />
<br />
> files exclude *.jpg<br />
<br />
All .jpg files won't be downloaded.<br />
<br />
/screenshot.jpg (1000 kb total; not started yet; excluded)<br />
/setup.exe (17000 kb total; 7190 kb (42,29%) done; excluded)<br />
/directx/setup.exe (10000 kb total; 2000 kb (20%) done; excluded)<br />
<br />
> files include *<br />
<br />
All files will be downloaded.<br />
<br />
> help<br />
<br />
"Torrent Client Name"<br />
<br />
[all possible commands]<br />
<br />
> exit<br />
<br />
Saving session...<br />
Bye<br />
<br />
---<br />
<br />
Not porting any linux thing, build it. Cheapest bid wins, send demo if possible.</description>
		<link>http://www.nerdlance.com/p475</link>
		<guid>http://www.nerdlance.com/p475</guid>
		<author>mitterertux</author>
		<category>C#</category>
		<category>C/C++</category>
		<category>Visual Basic 6</category>
		<category>Visual Basic .NET</category>
		<pubDate>Mon, 08 Mar 2010 09:05:39 -0700</pubDate>
	</item>
	</channel>
</rss>
