Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

34
votes
10answers
6k views

Open Source: Why not release into Public Domain?

I have recently been wondering why so little code is ever released as 'Public Domain'. MIT and BSD licenses are becoming extremely popular and practically only have the restriction of license ...
6
votes
4answers
5k views

Simple encryption implementation in C

I've used a nice public domain C++ DES implementation before, but now I need some simple, basic, fast cryptography for an embedded system. It doesn't need to be unbreakable, but it does need to ...
3
votes
3answers
179 views

Is there any resource for public domain images for use in a GUI?

I'm looking for some public domain images to use for buttons, progress bars, and other common GUI components. I can't find any with Google and a Creative Commons search only returns screenshots of ...
3
votes
8answers
1k views

Does there exist a publicly accessible parsable Country/Country Code list?

I find that I always find it useful to have a list of all Countries and their country codes. If someone provided it in multiple formats (eg: SQL, DDL, Xml, CSV, JSON, YAML...). I've found sites that ...
2
votes
4answers
245 views

What very specific problems are dozens of programmers solving over and over again around the world?

I'm working on a web based medical billing code search engine for my software start-up that will let users search for ICD-9 (and related ICD-10, clinical codes) medical codes used in medical diagnoses ...
1
vote
0answers
178 views

Non-free (as in beer) Kindle public domain books [closed]

The amazon Kindle store has many public domain books that are free-as-in-beer ($0.0) such as Treasure Island. Why are some public domain works not free-as-in-beer (about $1 or $2) such as Shakespeare ...
1
vote
3answers
105 views

Is it possible to recopyright software I made and released in Public Domain?

Let's say I have made open-source software and released this in the Public Domain. Two days later I want to copyright it again, because I was drunk when I released it (no I wasn't) :) The problem ...
1
vote
2answers
106 views

C++ code/files dump

I have gathered a collection of various templates, small utility classes, some obscure domain specific snippets of C++ and python written by me. was wondering if there is a public domain or open ...
1
vote
1answer
56 views

Interesting data for demos

For presentations/demo's of programming tools and languages, I find that the more interesting the data the better reception the presentation/demo gets. The reverse is proven by how boring the ...
0
votes
0answers
22 views

Online Petition - Can I ask for Signatories' Postal Addresses …?

I'm building a site to collect signatures for a petition protesting about the cuts to the health service here in the UK, specifically relating to childrens' medicine. The paper version asks for name, ...
0
votes
3answers
56 views

Can I get a reference to a public domain share-this javascript snippet?

I'm looking for a javascript/css snippet which generates a share-this button, and takes an argument as the URL to share. Is there one available? I'd rather use something I can host myself, but it's ...
0
votes
3answers
143 views

Programming languages in the public domain

Is there any programming language in the public domain? That is, programming languages without any license (GPL, BSD, whatever). Since source code can be either compiler or interpreted, a better ...
0
votes
1answer
106 views

New gmail overloaded checkbox - does a gnu version exist?

Hi In the new version of GMail I have seen a checkbox with a dropdown to select all/none/read/unread/starred/un-starred Could such a thing be used on my site without getting hit with some look and ...