Programming Forums
User Name Password Register
 

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

Reply
 
Thread Tools Display Modes
Old Dec 9th, 2005, 3:43 PM   #1
Darkhack
Hobbyist Programmer
 
Darkhack's Avatar
 
Join Date: Dec 2005
Location: Kansas City
Posts: 105
Rep Power: 3 Darkhack is on a distinguished road
Send a message via AIM to Darkhack
Programming Challenges

I thought I would give some bored programmers something fun to do. If you have any ideas/suggestions feel free to post them! These tasks should be accomplishable in almost any language.

Beginner

- Temperature Converter
Write a program that will convert to/from Fahrenheit, Celcius, and Kelvin. Feel free to add any other temperature scales too. You'll have to find the formulas for the conversions on your own. Afterall, research is part of being a good programmer.

- US to Metric Converter
Similar to the temperature convert except you'll convert from the US system using inches and pounds to metric with meters and grams. Add a bunch of other systems for weight, mass, volume ect. Try using floats/doubles to be more precise.

- Password Generator
Write a program that will ask the user how long the password should be and then generate a random password of that length.

- Backwords Text
User enters a string and you will display that string backwords. Try using this string to test your program... ".thguoht I naht remmargorp retteb a era uoY !enod lleW"

Intermediate

- Text Editor
Write a basic text editor where users can read/write basic .txt files. Can be either command line or GUI, your choice.

- Ping
Write a program that allows the user to enter an IP or URL and check to see if that address is online by sending a ping to it.

- CPU Speed Tester
Have the system do a mathmatical computation like 100! (factorial) and use a timer to see how long it took to run and output the time. To make your application useful on faster systems, run a check to see if the time was under 1/5 of a second to increase the size of the factorial. For example if a fast computer was able to do 100! in under 1/5 of a second, have it do 1000! factorial and report back that time instead. Create your own grading scale based off the times. Try to see if your program can guess how fast the machine is, and report back its guess in Mhz based off the results.

- File Properties
Enter a filepath and your app will be able to report back what type of file it is using both the extension and/or the MIME type. Show file size and if possible when it was created or last edited.

Expert

- Basic HTTP Server
A simple server that will be able to send html files.

- IRC Application
Write your own IRC app!

- System Stats
Try to pull as much information as you can about the users system. Try to find OS, applications installed, user logged in, CPU speed/temp, RAM, Resolution and a bunch of other statistics.

- Web Logger
Create a log file that will log all the websites a user has been to. Should work with all browsers. Don't simply pull log information from history files either, have the program run while the user is actually browsing and pull the info from the network traffic.

- Image Uploader
Here is one you web developers can do. Write a script/app that will upload images to a server and resize them automatically.

- Desktop Slideshow
Think you know your OS? Are you a guru with windows, mac, or linux? See if you can write an application that will turn the desktop background into a slideshow and change every few seconds.
Darkhack is offline   Reply With Quote
Old Dec 9th, 2005, 5:22 PM   #2
ivan
Professional Programmer
 
ivan's Avatar
 
Join Date: Sep 2005
Location: serbia & montenegro
Posts: 484
Rep Power: 4 ivan is on a distinguished road
Nice challenges but I am not so bored...
ivan is offline   Reply With Quote
Old Dec 9th, 2005, 5:34 PM   #3
BlazingWolf
Hobbyist Programmer
 
Join Date: Sep 2004
Posts: 207
Rep Power: 5 BlazingWolf is on a distinguished road
CPU Speed Tester that can predict the speed sounds fun.
__________________
_______________________________
BlazingWolf
BlazingWolf is offline   Reply With Quote
Old Dec 9th, 2005, 6:00 PM   #4
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
Cool i'll do a few when i've finished my current project.
__________________
Join us at #programmingforums @ irc.freenode.net!

My software never has bugs. It just develops random features.
coldDeath is offline   Reply With Quote
Old Dec 9th, 2005, 7:34 PM   #5
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Man, wish I had the time...
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Dec 10th, 2005, 1:37 PM   #6
HaCkeR
Hobbyist Programmer
 
HaCkeR's Avatar
 
Join Date: Nov 2005
Location: UK
Posts: 131
Rep Power: 0 HaCkeR is an unknown quantity at this point
Send a message via AIM to HaCkeR Send a message via MSN to HaCkeR
yea nice challenges i just finished the first one
HaCkeR is offline   Reply With Quote
Old Dec 10th, 2005, 3:08 PM   #7
mikaoj
Programmer
 
mikaoj's Avatar
 
Join Date: Aug 2005
Location: Norway
Posts: 56
Rep Power: 0 mikaoj is an unknown quantity at this point
I'll try this challenges. But I need to finish a project first.
__________________
Heh.
mikaoj is offline   Reply With Quote
Old Dec 10th, 2005, 3:57 PM   #8
UnKnown X
Hobbyist Programmer
 
UnKnown X's Avatar
 
Join Date: Dec 2005
Location: Sandvika, Norway
Posts: 114
Rep Power: 0 UnKnown X is an unknown quantity at this point
Send a message via MSN to UnKnown X
I've done all the Beginner ones already as excercises in tutorials, and the intermediate ones are a bit too advanced for me (though I think I am capable of making a very basic text editor...)
UnKnown X is offline   Reply With Quote
Old Dec 13th, 2005, 4:54 PM   #9
zirener
Newbie
 
Join Date: Dec 2005
Location: Space, Tellus, Europe, Norway, Oslo
Posts: 23
Rep Power: 0 zirener is an unknown quantity at this point
Send a message via MSN to zirener
Ah, this sounds fun!

A text editor shouldn't be too difficult to write, at least not if you use QT or something.. A basic HTTP-server shouldn't be too difficult, either, but the other ones are a bit more tricky, I think, hehe.. :p

Anyways, I think I'll have to finish my current project first (it's an attempt to make a tetris clone) hehe

Btw., UnKnownX, are you from Norway too? Seems to be a lot of Norwegians here :p
__________________
«Don't touch what you can't grab!»
zirener is offline   Reply With Quote
Old Dec 13th, 2005, 5:02 PM   #10
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
I've done a lot of these but I still suck at programming

btw i dont think image uploader should be expert.. maybe intermediate. It only takes a few calls, unless you decide to ignore the awesome built in image libraries and create your own..
__________________
#programmingforums relay - http://thegupstudio.com/cgi-bin/pforelay.cgi
freelance scripts - http://ryanguthrie.com/index.html
Mocker 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




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 6:12 PM.

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