| DATE | OPPONENT | TIME | TV | Radio |
|---|---|---|---|---|
| 02/24 | Huskies | 01:05 PM | NESN | |
| 02/25 | @Braves | 01:05 PM | NESN | WEEI |
| 02/26 | Rays | 01:05 PM | NESN | WEEI 93.7 |
| 02/27 | Twins | 01:05 PM | NESN | WEEI |
| 02/28 | @Marlins | 06:40 PM | NESN+ | WEEI |
| 03/01 | @Astros | 01:05 PM | WEEI 850 | |
| 03/02 | Phillies | 12:05 PM | ESPN | WEEI 850 |
| 03/03 | @Twins | 01:05 PM | WEEI 850 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import sqlite3 | |
| from urllib.parse import unquote | |
| from urllib.parse import parse_qs | |
| dbPath = "./com.plexapp.plugins.library.db" | |
| conn = sqlite3.connect(dbPath) | |
| c = conn.cursor() | |
| c2 = conn.cursor() | |
| doviTitles = c.execute('''SELECT metadata_items.title, media_items.id, media_streams.extra_data FROM media_items |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| unbind C-b | |
| set -g prefix C-a | |
| bind -r a send-prefix | |
| bind C-a last-window | |
| # https://gist.github.com/admackin/4507371 | |
| # fix ssh agent when tmux is detached | |
| # See .ssh/rc for socket linking | |
| set -g update-environment -r | |
| set-environment -g SSH_AUTH_SOCK $HOME/.ssh/agent.sock |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| OUTPUTNAME=out.mkv | |
| if [ $# -eq 2 ]; then | |
| OUTPUTNAME=$2 | |
| fi | |
| ffmpeg -i "$1" -c copy "$OUTPUTNAME" |
| DATE | OPPONENT | TIME | TV | Radio |
|---|---|---|---|---|
| 3/17 | Minnesota | 1:05PM | NESN | WEEI 850 AM |
| 3/18 | Tampa Bay | 1:05PM | NESN | WEEI 850 AM |
| 3/19 | @Tampa Bay | 1:05PM | NESN | WEEI 93.7 FM |
| 3/20 | Baltimore | 1:05PM | NESN | WEEI 93.7 FM |
| 3/21 | Atlanta | 1:05PM | WEEI 93.7 FM | |
| 3/22 | @Tampa Bay | 1:05PM | BSSUN | WEEI 850 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Fix agent forwarding | |
| # https://gist.github.com/martijnvermaat/8070533 | |
| # http://techblog.appnexus.com/2011/managing-ssh-sockets-in-gnu-screen/ | |
| # See .ssh/rc for socket linking | |
| unsetenv SSH_AUTH_SOCK | |
| setenv SSH_AUTH_SOCK $HOME/.ssh/ssh_auth_sock.$HOSTNAME |
By Christopher Walken
Do you enjoy eating hot dogs? I hope you won't be put off by my frankness when I tell you that I absolutely love them. In fact, I enjoy no food item more than a freshly-boiled hot dog. Now, I've done a lot of movies, and it's true that I've worked with quite a few celebrities who did not share this opinion. I'm sorry to say that these people have always angered me.
There are two types of people in this world: those who eat hot dogs whenever it is possible to do so, and those who opt to do other things with their free time.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| import asyncio | |
| from dataclasses import dataclass | |
| from pathlib import Path | |
| from os.path import expanduser | |
| @dataclass | |
| class Track: | |
| title: str |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| import sqlite3 | |
| # /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-in Support/Databases | |
| dbPath = "./com.plexapp.plugins.library.db" | |
| conn = sqlite3.connect(dbPath) | |
| c = conn.cursor() | |
| c2 = conn.cursor() |
| DATE | OPPONENT | TIME | TV | Radio |
|---|---|---|---|---|
| 2/28 | @Twins | 1:05p | WEEI 850 AM | |
| 3/01 | Braves | 1:05p | NESN | WEEI 850 AM |
| 3/02 | Tampa Bay | 1:05p | ESPN | WEEI 850 AM |
| 3/03 | @Twins | 1:05p | WEEI 850 AM | |
| 3/04 | @Orioles | 1:05p | WEEI 850 AM | |
| 3/05 | Rays | 1:05p | WEEI 850 AM | |
| 3/06 | Twins | 1:05p | NESN | WEEI 850 AM |
| 3/07 | @Braves | 1:05p | NESN | WEEI 850 AM |