Skip to content

Instantly share code, notes, and snippets.

View jklymak's full-sized avatar

Jody Klymak jklymak

View GitHub Profile
[preamble]
id: 2
numerator: 25400000
denominator: 473628672
magnification: 1000
comment: ' TeX output 2020.06.30:2115'
[postamble]
maxv: 5088.900009pt
maxh: 5058.900009pt
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jklymak
jklymak / BottomDrag.ipynb
Created November 7, 2019 00:33
Bottom drag calc
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jklymak
jklymak / tcalc.ipynb
Created March 17, 2019 23:00
Temp budget calc
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jklymak
jklymak / markdown-to-email
Last active October 31, 2018 17:48 — forked from cleverdevil/markdown-to-email
markdown-to-emailA simple script to send beautifully formatted emails that you write in Markdown. The email will have an HTML payload and a plain-text alternative, so you'll make everyone happy, including yourself.
#!/usr/bin/env python
'''
Send an multipart email with HTML and plain text alternatives. The message
should be constructed as a plain-text file of the following format:
From: Your Name <your@email.com>
To: Recipient One <recipient@to.com>
Subject: Your subject line
---
@jklymak
jklymak / bookmarks.txt
Last active July 15, 2018 14:45
Merge pdfs with bookmarks!
0 "Cover Page" 1 open
0 "Nomination Letter" 2
0 "Referee Letters" 3
1 "Writer 1" 3
1 "Writer 2" 5
0 "CV" 7
1 "Education and Training" 7
1 "Degrees" 7
1 "Postdoctoral experience" 7
1 "Academic positions" 7
@jklymak
jklymak / Notes5k.ipynb
Last active May 21, 2018 17:20
Notes 5k runs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jklymak
jklymak / bachelor.py
Created May 9, 2018 16:25
bachelor mil example
import numpy as np
import matplotlib.pyplot as plt
from matplotlib.cbook import get_sample_data
fname = get_sample_data('percent_bachelors_degrees_women_usa.csv',
asfileobj=False)
gender_degree_data = np.genfromtxt(fname, delimiter=',', names=True)
# These are the colors that will be used in the plot
@jklymak
jklymak / # hdf5 - 2018-05-03_14-04-12.txt
Created May 3, 2018 23:30
hdf5 on macOS 10.13.4 - Homebrew build logs
Homebrew build logs for hdf5 on macOS 10.13.4
Build date: 2018-05-03 14:04:12
@jklymak
jklymak / # netcdf - 2017-07-10_15-49-19.txt
Created May 3, 2018 23:28
netcdf on macOS 10.13.4 - Homebrew build logs
Homebrew build logs for netcdf on macOS 10.13.4
Build date: 2017-07-10 15:49:19