Skip to content

Instantly share code, notes, and snippets.

View trevorhere's full-sized avatar
🎯
Focusing

Trevor trevorhere

🎯
Focusing
View GitHub Profile
@QuinnyPig
QuinnyPig / resignation.txt
Last active January 31, 2023 06:51
Templated resignation letter
Dear BOSS,
Please accept this letter as formal notification that I am resigning from my position as JOB TITLE with COMPANY. My last day will be DATE OF LAST DAY.
Thank you so much for the opportunity to work in this position for the past DURATION. I’ve greatly enjoyed and appreciated the opportunities I’ve had to WTF DID YOU DO, and I’ve learned many things, all of which I will take with me throughout my career.
During my last two weeks, I’ll do everything possible to wrap up my duties and train other team members. Please let me know if there’s anything else I can do to aid during the transition.
I wish COMPANY continued success, and I hope to stay in touch in the future.
Sincerely,
@trevorhere
trevorhere / gist_list.json
Last active March 16, 2025 22:24
Gist Blog List
[{
"name": "FUD Update",
"gist_id": "ac3800df179b78dbf73903f04805f4e7"
},{
"name": "Working With Dev Club Students",
"gist_id": "5e835eb1536b48bd7d432951845d2b71"
},{
"name": "Reading List",
"gist_id": "d46c45827d3c69cde0cd632eeef0851d"
},{
@ryanpcmcquen
ryanpcmcquen / darkify_slack.sh
Last active February 23, 2023 16:08
Darkify your Slack.
#!/bin/sh
# Darkify Slack on Mac OS or Linux.
# curl https://gist.githubusercontent.com/ryanpcmcquen/8a7ddc72460eca0dc1f2dc389674dde1/raw/darkify_slack.sh | sh
if [ "`uname -s`" = "Darwin" ]; then
SLACK_INTEROP_JS="/Applications/Slack.app/Contents/Resources/app.asar.unpacked/dist/ssb-interop.bundle.js"
else
SLACK_INTEROP_JS="/usr/lib/slack/resources/app.asar.unpacked/dist/ssb-interop.bundle.js"
fi