Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

135
votes
10answers
21k views

How to get involved in an open source project

What's the best way to get involved in an open source project? There are several projects I'd be interested in, and others I'd be happy to look into if just to keep my skills sharp in languages I ...
15
votes
7answers
632 views

How can I contribute to an open-source project?

I am a budding python developer, and although Im not bad, there are alot better programmers out there. For a long time I have wanted to improve my programming and 'real world' skills by contributing ...
13
votes
9answers
1k views

How to contribute code back to an Open Source project?

If you're following an Open Source project and would like to contribute code changes, what will you need to do?
10
votes
2answers
217 views

How can I contribute to base R in small ways?

Occasionally I see small ways I could improve either R (recently the IQR command) and R documentation (just this week perhaps elaborating differences among and better interconnecting aggregate, ...
8
votes
5answers
1k views

Is there anywhere that lists open source projects looking for contributors?

I'd be interested in contributing to an open source project, but don't have a clue where I could find a project thats looking for people. Is there a site that lists open ones and what they're looking ...
5
votes
3answers
80 views

Do I need to re-make and re-install couchdb everytime I want to test a change to the source?

I am trying to contribute more with couchdb code, but I have really no idea how it is done the right way. I have cloned the source from apache git repository and built it with ./configure make ...
5
votes
2answers
334 views

How do I contribute to the Android project on supporting/rendering non-English language?

I have just started with Android development and bought a handset(HTC Hero) for test and usage purposes. The sad part is that it doesn't display one of the scripts (Devanagari to be precise). Hence, I ...
5
votes
1answer
262 views

Open Source Sponsorship Schemes? (GSoC-like)

All of us know meanwhile about Google's Summer of Code, however I was wondering: are there any other/similar sponsorship schemes for open source software? Something that would allow for partial ...
3
votes
5answers
153 views

How to get a foot into GNU developing?

I would like to start to contribute in some GNU software projects. Since some weeks I fancy with a specific project but I don't know how and when to start. I have the feel that you have to be firm ...
3
votes
6answers
221 views

What projects do you wish you could contribute to?

In my day to day activities I often find myself wishing I could go into the source code of something and change it so that it was more intuitive or to add a feature which would be easy to implement, ...
3
votes
7answers
434 views

Is there any opensource software (desktop or web-based) similar to Macromedia Contribute?

I'd like to be able to edit some static pages using a WYSIWYG editor, such as FCKEditor or TinyMCE. I was wondering if there's any software which can scan a list of webpages in a folder, and then ...
2
votes
1answer
29 views

Should I send patch against 2-3-stable or master

I am trying to find a way to contribute back to rails. I was thinking I should validate if this patch https://rails.lighthouseapp.com/projects/8994/tickets/4154-expires_now-broken works or not. I was ...
2
votes
3answers
386 views

Open source Ruby projects - Where to begin?

I am fairly new to the programming world (about a year) and have done some development in Rails, Ruby, JavaScript in past one year. Over this period I've found out that it "really" gives me joy to ...
2
votes
3answers
104 views

Contributing to SubSonic

I've made some modifications to SubSonic 3.0 in order to allow it to run on .Net Compact Framework 3.5, as well as use more complex entity-table mapping and entity tracking (so it's more like ...
1
vote
1answer
214 views

End user editing of ASP.Net MVC view content with a tool like Adobe Contribute

I have an MVC site that I would like to allow the owners to edit the content of the views in the style Adobe Contribute allows for traditional WebForms sites. Obviously due to the nature of routing in ...
0
votes
1answer
18 views

How can I search open source projects for specific technologies?

I would like to get: A list of open source repositories along with How to search each repository for specific technologies (ASP, .NET, Java, JavaScript, etc) For instance, what's the link/process ...
0
votes
1answer
224 views

PHP - Contribute: Getting Started? [closed]

I a seasoned php user with a decent amount of C/C++ experience. I was looking at some of the bug list and could certainly fix some ! However I cannot find a easy to use guide/getting-started section ...
0
votes
2answers
216 views

Cheap alternative to contribute?

I've recently finished creating a website for a client and this is the first freelance work I have taken away from my normal job as a web developer for the University I go to. We make websites for ...
0
votes
2answers
104 views

technical manual editing/publishing/collaboration online

we have multiple software products, each with a manual in 6 languages. we need to collaborate with users who want to contribute/edit the manuals. we'd like to have a very user friendly presentation ...
0
votes
2answers
460 views

Contribute CS5 adding tags and styles when rendering templates

I have several templates that have been created with Adobe Dreamweaver CS5. If I create pages based on those templates via Dreamweaver, they render perfectly. They also rendered perfectly in pages ...
0
votes
6answers
99 views

Looking for ways to prevent users from contributing tasteless content

For my upcoming social network site, I would like to stop participants from contributing tasteless content (text, pictures, videos, audio). I am devising a mechanism of moderation but I believe soon ...
0
votes
1answer
369 views

how to start with blender coding?

Hey guys, i am very new to blender but i am very interested in not just using blender but also working on some projects on blender. i am a B.tech student, i am very good i c programming, knows python ...
0
votes
1answer
136 views

Using Ant how can I verify that ant-contrib.jar is avaiable in the ant lib before doing a build?

Ant-Contrib is required for some parts of the build.xml so we first want to check if ant has the jar for it in its directory, and download and unpack it to the right directory if its not. Any ...
0
votes
2answers
78 views

Are there any recent PHP Manuals, the CHMs with the user-contributed notes out there?

Are there any recent PHP Manuals, the CHMs with the user-contributed notes out there? The PHP guys seem to have 'dropped support' for them. Are some of them lurking around the PHP website itself, ...