![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
|
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. |
|
|
|
|
|
#2 |
|
Professional Programmer
Join Date: Sep 2005
Location: serbia & montenegro
Posts: 484
Rep Power: 4
![]() |
Nice challenges but I am not so bored...
|
|
|
|
|
|
#3 |
|
Hobbyist Programmer
Join Date: Sep 2004
Posts: 207
Rep Power: 5
![]() |
CPU Speed Tester that can predict the speed sounds fun.
__________________
_______________________________ BlazingWolf |
|
|
|
|
|
#4 |
|
Expert Programmer
|
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.
|
|
|
|
|
|
#5 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Man, wish I had the time...
|
|
|
|
|
|
#6 |
|
Hobbyist Programmer
|
yea nice challenges i just finished the first one
|
|
|
|
|
|
#7 |
|
Programmer
Join Date: Aug 2005
Location: Norway
Posts: 56
Rep Power: 0
![]() |
I'll try this challenges. But I need to finish a project first.
__________________
Heh. |
|
|
|
|
|
#8 |
|
Hobbyist Programmer
|
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...)
|
|
|
|
|
|
#9 |
|
Newbie
|
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!» |
|
|
|
|
|
#10 |
|
Hobbyist Programmer
|
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 |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|