Skip to content

Instantly share code, notes, and snippets.

View jmk's full-sized avatar

Jason Kim jmk

View GitHub Profile
@jmk
jmk / paypal2ofx.py
Last active April 9, 2020 13:42 — forked from russss/paypal2ofx.py
import csv
import sys
from collections import namedtuple
rows = csv.reader(sys.stdin)
fields = [field.strip().lower().replace(' ', '_').replace('/', '_')
for field in rows.next() if field.strip() != '']
PaypalRecord = namedtuple('PaypalRecord', fields)
@jmk
jmk / disqus.css
Created October 17, 2012 17:01 — forked from jingyuan/disqus.css
disqus css theme
#dsq-global-toolbar
.dsq-clearfix {
display: none;
}
#dsq-comments-title h3 {
}
#disqus_thread {
width: 730px !important;