New Reply

Applied Programming Projects

 
Share Thread Thread Tools
Jun30-12, 07:14 PM   #1
 

Applied Programming Projects


Hi all,

What are some cool programming projects that you have done that really helped you learn a different area of computer science / programming? I am SICK OF the tedium in databases and application development. I would like to expand my horizons to areas such as embedded systems, computer systems, mathematical computing, scientific computing, networking, and anything else you guys could give me advice on!

The key thing here is learning through something that really catches my interest. I am just having a hard time finding a place to get started.

Thanks
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
Jun30-12, 07:40 PM   #2
 
Recognitions:
Gold Membership Gold Member
write a program to mirror a web site on your hard drive to an actual server. Make it so that if there is a file on your hard drive that is not on the server, it uploads and if there is one on the server that is not on the hard drive, it gets erased, and if it is on both then upload it only if the file size is different or the HD version is newer.
Jun30-12, 07:40 PM   #3
 
check out open source physics at www.compadre.org/osp

they have a collection of java apps that do simulations of various physical systems. They provide ODEs ie ordinary differential equation solvers that can integrate a set of equations to simulate a physical within certain constraints.

Also dont shortchange database and data structures courses as they are the foundation of important concepts that can make a big difference in your future programs. database programming makes it easier for your program to scale up from simpler array based structures.
Jun30-12, 07:41 PM   #4
 

Applied Programming Projects


in the spirit of phinds suggestion, why not invent a language and write an interpreter or compiler for it.
Jun30-12, 11:56 PM   #5
 
Quote by Mathematicize View Post
Hi all,

What are some cool programming projects that you have done that really helped you learn a different area of computer science / programming? I am SICK OF the tedium in databases and application development. I would like to expand my horizons to areas such as embedded systems, computer systems, mathematical computing, scientific computing, networking, and anything else you guys could give me advice on!

The key thing here is learning through something that really catches my interest. I am just having a hard time finding a place to get started.

Thanks
Hey Mathematicize and welcome to the forums.

For networking, the standard bread and butter intro application is a chat program or instant messager. More advanced projects might include a file transfer program with extended features. You could download the open source p2p programs and look at the protocols and source code.

A really ambitious project would be a multiplayer game engine, but this literally would take years from the ground up (although you could take an existing non-network one and add network features, but this is actually harder because the engine needs to be designed specifically for multiplayer functionality as part of its core design).
Jul1-12, 08:50 AM   #6
 
Another cool idea is to learn scala to develop an app on android using netbeans IDE and the android maven plugin. Scala is a blend of OO and functional programming concepts so you'd be learning a lot of new things all at once.

I'd suggest a simple game with 2d or 3d graphics as a start.
New Reply

Tags
embedded, mathematics, systems
Thread Tools


Similar Threads for: Applied Programming Projects
Thread Forum Replies
Are programming skills required to get into an Applied Math PhD school? Academic Guidance 1
Applying to Applied Math Programs with no Applied Coursework? Academic Guidance 0
Recommended programming language (and texts) for middle-school beginner programming Programming & Comp Sci 9
Programming Projects needed Academic Guidance 1