You are not logged in.
Pages: 1
I am very new to programming and unfortinately have been that way for a while. I can't get up the motivation to do much. I like the idea of working on a open source project, but most of them seem too big. I think a nice small open source project that is newbie friendly would help. (yes, I know to look for personal intrest and I will-- among the projects listed) Language isn't all that important to me, I can learn from the code anyways.
Ideas for small projects that I can do that would be interesting would also be appreciated.
Offline
The general advice is to find an itch and scratch it, find something that you think needs improvement. I guess you could have a look over the bug tracker and see if there is anything in the feature requests that is in your range.
I need a sorted list of all random numbers, so that I can retrieve a suitable one later with a binary search instead of having to iterate through the generation process every time.
Offline
I think the most obvious place to start would be with the applications you like to use the most. Everything can be improved in some way or another.. you could help by checking for bugs and testing new versions, helping with documentation (or translating documentation if you know more than one language), or get into writing some code and submitting a patch.
You can also keep in mind that many of those applications and projects that seem 'too big' probably support plugins, extensions, etc. So start smaller. Try to create a plugin or extension for your favourite browser, text editor, or whatever else, that does something useful that other people might want.
Last edited by upsidaisium (2010-05-30 08:06:39)
I've seen young people waste their time reading books about sensitive vampires. It's kinda sad. But you say it's not the end of the world... Well, maybe it is!
Offline
I enjoy Pair Programming, give me a shout if you do, too.
My projects are at http://github.com/trapd00r
Offline
Pages: 1