I hereby claim:
- I am noevidenz on github.
- I am noevidenz (https://keybase.io/noevidenz) on keybase.
- I have a public key ASAtQAQKOc000SDoeAahGRs5_z1eR67oVqNLxyVfivLpSQo
To claim this, I am signing this object:
/** | |
* Reads your Wordle result from stdin and logs to stdout. | |
* | |
* Usage on macOS: `alias spoilerdle="pbpaste | node ~/bin/spoilerdle.js | pbcopy"` | |
*/ | |
const fs = require('fs') | |
const light = "⬜" | |
const dark = "⬛" |
I hereby claim:
To claim this, I am signing this object:
{"Doctor Who":"The Big Bang Theory","Facebook CEO":"this guy","Google Glass":"Virtual Boy","Homeland Security":"Homestar Runner","Trump":"Drumpf","allegedly":"kinda probably","an unknown number":"like hundreds","ancient":"haunted","at large":"very large","behind the headlines":"beyond the grave","candidate":"airbender","cautiously optimistic":"delusional","congressional leaders":"river spirits","could not be reached for comment":"is guilty and everyone knows it","debate":"dance-off","disrupt":"destroy","election":"eating contest","electric":"atomic","expands":"physically expands","facebook post":"poem","first-degree":"friggin' awful","front runner":"blade runner","gaffe":"magic spell","global":"spherical","horsepower":"tons of horsemeat","meeting":"ménage à trois","new study":"Tumblr post","no indication":"lots of signs","political correctness":"treating people with respect","politically correct":"respectful","poll":"psychic reading","rebuild":"avenge","remains to be seen":"will never be known","scientists":" |
{"Doctor Who":"The Big Bang Theory","Facebook CEO":"this guy","Google Glass":"Virtual Boy","Homeland Security":"Homestar Runner","Trump":"Drumpf","allegedly":"kinda probably","an unknown number":"like hundreds","ancient":"haunted","at large":"very large","behind the headlines":"beyond the grave","candidate":"airbender","car":"cat","cautiously optimistic":"delusional","congressional leaders":"river spirits","could not be reached for comment":"is guilty and everyone knows it","debate":"dance-off","disrupt":"destroy","drone":"dog","election":"eating contest","electric":"atomic","email":"poem","expands":"physically expands","facebook post":"poem","first-degree":"friggin' awful","front runner":"blade runner","gaffe":"magic spell","global":"spherical","horsepower":"tons of horsemeat","latest":"final","meeting":"ménage à trois","minutes":"years","new study":"Tumblr post","no indication":"lots of signs","political correctness":"treating people with respect","politically correct":"respectful","poll":"psychic reading", |
/* | |
| ------------------------------------------------------------------- | |
| Native Autoload - by Phil Sturgeon. New Version! | |
| ------------------------------------------------------------------- | |
| | |
| Nothing to do with config/autoload.php, this allows PHP autoload to work | |
| for base controllers and some third-party libraries. | |
| | |
| If using HMVC you do not need this! HMVC will autoload. | |
| |