I hereby claim:
- I am github on github.
- I am bilalbudhani (https://keybase.io/bilalbudhani) on keybase.
- I have a public key whose fingerprint is E794 7BD0 243A EBEA 4128 EE83 9D40 47F2 038D C099
To claim this, I am signing this object:
require 'openssl' | |
require 'uri' | |
require 'net/http' | |
def urlbox(url, options={}, format='png') | |
urlbox_apikey = '' | |
urlbox_secret = '' | |
query = { | |
:url => url, # required - the url you want to screenshot |
test.hostmatic.site { | |
gzip | |
root /var/www/ | |
log /var/www/access.log | |
errors /var/www/errors.log | |
} |
const initialState = { | |
mute: true, | |
inProgress: true, | |
.../// | |
} | |
const initialState = { | |
controls: { | |
mute: true, |
{ | |
"extends": [ | |
"airbnb", | |
"prettier", | |
"prettier/react" | |
], | |
"parser": "babel-eslint", | |
"parserOptions": { | |
"ecmaVersion": 8, | |
"ecmaFeatures": { |
handleDrop = files => { | |
// Push all the axios request promise into a single array | |
const uploaders = files.map(file => { | |
// Initial FormData | |
const formData = new FormData(); | |
formData.append("file", file); | |
formData.append("tags", `codeinfuse, medium, gist`); | |
formData.append("upload_preset", "pvhilzh7"); // Replace the preset name with your own | |
formData.append("api_key", "1234567"); // Replace API key with your own Cloudinary key | |
formData.append("timestamp", (Date.now() / 1000) | 0); |
$ preact watch | |
> Development server started at http://localhost:8080 | |
/usr/local/lib/~/preact-cli/lib/lib/entry.js | |
Module not found: Error: Can't resolve 'preact/devtools' in '/usr/local/lib/node_modules/preact-cli/lib/lib' | |
resolve 'preact/devtools' in '/usr/local/lib/node_modules/preact-cli/lib/lib' | |
Parsed request is a module | |
using description file: /usr/local/lib/node_modules/preact-cli/package.json (relative path: ./lib/lib) | |
Field 'browser' doesn't contain a valid alias configuration | |
after using description file: /usr/local/lib/node_modules/preact-cli/package.json (relative path: ./lib/lib) | |
resolve as module |
setInterval(function () { | |
window.scrollTo(0,document.body.scrollHeight); | |
$('.not-following button.user-actions-follow-button').click(); | |
}, 1000) |
org.gradle.parallel=true | |
org.gradle.daemon=true | |
org.gradle.jvmargs=-Xms512m -Xmx1024m |
I hereby claim:
To claim this, I am signing this object:
pm ERR! System Darwin 13.1.0 | |
npm ERR! command "/usr/local/Cellar/node/0.10.26/bin/node" "/usr/local/bin/npm" "install" "--dev" | |
npm ERR! cwd /Users/bilalbudhani/work/angular-semantic | |
npm ERR! node -v v0.10.26 | |
npm ERR! npm -v 1.4.3 | |
npm ERR! path /Users/bilalbudhani/work/angular-semantic/node_modules/karma-jasmine/node_modules/karma/node_modules/minimatch/node_modules/sigmund/node_modules/tap/node_modules/difflet/node_modules/tap/lib/tap-assert.js | |
npm ERR! fstream_path /Users/bilalbudhani/work/angular-semantic/node_modules/karma-jasmine/node_modules/karma/node_modules/minimatch/node_modules/sigmund/node_modules/tap/node_modules/difflet/node_modules/tap/lib/tap-assert.js | |
npm ERR! fstream_type File | |
npm ERR! fstream_class FileWriter | |
npm ERR! code ENOENT |