Skip to content

Instantly share code, notes, and snippets.

@wancw
Forked from jed/LICENSE.txt
Created August 15, 2012 05:57
Show Gist options
  • Save wancw/3356677 to your computer and use it in GitHub Desktop.
Save wancw/3356677 to your computer and use it in GitHub Desktop.
generate random UUIDs
function(){
/* Rules: // make sure
(1) anonymous function // to annotate
(2) optionally self-executing // your code
(3) <140 bytes // so everyone
(4) no global vars // can learn
(5) MIT license // from it!
(6) good luck!
*/}
function(){/*Rules: (1) anonymous function (2) optionally self-executing (3) <140 bytes (4) no global vars (5) MIT license (6) good luck!*/}
{
"name": "sample",
"keywords": [ "sample", "original" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment