Scripts Repo
January 30th, 2012 - 12:43 pm | Comments (0) post by dave | category: Computers
Check out my scripts repository on github. I have written a bunch of random scripts that needed a home, so I put them up on github! These scripts are put on all of my servers in my ~/bin folder, controlled through puppet.
In the repo you’ll find a flac-to-v0 script that acts just like cp, in that you give it 1 or more source files, and a single destination, and it will convert the given input files (as flac) to mp3. I also have a php rss parser, a shoutcast/df.fm parser/player, and other random stuff, check it out!
https://github.com/bahamas10/scripts
Sed 1-liners
March 14th, 2011 - 12:41 am | Comments (0) post by dave | category: Computers
Check out this text document of sed one liners, i’m mirroring it on this website. (thanks for alex levinson for sitting on my couch… where all sed wizardry happens).
http://www.daveeddy.com/sed1line.txt
Convert Python Dictionary to XML
February 15th, 2011 - 5:51 pm | Comments (0) post by dave | category: Computers
I just posted a new tutorial check it out! http://www.daveeddy.com/tutorials-scripts/python/dictionary-to-xml/! This is for all you python coders out there that have wanted to do this… enjoy.