I hereby claim:
- I am meetar on github.
- I am meetar (https://keybase.io/meetar) on keybase.
- I have a public key ASDXh5vWVO1BePjrIelY7o699wbBjpG6EkK8cKt9pFPLeAo
To claim this, I am signing this object:
import string | |
import sys | |
import requests | |
import whois | |
from nltk import tokenize | |
BOOKFILE = sys.argv[1] | |
OUTPUTFILE = BOOKFILE + '.possible-domains.txt' |
I hereby claim:
To claim this, I am signing this object:
// load a file from a URL | |
function readTextFile(file, callback, errorback) { | |
var rawFile = new XMLHttpRequest(); | |
// only change this if you know you want to force a particular mime type and are having trouble | |
// rawFile.overrideMimeType("application/json"); | |
try { | |
rawFile.open("GET", file, true); | |
} catch (e) { | |
console.error("Error opening file:", e); | |
} |
##FREE AS IN MAPS
{ | |
"tests": { | |
"problem-1": { | |
"url": "https://raw.githubusercontent.com/tangrams/tangram/master/demos/scene.yaml", | |
"location": [51.50286581276559,-0.12119293212890626,14] | |
}, | |
"problem-2": { | |
"url": "https://raw.githubusercontent.com/tangrams/tangram-sandbox/gh-pages/styles/tron.yaml", | |
"location": [51.50286581276559,-0.12119293212890626,14] | |
}, |
{ | |
"tests": { | |
"world-1!": { | |
"url": "https://raw.githubusercontent.com/tangrams/tangram/master/demos/scene.yaml", | |
"location": [0,0,0] | |
}, | |
"cinnabar-1!": { | |
"url": "https://raw.githubusercontent.com/tangrams/cinnabar-style/gh-pages/cinnabar-style.yaml", | |
"location": [0,0,1] | |
}, |