Skip to content

Instantly share code, notes, and snippets.

View bricejlin's full-sized avatar

bleezi bricejlin

  • New York
View GitHub Profile
age = 979_000_000 / (60 * 60 * 24 * 365.0)
puts "%.2f" % age
@bricejlin
bricejlin / mutliSum.js
Created September 3, 2015 01:11
multidimensional arr sum
var multiArr = [[3,4],[4,1],[1,1]];
var sum = multiArr.map(function (arr) {
return arr.reduce(add, 0);
}).reduce(add, 0);
function add (a, b) {
return a + b;
}

Keybase proof

I hereby claim:

  • I am bricejlin on github.
  • I am bricelin (https://keybase.io/bricelin) on keybase.
  • I have a public key whose fingerprint is 86E0 79D3 CC35 BBCC E86E 1BCA 24DA 2552 3448 07FF

To claim this, I am signing this object: