![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Expert Programmer
|
Good C# Ideas
Hey does anyone have any GOOD c# projects we could try?
![]()
__________________
|
|
|
|
|
|
#2 |
|
Sexy Programmer
|
an IM client
__________________
I would love to change the world, but they won't give me the source code! |
|
|
|
|
|
#3 |
|
Expert Programmer
|
oh wait everynoe has done one :p
__________________
|
|
|
|
|
|
#4 |
|
Hobbyist Programmer
|
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 |
|
|
|
|
|
#5 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
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 |
|
|
|
|
|
#6 |
|
Hobbyist Programmer
|
Text editor with syntax highlighting for different programming languages.
__________________
Pain is just weakness leaving the body.
|
|
|
|
|
|
#7 |
|
Programmer
Join Date: Sep 2005
Location: GA
Posts: 99
Rep Power: 4
![]() |
Making a game engine could be fun, i am currently making one
|
|
|
|
|
|
#8 |
|
Professional Programmer
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4
![]() |
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");
}
__________________
Visit: http://www.somaiya.edu |
|
|
|
|
|
#9 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
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 |
|
|
|
|
|
#10 |
|
Expert Programmer
|
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.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |