Skip to content

Instantly share code, notes, and snippets.

View kemitchell's full-sized avatar

Kyle E. Mitchell kemitchell

View GitHub Profile
@kemitchell
kemitchell / survey.txt
Created May 8, 2015 07:50
update npm package license survey
74877
56773 MIT
9716 ISC
3114 BSD
1527 BSD-2-Clause
824 Apache-2.0
737 Apache 2.0
408 BSD-3-Clause
366 WTFPL
344 GPL
@kemitchell
kemitchell / rubygems-license-frequencies.txt
Last active August 29, 2015 14:20
Frequency chart of RubyGems "licenses" metadata strings a of 2015-05-09
Frequency chart of RubyGems "licenses" metadata strings a of 2015-05-09.
34949 None
33837 MIT
727 Apache 2.0
521 BSD
265 Apache-2.0
234 Apache License (2.0)
213 GPL
197 GPLv3
@kemitchell
kemitchell / gems-without-license-metadata.txt
Created May 10, 2015 18:32
RubyGems without "licenses" GemSpec license metadata as of 2015-05-10
_
-
0xffffff
12_hour_time
189seg
24games
2DArray
2Performant
360_services
4info

% Terms for Private Placement of Series Next Preferred Stock of {corporation name}

{date}

The following is a summary of the principal terms with respect to the proposed Series Next Preferred Stock financing of {corporation name}, a Delaware corporation (the "Company"). Except for the section entitled "Binding Terms," this summary of terms does not constitute a legally binding obligation. The parties intend to enter into a legally binding obligation only pursuant to definitive agreements to be negotiated and executed by the parties.

Securities to Issue

Shares of Series Next Preferred Stock of the Company (the "Series Next").

% Series Next Documents

The Series Next Documents are a standardized set of legal documents that can be quickly and easily deployed for a seed investment round.

Series Next is a continuation of the Series Seed Documents, which were first released by Ted Wang from Fenwick & West LLP in 2010.

License

To the extent possible under law, contributors have waived all copyright and related or neighboring rights to the Series Next Documents per the Creative Commons CC0 1.0 Universal Public Domain Dedication.

Keybase proof

I hereby claim:

  • I am kemitchell on github.
  • I am kemitchell (https://keybase.io/kemitchell) on keybase.
  • I have a public key whose fingerprint is 4866 DED9 D6E8 FA79 5EA5 BB5C CBBF 167E 84DF DD08

To claim this, I am signing this object:

At the command line:

$ npm install --global lispy-json
$ lispy-json < example.json
{ "glossary": {
    "title": "example glossary",
    "GlossDiv": {
      "title": "S",
 "GlossList": {

At the command line:

$ npm install --global lispy-json
$ lispy-json < example.json
{ "glossary": {
    "title": "example glossary",
    "GlossDiv": {
      "title": "S",
 "GlossList": {
Package [email protected] has no license metadata.
Package [email protected] has deprecated license metadata.
Package [email protected] has deprecated license metadata.
Package [email protected] has no license metadata.
Package [email protected] has deprecated license metadata.
Package benchmark-uuid@undefined has no license metadata.
Package [email protected] has no license metadata.
Package [email protected] has deprecated license metadata.
Package [email protected] has invalid license metadata {"type":"MIT","url":"https://github.com/jonschlinkert/is-absolute/blob/master/LICENSE"}.
Package [email protected] has deprecated license metadata.
function fibonacci(n) {;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;if(n <= 2) {;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;return 1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;} else {;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;return fibonacci(n - 1) + fibonacci(n - 2);;;;;;;;;;;;;;;;;;;;;;;;;;
;;};;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
};;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
console.log('The 6th Fibonacci number is ' + fibonacci(6));;;;;;;;;;;;;;