<?xml version="1.0" encoding="US-ASCII"?>
<rss version="2.0">
	<channel>
		<title>Nerdlance.com Programming Languages Projects</title>
		<link>http://www.nerdlance.com/browseprojects.html</link>
		<description>
			Projects posted at Nerdlance.com which match the category "Programming Languages".
		</description>
		<language>en-us</language>
		<pubDate>Fri, 09 May 2008 19:55:13 -0400</pubDate>
		<lastBuildDate>Fri, 09 May 2008 19:55:13 -0400</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>Conversion of C# code to Java</title>
		<description>We are currently converting a C# Windows application to Java since we need it to run on Mac OS X as well as Windows.<br />
<br />
For this stage of the conversion we need someone to convert about 45 C# classes to identically functioning Java classes.<br />
<br />
The classes constitute the middle layer of the application. Data from different sources are provided from the underlying data layer, various calculations are made on the data in the middle layer, and finally data is provided for the UI layer through properties and methods.<br />
<br />
Note: The C# version makes heavy use of generic collections (List and Dictionary) and events for internal and external communication. Example: A object has one of its properties updated from the data layer. This in turn triggers an event informing the collection that the object is part of, that the collection needs to recalculate some values. Finally, this event will bubble up to the UI layer, that will receive an event notifying it that the values displayed need to be updated.<br />
<br />
The Java version should mimic the functioning of the C# classes outwardly, but inside the classes you are free to use whichever standard Java classes you feel best suited to the task. This means that events should be used when and where they are being used in the C# version, methods should have the same signatures and names, etc.<br />
<br />
The winner of the project will receive the full source code for the C# classes to be converted as well as stubs for data layer to help get you started.<br />
<br />
Upon satisfactory completion of the project, follow-up projects for converting the data and UI layers are a distinct possibility.</description>
		<link>http://www.nerdlance.com/p287</link>
		<guid>http://www.nerdlance.com/p287</guid>
		<author>gert</author>
		<category>C#</category>
		<category>Java</category>
		<pubDate>Mon, 05 May 2008 02:03:01 -0400</pubDate>
	</item>
	<item>
		<title>Chatroom  script administration</title>
		<description>Need a chatroom administration added to my chat script<br />
<br />
www.auctionbaylivesearch.com/chat<br />
<br />
Here are the features I need<br />
<br />
# chat administration<br />
# bad word filter<br />
# Admin CP provides a control panel to view message history and the number of users registered<br />
# Ability to delete users<br />
# Ability to turn on/ off sounds<br />
# Ability for user to upload/download files, wallpapers in a zip file<br />
# The Admin uses a normal HTML page to easily display messages and users<br />
# Ability to change background<br />
# Ability to ban users IP address<br />
# user must register to use the chat<br />
# Ability to change background depending on the room<br />
# Ability to add background music<br />
# Sound plays on message submit, enter chat and exist chat<br />
<br />
Thanks</description>
		<link>http://www.nerdlance.com/p283</link>
		<guid>http://www.nerdlance.com/p283</guid>
		<author>auctionbaylive</author>
		<category>PHP</category>
		<category>Web Templates</category>
		<pubDate>Sat, 12 Apr 2008 06:39:28 -0400</pubDate>
	</item>
	</channel>
</rss>
