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:
I hereby claim:
To claim this, I am signing this object:
Please publicly post the following Gist, and name it keybase.md
I hereby claim:
| #!/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 |
| % (c) 2002 Matthew Boedicker <[email protected]> (original author) http://mboedick.org | |
| % (c) 2003-2007 David J. Grant <davidgrant-at-gmail.com> http://www.davidgrant.ca | |
| % (c) 2008 Nathaniel Johnston <[email protected]> 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 |