On 08/10/13 11:29, gramex wrote: > I am looking for a website that has freely-licensed JavaScript > examples. I don't mean a site that merely runs free JavaScript, I > mean one which has code examples to integrate into my own site.
I use https://developer.mozilla.org a lot, which has code snippets licensed under the X11 (MIT) license or under CC0: https://developer.mozilla.org/en-US/docs/Project:MDN/About#Copyrights_and_licenses There is also http://userscripts.org, which I believe has free GreaseMonkey scripts (GreaseMonkey is mostly the same as normal JavaScript programming). Andrew.
