Questions tagged [open-source]

QUESTIONS ABOUT LICENSING ARE OFF-TOPIC. You may ask questions about open source licensing on https://opensource.stackexchange.com. There are no good reasons to use this tag on Stack Overflow

Do not use this tag, it is being removed.

3575 questions
478
votes
150 answers

What are your favorite extension methods for C#? (codeplex.com/extensionoverflow)

Let's make a list of answers where you post your excellent and favorite extension methods. The requirement is that the full code must be posted and a example and an explanation on how to use it. Based on the high interest in this topic I have setup…
bovium
  • 2,869
  • 6
  • 25
  • 35
419
votes
10 answers

Open Source Alternatives to Reflector?

Just to ask if anyone knows of an open source alternative to RedGate's Reflector? I'm interested in checking out how a tool similar to Reflector actually works. Note, if you know of a free but not open source alternative to Reflector, you can…
Tangiest
  • 43,737
  • 24
  • 82
  • 113
353
votes
7 answers

Good Haskell source to read and learn from

What are some open source programs that use Haskell and can be considered to be good quality modern Haskell? The larger the code base, the better. I want to learn from their source code. I feel I'm past the point of learning from small code…
luispedro
  • 6,934
  • 4
  • 35
  • 45
237
votes
4 answers

What is the meaning of the /dist directory in open source projects?

Since I first saw a dist/ directory in many open source projects, usually on GitHub, I've been wondering what it means. With dist, vendor, lib, src, and many other folder names that we see quite often, I sometimes wonder how I should name my own…
Vadorequest
  • 16,593
  • 24
  • 118
  • 215
234
votes
7 answers

How do I contribute to other's code in GitHub?

I would like to contribute to a certain project in GitHub. Should I fork it? Branch it? What is recommended and how to do it?
wizztjh
  • 6,979
  • 6
  • 58
  • 92
165
votes
4 answers

Where to host an Open Source Project: CodePlex, Google Code, SourceForge?

I have been reading through the backlog of answered questions on SO regarding "How to promote an open source project". Not surprisingly, many of the answers pointed people to SoureForge/FreshMeat and other sites etc as well as blogging and whatnot.…
Chris Baxter
  • 16,083
  • 9
  • 51
  • 72
149
votes
7 answers

Good open source django project for learning

Can anyone suggest a good open source django project to learn django development.
Software Enthusiastic
  • 25,147
  • 16
  • 58
  • 68
133
votes
9 answers

Code signing certificate for open-source projects?

I want to publish one of my applications as open-source and want to digitally sign the binaries I've created with my own certificate. (Of course, anyone else can just download the code and build it themselves with their own certificate.) I want to…
Wim ten Brink
  • 25,901
  • 20
  • 83
  • 149
119
votes
6 answers

GPL and LGPL open source licensing restrictions

I am having trouble understanding the usage permissions of open source. I read somewhere that GPL or LGPL enforces that software that uses GPL software must also be released open-source. I want to create an application that uses some open-source…
rsinha
  • 2,167
  • 3
  • 18
  • 17
100
votes
10 answers

Open source PDF library for C/C++ application?

I want to be able to generate PDF output from my (native) C++ Windows application. Are there any free/open source libraries available to do this? I looked at the answers to this question, but they mostly relate to .Net.
ChrisN
  • 16,635
  • 9
  • 57
  • 81
96
votes
14 answers

Project management to go with GitHub

(EDIT: This question is now outdated for my particular issue, as Google Code supports git now and I've converted Protocol Buffers to Mercurial anyway. However, it's still of general interest, IMO.) My C# Protocol Buffers Port uses github for its…
Jon Skeet
  • 1,421,763
  • 867
  • 9,128
  • 9,194
89
votes
1 answer

GPL/LGPL and Static Linking

I have read on the web that following combination exists : Proprietary Source code + GPL Source code - > GPL Source code ( All code has to be released under GPL) Proprietary Source code + LGPL Source code - > Proprietary Source code ( All code…
Raulp
  • 7,758
  • 20
  • 93
  • 155
88
votes
12 answers

Sentiment analysis for Twitter in Python

I'm looking for an open source implementation, preferably in python, of Textual Sentiment Analysis (http://en.wikipedia.org/wiki/Sentiment_analysis). Is anyone familiar with such open source implementation I can use? I'm writing an application that…
Ran
  • 7,541
  • 12
  • 59
  • 72
85
votes
11 answers

Is java an open source programming language?

I know that Python, Ruby, Perl are all open source, but is Java really an open source programming language? I have been searching on Google too, but I didn't find a proper answer.
GuruKulki
  • 25,776
  • 50
  • 140
  • 201
82
votes
10 answers

Is C open source?

Does C (or any other low-level language, for that matter) even have source, or is the compiler the part that "does all the work", including parsing? If so, couldn't different compilers have different C dialects? Where does the stdlib factor into…
Hypercube
  • 1,181
  • 2
  • 10
  • 16
1
2 3
99 100