summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Colin Patrick McCabe [Sat, 3 Apr 2010 08:58:02 +0000]
superrip: Be less verbose in flac and lame programs
Colin Patrick McCabe [Sat, 3 Apr 2010 08:34:51 +0000]
superrip.rb: Get basic track ripping working
Colin Patrick McCabe [Sat, 3 Apr 2010 08:08:24 +0000]
superrip: incremental improvements
Get count_number_of_tracks working.
Add some future TODOs.
Get inspect methods working for Track and Manifest
Colin Patrick McCabe [Sat, 3 Apr 2010 07:47:51 +0000]
Initial rev of superrip
Colin Patrick McCabe [Sat, 27 Mar 2010 22:26:04 +0000]
use /dev/cdrom for audiorip.sh
Colin Patrick McCabe [Sat, 13 Mar 2010 15:56:34 +0000]
random-word: Seed using gettimeofday
Seed using gettimeofday(2) rather than time(2).
Seeding with time(2) gave some humorous results because we could get the
same word back multiple times if the program was invoked multiple times
a second.
Colin Patrick McCabe [Sat, 13 Mar 2010 15:54:40 +0000]
random-word: write output without newline
Colin Patrick McCabe [Sat, 13 Mar 2010 15:53:13 +0000]
Add find-random-word script
Colin Patrick McCabe [Mon, 15 Feb 2010 22:19:31 +0000]
Add ascii-tyrant.sh
ascii-tyrant.sh strips non-ascii characters from text files.
Colin Patrick McCabe [Mon, 15 Feb 2010 22:18:58 +0000]
Add ccc, a script that wraps cscope
"ccc" is a script that runs the cscope program. It builds an index
before launching cscope, similar to how "cscope -R" would work. Unlike
cscope -R, ccc can handle .java files and others.
Colin McCabe [Mon, 15 Feb 2010 03:55:00 +0000]
Add .gitignore file to ignore intermediate prods
Colin McCabe [Mon, 15 Feb 2010 03:53:38 +0000]
Add Makefile to build C programs
Colin McCabe [Mon, 15 Feb 2010 03:53:09 +0000]
Add dual_rename.sh to make ripping CDs easier
Colin McCabe [Mon, 15 Feb 2010 03:52:29 +0000]
simple_time: include unistd.h for sleep(3)
Colin McCabe [Thu, 28 Jan 2010 01:02:38 +0000]
Add snarf_mail script to get IMAP mail
Colin McCabe [Wed, 27 Jan 2010 21:52:14 +0000]
tagger.py: make sure that we have the id3v2 prog
Colin McCabe [Tue, 19 Jan 2010 23:17:53 +0000]
Clarify license in README
The readme now points out the license. Also, the LICENSE file no longer tells
you to consult... itself. :)
Colin McCabe [Tue, 19 Jan 2010 23:15:47 +0000]
Add app for dumping the MBR
Add an app for dumping the MBR. I guess now that everyone is moving to GUID
partition tables (GPTs) this may not be useful forever. Still, I might need it
again.
Colin McCabe [Tue, 19 Jan 2010 23:15:36 +0000]
Add simple_time.c app
Colin McCabe [Thu, 14 Jan 2010 01:15:33 +0000]
Add snarf_gmail.rb script
Colin McCabe [Tue, 29 Dec 2009 23:43:07 +0000]
mount.qemu: mount raw image read/write
Colin McCabe [Mon, 28 Dec 2009 23:18:10 +0000]
Add mount.qemu script to mount raw qemu images
Colin McCabe [Tue, 15 Dec 2009 23:49:13 +0000]
Include string.h in errno_speak.c
Colin McCabe [Tue, 15 Dec 2009 23:43:48 +0000]
Add "ser" script for accessing the serial port
Colin McCabe [Mon, 14 Dec 2009 01:11:19 +0000]
Add audiorip script for ripping audio cds
Colin McCabe [Mon, 14 Dec 2009 00:01:41 +0000]
Add p4_check.rb script
Colin McCabe [Sun, 13 Dec 2009 23:49:51 +0000]
Add tagger.py
Colin McCabe [Sun, 13 Dec 2009 23:35:04 +0000]
Add pdfgrep.sh script
Colin McCabe [Sun, 13 Dec 2009 23:29:04 +0000]
Add carat.sh quoting program
Colin McCabe [Sun, 13 Dec 2009 23:28:05 +0000]
Add lossy_mirror script
Colin McCabe [Sun, 13 Dec 2009 23:27:54 +0000]
Add errno-printing program
Colin McCabe [Sun, 13 Dec 2009 23:23:24 +0000]
Add bulk_rename.pl script
Colin McCabe [Sun, 13 Dec 2009 23:18:34 +0000]
Add quoteline script
Colin McCabe [Sun, 13 Dec 2009 23:15:42 +0000]
Add COPYING, LICENSE, README