I hereby claim:
- I am nmcclain on github.
- I am ned (https://keybase.io/ned) on keybase.
- I have a public key whose fingerprint is 1F9A B33F 20C3 DDBA 08D1 0E6C FA80 6473 5FF0 0CD9
To claim this, I am signing this object:
| for (var id of window.__console.AppStore.instanceState.currentBlockStore.instanceState.value.content) { | |
| for (var entry of Array.from(window.__console.AppStore.instanceState.currentBlockStore.inMemoryRecordCache.cache)) { | |
| if (entry[0].startsWith(id)) { | |
| console.log(entry[1].value.value); | |
| } | |
| } | |
| } |
| // DANGER: Run this too frequently and you can lock out your Notion account. | |
| // Once a day should be sufficient for most use cases. | |
| // | |
| // npm i -D playwright | |
| // export NOTION_TOKEN=`node gettoken/gettoken.js` | |
| const { chromium } = require('playwright'); | |
| const user = 'XXXX'; | |
| const pass = 'YYYY'; |
| [ | |
| { | |
| "dst": "$raw", | |
| "src": [ | |
| "roads_annotated/*" | |
| ], | |
| "action": "data", | |
| "settings": { | |
| "classes_mapping": "default" | |
| } |
I hereby claim:
To claim this, I am signing this object:
| FROM ubuntu:12.04 | |
| RUN apt-get install -y software-properties-common | |
| RUN echo "deb http://packages.flapjack.io/deb precise main" >> /etc/apt/sources.list | |
| RUN apt-get update | |
| RUN apt-get install -y --force-yes flapjack | |
| RUN apt-get install -y wget curl vim git | |
| # customized flapjack config files | |
| ADD assets/flapjack_config.yaml /etc/flapjack/flapjack_config.yaml | |
| ADD assets/redis-flapjack.conf /opt/flapjack/embedded/etc/redis/redis-flapjack.conf |
| { | |
| "Statement":[ | |
| { | |
| "Action":[ | |
| "route53:ChangeResourceRecordSets", | |
| "route53:GetHostedZone", | |
| "route53:ListResourceRecordSets" | |
| ], | |
| "Effect":"Allow", | |
| "Resource":[ |
| #!/usr/bin/php | |
| <?php | |
| # crude script to update an AWS Route53 entry from cron | |
| $hostname = "homer"; | |
| $domain = "simpsons.org"; | |
| $ip = chop(`curl -s http://www.telize.com/ip`); | |
| $r53ip = chop(`cli53 rrlist $domain | grep $hostname | awk '{print $5}'`); |
| #!/usr/bin/python | |
| import socket | |
| import sys | |
| from optparse import OptionParser | |
| EXIT_OK = 0 | |
| EXIT_WARN = 1 | |
| EXIT_CRITICAL = 2 |
| # Twilio HTTP HAProxy Configuration | |
| # Version: 0.1 | |
| global | |
| daemon | |
| log 127.0.0.1 local0 info | |
| maxconn 60000 | |
| spread-checks 3 | |
| { | |
| "status":"OK", | |
| "EstNumber":"M278", | |
| "actions":[ | |
| {"action":"Food Safety Hazard", "quarter":"Q1 2012"}, | |
| {"action":"Unsanitary Conditions", "quarter":"Q1 2012"} | |
| ] | |
| } |