Skip to content

Instantly share code, notes, and snippets.

View noevidenz's full-sized avatar

Kyle Murphy noevidenz

  • Melbourne, Australia
View GitHub Profile
@noevidenz
noevidenz / spoilerdle.js
Last active November 24, 2022 23:11
A quick script to add Discord spoiler tags around your Wordle result for the day.
/**
* 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 = "⬛"

Keybase proof

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:

{"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",
@noevidenz
noevidenz / gist:10793519
Created April 16, 2014 00:42
Native Autoload - by Phil Sturgeon.
/*
| -------------------------------------------------------------------
| 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.
|