Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View djt5019's full-sized avatar
💭
STATUS UPDATE

Dan Tracy djt5019

💭
STATUS UPDATE
View GitHub Profile

Keybase proof

I hereby claim:

  • I am djt5019 on github.
  • I am djt5019 (https://keybase.io/djt5019) on keybase.
  • I have a public key whose fingerprint is 0894 F6F0 3901 C2E7 A562 7BD1 86C1 7B04 1C56 A907

To claim this, I am signing this object:

Please publicly post the following Gist, and name it keybase.md

Keybase proof

I hereby claim:

  • I am djt5019 on github.
  • I am djt5019 (https://keybase.io/djt5019) on keybase.
  • I have a public key ASD_nJuuW-kzYpoNXRRQ0Y9LMMGHZZ425sJB_9gwGYyyMAo
@djt5019
djt5019 / gist:3909112
Created October 18, 2012 00:05
Playlist cleanup
#!/usr/bin/python
'''
Creates a .pls file for a given directory by default. If the options
-m or --m3u are given then a .m3u playlist is created.
NOTE:
* music files must be numbered, with space before name of song
* playlist will use the current directory if no arguments are given
* playlist takes only the first argument for the working directory
* playlist will read from stdin (a pipe), but returns no stdout
@djt5019
djt5019 / resume.tex
Last active May 29, 2019 01:27
Resume latex layout
% (c) 2002 Matthew Boedicker <mboedick@mboedick.org> (original author) http://mboedick.org
% (c) 2003-2007 David J. Grant <davidgrant-at-gmail.com> http://www.davidgrant.ca
% (c) 2008 Nathaniel Johnston <nathaniel@nathanieljohnston.com> http://www.nathanieljohnston.com
%
%This work is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/2.5/ or send a letter to Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
\documentclass[letterpaper,10pt]{article}
\newlength{\outerbordwidth}
\pagestyle{empty}
\raggedbottom