Skip to content

Instantly share code, notes, and snippets.

View jonowar's full-sized avatar

Jono Warren jonowar

  • San Francisco, CA
View GitHub Profile
@jonowar
jonowar / events.json
Created March 20, 2023 18:28
Sparkpost Webhook Events Documentation
{
"message_event": {
"events": {
"bounce": {
"event": {
"amp_enabled": {
"description": "Indicates whether or not amp format was enabled",
"sampleValue": true
},
"bounce_class": {
@jonowar
jonowar / .tmux.conf
Created October 8, 2019 05:56
My .tmux.conf
# reload config file (change file location to your the tmux.conf you want to use)
bind r source-file ~/.tmux.conf
# split panes using | and -
bind | split-window -h
bind - split-window -v
unbind '"'
unbind %
# switch panes using Alt-arrow without prefix

Keybase proof

I hereby claim:

  • I am jonowar on github.
  • I am jonowar (https://keybase.io/jonowar) on keybase.
  • I have a public key ASCoCE5rxRHHwph45UCqd5x7GbUsu-YVVic9ScdUH6Y0cgo

To claim this, I am signing this object:

@jonowar
jonowar / treat.md
Last active September 1, 2017 04:49
Treat Clubhouse Sublet Details

Living on Treat Ave.

When

October 1

Cost

Asking $1300/month, NOT including utilities

Location

714 Treat Ave, on the corner of 20th St and Treat Ave,

#!/usr/bin/env bash -e
FROM=$1
TO=$2
if [ "$#" -ne 2 ]
then
echo "Usage: git refactor word_to_find word_to_replace"
exit 1
fi
@jonowar
jonowar / pagewatch.py
Created February 27, 2016 02:13
Quickie little script to watch a webpage for changes (when Beach House tix go on sale)
#!/usr/bin/python
"""pagetracker.py: Looks at a webpage and creates an OSX notification if a pattern is not found on the page.
Requirements:
pip install requests
pip install beautifulsoup4
pip install pync
Try running it like this: