I hereby claim:
- I am macteo on github.
- I am macteo (https://keybase.io/macteo) on keybase.
- I have a public key ASAkq8lIePpI-kKfcPDyOoGxmWwYD-kePJD2_VdgC8XACgo
To claim this, I am signing this object:
curl -LO https://imgur.com/fN4PuMO.jpg | |
curl -LO https://imgur.com/FE8Z4bH.jpg | |
curl -LO https://imgur.com/fCx3AHB.jpg | |
curl -LO https://imgur.com/c1GbqLV.jpg | |
curl -LO https://imgur.com/u7yWTah.jpg | |
curl -LO https://imgur.com/8QPAzJo.jpg | |
curl -LO https://imgur.com/9U56j23.jpg | |
curl -LO https://imgur.com/LOb7U8Z.jpg | |
curl -LO https://imgur.com/ega8OYy.jpg | |
curl -LO https://imgur.com/dwmfIAd.jpg |
/* Mozilla based browsers */ | |
::-moz-selection { | |
background-color: #0D0; | |
color: #000; | |
} | |
/* Works in Safari */ | |
::selection { | |
background-color: #0D0; | |
color: #000; |
for contact in contacts where contact.emailAddress == emailAddress { | |
completion(contact) | |
} | |
completion(nil) |
const WS = require('ws') | |
const _ = require('lodash') | |
const async = require('async') | |
const fs = require('fs') | |
const moment = require('moment') | |
const pair = process.argv[2] | |
const conf = { | |
wshost: "wss://api.bitfinex.com/ws/2" |
.ui-jqgrid tr.jqgrow td { | |
white-space: normal !important; | |
} | |
#content { | |
width: 1280px !important; | |
height: 100%; | |
} | |
div.innercontent { |
I hereby claim:
To claim this, I am signing this object:
Verifying my Blockstack ID is secured with the address 14oKnY33bJ4warDuhSQTR49t8cLUWo7bqo https://explorer.blockstack.org/address/14oKnY33bJ4warDuhSQTR49t8cLUWo7bqo |
#!/bin/bash | |
brew update | |
brew upgrade | |
brew cleanup | |
gem update | |
gem cleanup |
Gist from [here](http://stackoverflow.com/questions/19270108/therubyracer-error-error-while-executing-gem-nomethoderror-undefined-meth) | |
git clone https://github.com/cowboyd/libv8.git | |
cd libv8 | |
bundle install | |
bundle exec rake checkout | |
bundle exec rake compile | |
bundle exec rake build | |
gem install ./pkg/libv8-3.16.14.3.gem | |