views:

351

answers:

5

I'd like to improve my programming skills, especially the readability of my source codes, and, why not, to give a little contribution to some open source or Linux-related projects. I'm studying C, and I'm interested in practical development problems and electronics problems, but I need to make a lot of experience. Is there any project you know that I could join?

+4  A: 

Hello.

You could find a lot of interesting projects all around web. One wepage that is excelent is sourceforge.net. There, you can find projects that may interest you, I am sure about that ;)

rpf
+1  A: 

I'd recommend to read code before writing it. If you want to learn C and are confident with Linux, why not download the kernel source code and dive into it? Not 100% of the code you'll see is written with good practices in mind but you should see how things are going on.

If it's too huge, try a smaller open source project. Then, when you're familiar with it, and wanna improve it, just send a mail to the project coordinator!

Fabian Vilers
+1  A: 

Why don't you take up developing device drivers for linux...say for a particular USB device etc. The community can surely use help there, and it will be close to your interest in electronics.

I would suggest write a GPS driver for linux. I don't know if there is any existing one but if you are keen on gaining experience why not try the entire gamut of software development including setting up a code base.

Sesh
+2  A: 

If you are a student, check out also the Google Summer of Code programme; you could make experience and even get paid for it! This year's edition is starting soon.

UncleZeiv