Skip to content

Instantly share code, notes, and snippets.

View jasonleonhard's full-sized avatar

jasonleonhard jasonleonhard

View GitHub Profile
@jasonleonhard
jasonleonhard / gist:301d277a8684c0a9f79d
Last active July 10, 2024 02:47
Invert colors in Chrome Browser (with DevTools JavaScript console)
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],

Keybase proof

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:

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'
This file has been truncated, but you can view the full file.
{
"type": "FeatureCollection",
"features": [
{
"id": 3001,
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-122.675181990908,
This file has been truncated, but you can view the full file.
{
"type": "FeatureCollection",
"features": [
{
"id": 3001,
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-122.675181990908,
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jasonleonhard
jasonleonhard / mapoverlaydata.json
Created June 17, 2018 21:40
temp place for json data to avoid too many lines being checked into git commit
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.