I hereby claim:
- I am thisandagain on github.
- I am thisandagain (https://keybase.io/thisandagain) on keybase.
- I have a public key whose fingerprint is F287 5050 6007 C5AF C2A1 4884 9866 8F77 BE20 50EE
To claim this, I am signing this object:
<!--<link rel="stylesheet" href="//code.cdn.mozilla.net/fonts/fira.css">--> | |
<button class="btn">Open My App</button> |
I hereby claim:
To claim this, I am signing this object:
/** | |
* Framework-less kerning support for browsers. | |
* | |
* @package kern | |
* @author Andrew Winterman <[email protected]> | |
* Andrew Sliwinski <[email protected]> | |
*/ | |
/** | |
* Export |
command-v
# Installation | |
https://github.com/kr/beanstalkd/archive/v1.9.tar.gz | |
tar xf v1.9 | |
cd beanstalkd-1.9 | |
sudo make install | |
screen -d -m beanstalkd | |
# Upstart setup | |
sudo wget https://raw.github.com/kr/beanstalkd/master/adm/upstart/beanstalkd.conf -O /etc/init/beanstalkd.conf |
{ | |
"head": { | |
"code": 200, | |
"status": "OK", | |
"url": "/health", | |
"method": "GET", | |
"stamp": "2013-03-07T18:21:26.569Z" | |
}, | |
"response": { | |
"uptime": 23, |
/** | |
* This function takes any words and splits them up into individual letters. | |
* | |
* @param {String} Input string | |
* | |
* @return {Array} | |
*/ | |
function tokenize (input) { | |
return input.split(''); | |
} |
ln -s /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl |
// Starting point | |
var array = [ | |
{ | |
id: 1, | |
title: 'Hello', | |
tools: [1,2,3] | |
}, | |
{ | |
id: 2, | |
title: 'World', |