Skip to content

Instantly share code, notes, and snippets.

bigpapi:[~/aatemp/rastermaster-20.0.0-20190507.145636-42/lib/CMAP-1.5]$ head * | grep "Copyright " | more
head: Error reading META-INF
%%Copyright: Copyright 1990-1998 Adobe Systems Incorporated.
%%Copyright: Copyright 1990-1998 Adobe Systems Incorporated.
%%Copyright: Copyright 1990-2000 Adobe Systems Incorporated.
%%Copyright: Copyright 1990-1998 Adobe Systems Incorporated.
%%Copyright: Copyright 1990-1998 Adobe Systems Incorporated.
%%Copyright: Copyright 1990-1998 Adobe Systems Incorporated.
%%Copyright: Copyright 1990-1998 Adobe Systems Incorporated.
%%Copyright: Copyright 1990-1997 Adobe Systems Incorporated.
@grahams
grahams / .vimrc
Last active February 19, 2019 22:12
" .vimrc
" Originally Jon Parise ([email protected])
" Modified by Sean Graham ([email protected])
" set encoding=utf-8
if file_readable(expand("~/.vimrc_local"))
source ~/.vimrc_local
endif
@grahams
grahams / spring-2019.md
Last active March 4, 2019 19:06
2019 Red Sox Spring Training Broadcast Schedule
DATE OPPONENT TIME TV Radio
2/22 Northeastern 1:05pm FOX/NESN
2/23 Yankees 1:05pm NESN+ WEEI 93.7
2/24 Twins 1:05pm NESN WEEI 850
2/25 @Pirates 1:05pm WEEI 850
2/26 @Blue Jays 1:07pm WEEI 850
2/27 @Rays (SS) 1:05pm WEEI 850?
2/27 Orioles (SS) 1:05pm WEEI 850?
2/28 Natinals 1:05pm FOX/NESN WEEI 850
@grahams
grahams / btt-itunes-play-pause-cover.json
Created August 23, 2018 02:06
BetterTouchTool iTunes Track, Cover, Play, Pause
{
"BTTWidgetName" : "iTunes Track, Cover, Play, Pause",
"BTTTriggerType" : 639,
"BTTTriggerTypeDescription" : "Apple Script Widget",
"BTTTriggerClass" : "BTTTriggerTypeTouchBar",
"BTTPredefinedActionType" : 248,
"BTTPredefinedActionName" : "Trigger Named Trigger (Configured in Other Tab)",
"BTTNamedTriggerToTrigger" : "Play\/Pause iTunes",
"BTTScriptType" : "AppleScript",
"BTTEnabled2" : 1,
@grahams
grahams / 2018-spring.md
Last active February 23, 2018 15:52
2018 Red Sox Spring Training Broadcast Schedule
DATE OPPONENT TIME TV Radio
2/22 Northeastern 1:05PM FOX/NESN
2/22 Boston College 1:05PM FOX/NESN
2/23 Minnesota 1:05PM 850AM
2/24 Tampa Bay 1:05PM NESN/MLBN 850AM
2/25 Baltimore 1:05PM NESN 93.7FM
2/26 @Pittsburgh 1:05PM 850AM
2/27 St. Louis 1:05PM 850AM
2/27 @Minnesota 6:05PM NESNPLUS AWAY
unbind C-b
set -g prefix C-a
bind -r a send-prefix
bind C-a last-window
if-shell 'test "$(uname -s)" = Darwin' 'set-option -g default-command "exec reattach-to-user-namespace -l bash"'
# Set reload key to r
bind r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded"
@grahams
grahams / 2017-spring.md
Last active February 23, 2017 16:49
2017 Red Sox Spring Training Broadcast Schedule - Provide updates in comments

2017 Red Sox Spring Training Broadcast Schedule

DATE OPPONENT TIME TV Radio
2/23 Northeastern 1:05PM
2/24 Mets 1:05PM WEEI 850AM
2/25 Minnesota 1:05PM NESN/MLBN WEEI 850AM
2/26 @Tampa Bay 1:05PM NESN WEEI 850AM
2/27 St. Louis 1:05PM WEEI 850AM
2/28 Yankees 1:05PM WEEI 850AM
#!/usr/bin/env python3
import sys
import os
import subprocess
from datetime import date
import random
import string
import pathlib