Skip to content

Instantly share code, notes, and snippets.

View goingtomaine's full-sized avatar

Going T. Maine goingtomaine

View GitHub Profile
@goingtomaine
goingtomaine / notes.fish
Created July 18, 2022 17:24
A fish function for creating, editing, archiving, and searching for notes
function notes
argparse 'a/archive' 'e/editor=' 'h/help' 'i/interactive' 'o/open' 'p/path' 'rm' 's/suffix=' -- $argv
or return 1
set -q _flag_i _flag_o _flag_p
if [ $status -lt 3 ]
if [ (count $argv) -gt 0 ]
echo "Must not provide an argument to the --interactive, --open, or --path flags"
return 1
@goingtomaine
goingtomaine / twin_peaks_tapes.rss
Last active May 5, 2017 02:25
Podcast version of "Diane...: The Twin Peaks Tapes Of Agent Cooper", as hosted on archive.org
<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
<channel>
<title>“Diane…”: The Twin Peaks Tapes of Agent Cooper</title>
<description>Based on the television series Twin Peaks. Here are the actual dictation tapes of FBI Agent Cooper, Chief Investigator of the Laura Palmer murder, plus never-before-heard tapes.</description>
<link>https://archive.org/details/DianeTheTwinPeaksTapesOfAgentCooper</link>
<language>en-us</language>
<copyright>Unknown</copyright>
@goingtomaine
goingtomaine / keybase.md
Created November 11, 2016 04:28
my verification for keybase.io!

Keybase proof

I hereby claim:

  • I am goingtomaine on github.
  • I am goingtomaine (https://keybase.io/goingtomaine) on keybase.
  • I have a public key whose fingerprint is DAA8 D6E2 B220 AA9E 04BA CD65 A29B 20A9 97A9 7BC9

To claim this, I am signing this object:

@goingtomaine
goingtomaine / infodump_to_others.py
Last active June 10, 2019 07:54
Read the infodump into a dictionary of dataframes, an HDF5 file, or SQLite DB
import argparse
from glob import glob
import os
from datetime import datetime
import numpy as np
import pandas as pd
from tqdm import tqdm
def _mefi_strptime(x):
@goingtomaine
goingtomaine / chandler_plays.rss
Last active April 11, 2016 00:08
RSS Feed for BBC Radio 4 Chandler Dramatisations on Archive.org
<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
<channel>
<title>BBC Radio 4 Dramatisations of Raymond Chander’s Novels</title>
<description>BBC Radio 4 dramatisations of all the Raymond Chandler Philip Marlowe novels, with Toby Stephens playing Philip Marlowe. Reordered to match the novels.)</description>
<link>https://archive.org/details/ClassicChandler</link>
<language>en-us</language>
<copyright>Unknown</copyright>