I hereby claim:
- I am jasonleonhard on github.
- I am un5t0ppab13 (https://keybase.io/un5t0ppab13) on keybase.
- I have a public key ASBbOssyTeQTXXOfzXmp1vzWZpfuUB-Yh9uBN3RDxD2UpAo
To claim this, I am signing this object:
javascript: (function () { | |
// the css we are going to inject | |
var css = | |
"html {" + | |
" -webkit-filter: invert(100%);" + | |
" -moz-filter: invert(100%);" + | |
" -o-filter: invert(100%);" + | |
" -ms-filter: invert(100%);" + | |
"}", | |
head = document.getElementsByTagName("head")[0], |
I hereby claim:
To claim this, I am signing this object:
const lifeMachine = Machine({ | |
id: 'life', | |
initial: 'alive', | |
context: { | |
retries: 0 | |
}, | |
states: { | |
alive: { | |
on: { | |
KILL: 'dying' |
const lifeMachine = Machine({ | |
id: 'life', | |
initial: 'alive', | |
context: { | |
retries: 0 | |
}, | |
states: { | |
alive: { | |
on: { | |
KILL: 'dying' |
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"id": 3001, | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.675181990908, |
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"id": 3001, | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.675181990908, |