Could you recommend a project to me please?

  • Thread starter Thread starter osnarf
  • Start date Start date
  • Tags Tags
    Project
AI Thread Summary
A user seeks suggestions for a substantial programming project to enhance their skills, specifically looking for ideas suitable for MATLAB and a lower-level language. The discussion emphasizes the importance of personal interest in selecting a project, suggesting that potential topics can span various fields such as math, science, sports, or gaming. Examples provided include creating a traffic simulator, a calculus tool, a Monte Carlo simulation for games, or developing classic games like Tetris. The conversation also highlights the option of contributing to open-source projects as a valuable way to gain experience and collaborate with others.
osnarf
Messages
207
Reaction score
0
Hi everyone,

I was just wondering if somebody could give me some ideas for a relatively large programming project to work on that will take some time to complete. It's not for a class or anything, I just want to work on my programming, so it doesn't have to be any specific topic or type of problem.

Thanks again.

EDIT: actually, if you could suggest a project that would best be coded using MATLAB and also a project that would best be coded using a lower level language, that would be even better.
 
Technology news on Phys.org
This is impossible to answer, because we don't know what interests you.

You could do a computer project related to pretty much anything - math, science, sport, music, gardening, whatever.

Start by thinking about things in the real world that interest you. Then think how a computer could be useful in that situation. There's your project...
 
You can do a project on virtually everything!

Some example:
- Build a traffic simulator that shows roads and intersections and which can be used to simulate a lot of traffic. You can even build a program that optimalizes your network. (this was my freshman project on programming)
- If you like math, then why not build a tool that can handle mathematical functions and perhaps be able to derive, integrate, factor, find zeroes,... A calculus tool if you will.
- Build a program that gives you a monte carlo simulation of some popular game, like monopoly. To figure out what place on the board has the highest probabilty to end up.
- Make a game like tetris or a game that builds and solves mazes.

You see, you can do a project on a lot of things. So, what topic do you like best? Maybe we can give you better suggestions...
 
You could also join in any of hundreds of open source projects out there and contribute greatly.
 
Hi, thanks for your ideas everyone, sorry I was away.

I think I'm going to check out open source actually, sounds interesting.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...
Back
Top