I hereby claim:
- I am jasisk on github.
- I am jeancharles (https://keybase.io/jeancharles) on keybase.
- I have a public key whose fingerprint is 9C37 5803 C5A0 CAE8 019F F121 3CE8 4446 6CD1 B083
To claim this, I am signing this object:
| javascript:(function(){var Q2 = Question;Question = function(){Q2.apply(this,arguments);var a = arguments[3];setTimeout(function(){qdoc.getElementsByName("answer")[0].value = a;setTimeout(checkAnswer,100);},100);};alert("CHEATER!");})(); |
| (function(){ | |
| if (typeof window.console === 'undefined'){ | |
| //Load Firebug Lite | |
| var firebug_Script = document.createElement('script'); | |
| firebug_Script.setAttribute('src','https://getfirebug.com/firebug-lite.js#startOpened'); | |
| document.body.appendChild(firebug_Script); | |
| var tI = setInterval(function(){ | |
| if(typeof window.console !== 'undefined'){ | |
| console.info('Firebug Lite attached.'); | |
| clearInterval(tI); |
| javascript:(function(){var a=document.getElementsByTagName('img'),i=a.length;while(b=a[--i]){b.setAttribute('src','http://placekitten.com/'+b.width+'/'+b.height);}})(); |
| curl http://nodejs.org/dist/node-v0.4.9.tar.gz | tar xz | |
| cd node-v0.4.9/ | |
| ./configure --prefix=~/local | |
| mkdir ~/local | |
| echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc | |
| . ~/.bashrc | |
| make install | |
| curl http://npmjs.org/install.sh | sh | |
| npm-g install stylus |
| javascript:(function(){var a=document.getElementsByTagName('img'),i=a.length;while(b=a[--i]){b.setAttribute('src','http://placekitten.com/'+b.width+'/'+b.height);}}()); |
I hereby claim:
To claim this, I am signing this object:
| [ | |
| { | |
| "angel": { | |
| "Name": "Angel", | |
| "Facebook": null, | |
| "Skype": [ | |
| "(angel)", | |
| "(A)", | |
| "(a)" | |
| ] |
| (function () { | |
| function replaceText(msg, replaceWith) { | |
| emoji.init_colons(); | |
| msg = emoji.replace_emoticons_with_colons(msg); | |
| return msg.replace(emoji.rx_colons, function (colonEmoji) { | |
| var emojiKey = colonEmoji.substr(1, colonEmoji.length-2); | |
| var replacement = emoji.map.colons[emojiKey]; | |
| return replacement ? replaceWith : colonEmoji; | |
| }); | |
| } |
| --- /usr/libexec/SmartCardServices/drivers/ifd-ccid.bundle/Contents/Info.plist 2014-10-23 21:30:20.000000000 -0400 | |
| +++ /usr/libexec/SmartCardServices/drivers/ifd-ccid.bundle/Contents/Info.plist_updated 2014-10-23 21:28:46.000000000 -0400 | |
| @@ -327,6 +327,8 @@ | |
| <string>0x0416</string> | |
| <string>0x1050</string> | |
| <string>0x1050</string> | |
| + <string>0x1050</string> | |
| + <string>0x1050</string> | |
| <string>0x072F</string> | |
| <string>0x09C3</string> |
| [HttpInput] | |
| url = "http://localhost:8000" | |
| ticker_interval = 2 | |
| success_severity = 6 | |
| error_severity = 1 | |
| decoder = "KappaStatusDecoder" | |
| [KappaStatusDecoder] | |
| type = "SandboxDecoder" | |
| script_type = "lua" |