I hereby claim:
- I am cabadsanchez on github.
- I am cabad (https://keybase.io/cabad) on keybase.
- I have a public key ASBnxLT6t61wkAc_2VM5KnTchn4vCoh-ebbkd4X4PCwcxAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
function random_text( $type = 'alnum', $length = 8 ) | |
{ | |
switch ( $type ) { | |
case 'alnum': | |
$pool = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'; | |
break; | |
case 'alpha': | |
$pool = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'; | |
break; | |
case 'hexdec': |
diff -qr dir1 dir2 |
git commit -m "$(curl -s whatthecommit.com/index.txt)" |
sort <file> | uniq -c | sort -nr |
var page = require('webpage').create(), | |
system = require('system'), | |
address, output, size; | |
if (system.args.length < 3 || system.args.length > 5) { | |
console.log('Usage: rasterize.js URL filename [paperwidth*paperheight|paperformat] [zoom]'); | |
console.log(' paper (pdf output) examples: "5in*7.5in", "10cm*20cm", "A4", "Letter"'); | |
console.log(' image (png/jpg output) examples: "1920px" entire page, window width 1920px'); | |
console.log(' "800px*600px" window, clipped to 800x600'); | |
phantom.exit(1); |
{ | |
"tweet":{ | |
"properties":{ | |
"coordinates":{ | |
"properties":{ | |
"coordinates":{ | |
"type":"geo_point" | |
} | |
} | |
}, |