Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Oct 7th, 2006, 11:31 PM   #1
crawforddavid2006
Expert Programmer
 
crawforddavid2006's Avatar
 
Join Date: Apr 2005
Location: Not sure yet
Posts: 597
Rep Power: 0 crawforddavid2006 is an unknown quantity at this point
Send a message via AIM to crawforddavid2006 Send a message via MSN to crawforddavid2006
Good C# Ideas

Hey does anyone have any GOOD c# projects we could try?
__________________
Quote:
Originally Posted by DaWei View Post
Well, it's better than Pen Islands url....;)

crawforddavid2006 is offline   Reply With Quote
Old Oct 8th, 2006, 12:00 AM   #2
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 4 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
an IM client
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing is offline   Reply With Quote
Old Oct 8th, 2006, 12:44 AM   #3
crawforddavid2006
Expert Programmer
 
crawforddavid2006's Avatar
 
Join Date: Apr 2005
Location: Not sure yet
Posts: 597
Rep Power: 0 crawforddavid2006 is an unknown quantity at this point
Send a message via AIM to crawforddavid2006 Send a message via MSN to crawforddavid2006
oh wait everynoe has done one :p
__________________
Quote:
Originally Posted by DaWei View Post
Well, it's better than Pen Islands url....;)

crawforddavid2006 is offline   Reply With Quote
Old Oct 8th, 2006, 4:11 AM   #4
Mocker
Hobbyist Programmer
 
Mocker's Avatar
 
Join Date: Oct 2005
Location: Indiana
Posts: 224
Rep Power: 0 Mocker is an unknown quantity at this point
Send a message via AIM to Mocker
It's not too likely that you'll find a good project that hasn't been done before, or if you do, that it hasn't been done before for a reason.

Hey, if everyones done one then find some features to add to make it unique or interesting. If you can't think of a good project idea, take one of the common ones and add to it, or modify it.
__________________
#programmingforums relay - http://thegupstudio.com/cgi-bin/pforelay.cgi
freelance scripts - http://ryanguthrie.com/index.html
Mocker is offline   Reply With Quote
Old Oct 8th, 2006, 9:28 AM   #5
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Refer to Sane's post here. View this set of nodes/vectors as a network. Devise a method by which any node can ping (query) any other node and receive an information packet regarding the details of that particular path (number of paths, if any, bandwidth, available bandwidth, propagation delay, any number of pseudo-variables that flip your skirt up). If you were to transmit a data packet from one node to another, how would you do so in order to achieve the fastest transfer rate? How would you handle the transmission of multiple, competing packets? Can you split packets and successfully reassemble them? Can you incorporate time-division multiplexing? Can you produce a diagram of the network in a GUI? Can you transmit a colored dot down a path of that diagram at a viewable rate?
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Oct 8th, 2006, 1:30 PM   #6
AntiNinja
Hobbyist Programmer
 
AntiNinja's Avatar
 
Join Date: Jun 2006
Location: The States
Posts: 101
Rep Power: 3 AntiNinja is on a distinguished road
Send a message via AIM to AntiNinja Send a message via Yahoo to AntiNinja
Text editor with syntax highlighting for different programming languages.
__________________
Pain is just weakness leaving the body.
AntiNinja is offline   Reply With Quote
Old Oct 8th, 2006, 2:12 PM   #7
Master
Programmer
 
Master's Avatar
 
Join Date: Sep 2005
Location: GA
Posts: 99
Rep Power: 4 Master is on a distinguished road
Making a game engine could be fun, i am currently making one
Master is offline   Reply With Quote
Old Oct 8th, 2006, 2:23 PM   #8
java_roshan
Professional Programmer
 
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4 java_roshan is on a distinguished road
I haven't tried this out yet, but could be an interesting project. I read it today, somewhere in the archives of Association of Computer Machinery (ACM). Mr. Brian Kernighan had posted it.

Write a progam that would produce its source code as the output.
i.e.
#include<stdio.h>

void main(void){
              prinft("Hello World\n");
}
would again produce the same four lines as output. Probably, some might have tried this out already.
__________________
Visit: http://www.somaiya.edu
java_roshan is offline   Reply With Quote
Old Oct 8th, 2006, 3:06 PM   #9
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Such a program is called a quine. You will find some small discussion of it here and much more using Google. Realize that the above example is NOT one.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Oct 8th, 2006, 4:26 PM   #10
coldDeath
Expert Programmer
 
coldDeath's Avatar
 
Join Date: Aug 2005
Location: UK
Posts: 862
Rep Power: 4 coldDeath is on a distinguished road
Send a message via AIM to coldDeath Send a message via Yahoo to coldDeath
http://www.nyx.net/~gthompso/quine.htm <-- Interesting
__________________
Join us at #programmingforums @ irc.freenode.net!

My software never has bugs. It just develops random features.
coldDeath is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom Case Ideas Indigno Coder's Corner Lounge 18 Aug 10th, 2006 7:13 PM
Good C++ Books MrMan9879 C++ 3 Oct 19th, 2005 1:13 PM
New Language Ideas iignotus Coder's Corner Lounge 17 May 20th, 2005 5:35 PM
I have some nice ideas, but I need opinions though... Broax Project Ideas 16 Jan 23rd, 2005 7:14 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:55 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC