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
55
votes
3 answers

VoIP library for Android

I need to integrate VoIP service in my Android application. Is there any free (best open source) library ? I need that the library at least allows voice call over internet and not necessarily internet to phone (like 2 Skype account).
enfix
  • 6,680
  • 12
  • 55
  • 80
53
votes
4 answers

Proposing feature requests to the R Core Team

What's the recommended way/workflow of contacting the R Core Team in order to propose feature requests? By "feature requests" I do not simply mean firing something like "I'd like to see functionality XY doing XY, so it'd be cool if you'd go ahead…
Rappster
  • 12,762
  • 7
  • 71
  • 120
53
votes
4 answers

What open-source QR Code Generator would you recommend?

I'm looking for a library to generate QR codes in .NET I've stumbled across a few paid ones, but very few free ones that look any good. Anyone have experience with a good free open-source library? Thanks
Micah
  • 111,873
  • 86
  • 233
  • 325
53
votes
5 answers

why "make" before "make install"

I know the process of installing from source are. ./configure make make install But why "make" before /etc/cups/cupsd.conf, why not just do "make install"? My understanding so far is "make" only compile the source into executable file, and "make…
aggressionexp
  • 690
  • 1
  • 5
  • 10
53
votes
7 answers

Open source Android libraries? Reusable Views, ViewGroups, Adapters etc?

Here's what I really want: a site collecting re-usable components for Android. I have found various small lists, the biggest being the Open Intents library list. Mark Murphy (hi, Mark) also lists the library projects he publishes. None of this is of…
jamesh
  • 19,863
  • 14
  • 56
  • 96
51
votes
9 answers

Best commandline time tracking application?

I'm looking for something that runs in a terminal and allows me to track time. I'd like it to be open source but that isn't necessary. Most time tracking apps I've found are either web or gui based and there for take longer to enter data then I'd…
Jared
  • 39,513
  • 29
  • 110
  • 145
50
votes
1 answer

Should I provide a LICENSE.txt or COPYING.txt file in my project?

Does it matter? Should I use one or the other? Or both, even? Can the license file be any name? (With any extension?) I'm sure there's a "best practices" guide that contains all this, but I'm not having any luck finding it.
Joe
  • 16,328
  • 12
  • 61
  • 75
50
votes
6 answers

List of Open Source projects that aid Android app development

A lot of open source libraries that aid in Android application development have sprung up with time. IMO looking at source code of good projects helps learn the system better, faster and not to mention reduces development time. Is there a…
Samuh
  • 36,316
  • 26
  • 109
  • 116
50
votes
2 answers

How to open-source an application that uses API keys

For a pet project, I develop a desktop application which requires API keys from several different webservices. I've been going through and preparing this application to become open-sourced and run across the problem of what to do with those…
callingshotgun
  • 763
  • 2
  • 8
  • 17
49
votes
8 answers

Are there any Open Source alternatives to Crystal Reports?

Are there any Open Source alternatives to Crystal Reports?
lamcro
  • 6,069
  • 18
  • 57
  • 70
48
votes
6 answers

What are some great online database modeling tools?

What's your favorite open source database design/modeling tool? I'm looking for one that supports several databases, especially Firebird SQL but I can't find one on Google.
Fredy
46
votes
6 answers

What open source C projects are worth studying for learning good design?

What small open source projects in C are interesting for learning good design? The project should be: Not too large (like the linux kernel) Well documented Perhaps still under active development I've just started learning C, and while the language…
Sander Versluys
  • 72,737
  • 23
  • 84
  • 91
46
votes
1 answer

ɵ (Theta-like) symbol in Angular 2+ source code

After a deep dive into an Angular 4.3.* source code I was bumping into ɵ symbol quite often. For example, in async pipe source we see the usage of ɵisPromise(_) and ɵisObservable(_) functions. So now I wonder why Angular team decided to use it? And…
Mike Kovetsky
  • 1,638
  • 1
  • 14
  • 24
46
votes
5 answers

Is there a free database or web service api for music information (albums, artists, tracks)?

I need to look up artist/album/track information for song titles. Is there a free database I could download or a open source web service/api I could use?
river
  • 519
  • 1
  • 4
  • 4
46
votes
1 answer

Where can I find some good examples of Android UI?

I'm quite new to the Android world, and, due to work needs, I'm trying to get in. Whilst I'm not particularly afraid of the "thinking" code (i.e. Java), I'm a bit confused when developing the user interface. Since I found that the simplest yet most…
Gian Segato
  • 2,359
  • 3
  • 29
  • 37