0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Feb 10, 2025 — Feb 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
+x for the script. More... about 15 years ago
Merge remote branch 'origin/master' More... about 15 years ago
"Send to kindle" nautilus script. More... about 15 years ago
Committing current state; this is the initial script by Christoph Haas with modifications by me. More... about 15 years ago
Added bash script to fetch the latest revision of a Github repository, and generate a pip install url. Can also update a pip requirements file. More... over 15 years ago
Added script to merge tickets across trac databases. This is from an old SVN repos of mine. More... over 15 years ago
Removed obsolete XXX. More... over 15 years ago
Added script to parse a collection of VDI images and reconstruct the snapshot tree. More... over 15 years ago
GEdit plugin to save without trailing spaces. I am adding this because it is not the version from the official GEdit Plugins page, but a custom version (found here: http://www.linuxuk.org/2009/05/trim-trailing-spaces-in-gedit/) which leaves the last line intact. More... almost 16 years ago
Added Jeff Sharkey's script for colored logcat output. More... almost 16 years ago
Writing to a MySQL target without explicitly specifying a charset in the uri caused data to be written with an incorrect encoding. More... almost 16 years ago
Added TODO. More... almost 16 years ago
Presumably, we missed a bunch of possible optimizations. More... almost 16 years ago
Added some options to help with processing large tables. More... almost 16 years ago
We have a number of options we'd like to add, switchig to optparse makes sense. This changes the command line syntax a bit as well. More... almost 16 years ago
Format output a bit nicer; now includes a status indicator. More... almost 16 years ago
Added an option to skip the schema generation on the target database. More... almost 16 years ago
Added an -all option to process all tables from the source server. More... almost 16 years ago
Added script to convert between databases. It's amazing how difficult it is to find something that doesn't depend on sed and dump files. More... almost 16 years ago
Remove an unnecessary echo. Looks nicer this way in cases in which there is no actual cleanup to be done. More... almost 16 years ago
Better way of handling AppArmor: Re-enable the MySQL profile right away after startup, rather than waiting for MySQL to end; also, no longer bother to create a file in apparmor.d/disabled. More... almost 16 years ago
Apparmor handling apparently didn't work at all. More... almost 16 years ago
Better name for the script. More... almost 16 years ago
Added a script to start up a MySQL instance using a ram disk. I'm using this to speed up Django tests. More... almost 16 years ago
Added script that mounts/unmounts an encrypted partition based on udev events. More... almost 16 years ago
We don't really need to ask for the keyfile, we can deduct it based on the name. Not sure why we didn't do that before. More... about 16 years ago
Added note about nofsck option being required in cmtab. Turns out a previous commit that intended to remove that requirement was mistaken. More... about 16 years ago
Removed debug line. More... about 16 years ago
Read arguments from the command line rather than having them fixed in the code. More... about 16 years ago
Changed the way we pipe the keyfile into cryptmount. This no longer requires you to set nofsck in cmtab. More... about 16 years ago