- Name : Thom Blake
- Location : Oakland, CA
- Email : [email protected]
- Twitter : @thomblake
- GitHub : thomblake
- Url(s) : thomblake.me
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in `git ls-tree -r master --name-only`; do [[ -n $(git blame $i | grep 'TJ Koblentz') ]] && echo $i; git blame $i | grep 'TJ Koblentz'; done | less -S |
I hereby claim:
- I am thomblake on github.
- I am thomblake (https://keybase.io/thomblake) on keybase.
- I have a public key whose fingerprint is E766 FE1F 6C93 81E5 5B08 D875 4193 DABC 127E 7585
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git diff master | |
diff --git a/lib/ls.js b/lib/ls.js | |
index 842b612..194aae6 100644 | |
--- a/lib/ls.js | |
+++ b/lib/ls.js | |
@@ -63,6 +63,8 @@ function ls (args, silent, cb) { | |
} | |
console.log(out) | |
+ if (args.length && !data._found) process.exitCode = 1 |
[email protected]
Walnut Creek, CA 94578
203 710 5337
web: http://tamzinblake.com
git: http://github.com/tamzinblake
resume: http://tamzinblake.com/resume
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bits | odds | percent | |
---|---|---|---|
-16 | 1:65536 | 0.0015% | |
-15 | 1:32768 | 0.0031% | |
-14 | 1:16384 | 0.0061% | |
-13 | 1:8192 | 0.0122% | |
-12 | 1:4096 | 0.0244% | |
-11 | 1:2048 | 0.0488% | |
-10 | 1:1024 | 0.0976% | |
-9 | 1:512 | 0.1949% | |
-8 | 1:256 | 0.3891% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function arrayFunction () { | |
var f = function (p, v) { | |
if (arguments.length > 1) { | |
arguments.callee[p] = v | |
} | |
return arguments.callee[p] | |
} | |
for (var i = 0; i < arguments.length; i++) { | |
f[i] = arguments[i] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function bar (p) { return p } | |
function barcons () {} | |
barcons.prototype=bar | |
var c = new barcons | |
c(1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function foo (p, v) { | |
if (arguments.length > 1) { | |
arguments.callee[p] = v | |
} | |
return arguments.callee[p] | |
} | |
function arrayFunction (arr) { | |
for (var i = 0; i < arr.length; i++) { | |
this[i] = arr[i] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
info it worked if it ends with ok | |
verbose cli [ 'c:\\node\\bin\\node.exe', | |
verbose cli 'c:\\node\\npm\\cli.js', | |
verbose cli 'install', | |
verbose cli 'npm', | |
verbose cli '-gf' ] | |
info using [email protected] | |
info using [email protected] | |
verbose config file C:\Documents and Settings\Administrator\.npmrc | |
verbose config file c:\node\etc\npmrc |