You'll find here all the open-source code I produce. This is just a collection of tiny utility scripts, patches, hacks and forks I want to or have to redistribute with the open source community at large.
If for any reason one of these hacks get momentum, I'll move them to a stand-alone and dedicated project.
Used with cron
, this script help me to keep my unreliable broadband access alive.
This script parse a .m3u
playlist file and convert Ogg/Vorbis and Flac files to AAC.
This script convert Avi files within the folder to compressed MP4/MP3 movies. Codecs parameters are adapted for tiny films taken with my cheap camera. This is VLC-based but older version were based on mplayer/mencoder.
A little python script to save a collection of files and directories into a Bzip2 compressed archive.
This script crop big tiff files in the folder one by one. I wrote this script as a stupid but working workaround to ImageMagick which wasn't able to handle too many files at once (at least on my Mandriva 2005, it always crash after several files processed).
This script search and display all duplicate files within a folder structure.
This script parse the KNewsTicker configuration file of the current logged user to extract feeds references. Then the script generate a OPML/XML file that can be imported to Akregator. Prerequisite: KNewsTicker and pyxml.
This little script transform a Kopete history XML file to an ASCII file. I’ve written this script to be able to copy and paste my chat with pals in e-mails.
Similar script to osdir-slideshow
but designed to download Ogg archives of a french radio show thanks to wget.
This script import a Maildir++ directory and its subfolders to Kmail.
This script compare all mails in a maildir folder and subfolders, then delete duplicate mails.
You can give a list of mail headers to ignore when comparing mails between each others.
I used this script to clean up a messed maildir folder after I move several mails from a Lotus Notes database.
Combined with a cron entry, this script scan a given folder and auto start downloading torrent files found in that folder. Based on mldonkey and wget.
This script help me to monitor how long my backup Dial-up modem is up per month.
I wrote this script to get a series of screenshots from well-known OSdir slideshows.
This is a little script I wrote for Phorum, to give a owner to anonymous post.
Script to convert old message format to new format (with the conversion of HTML tags to Phorum specific tags).
This script is designed to migrate Phorum 3.x datas to a new empty e107 website. The destination e107 platform must be empty because this script copy Phorum id and don’t re-index database records.
This script, combined with cron, help me to keep an eye on a running process.
This script automate system backups thanks to rdiff-backup and rsync. It is based on an idea from the "Backup up on unreliable link" article from the official rdiff-backup wiki.
This script automate the mirroring of several external websites (both files and MySQL databases) thanks to lftp
, mysqldump
, ssh
and rsync
. Then it make an incremental backup each day thanks to rdiff-backup and finally a snapshot each month. Here is the list of latest changes and detailed features.
This script convert .xwd images taken with xvidcap to a series of .png images. I wrote this because mencoder can’t read xwd files.
Unless otherwise noted, code in this repository is distributed under a GNU GPL2+ licence.
All the code here is provided as is and with no guarentee - back up your data first, I am not responsible for anything bad that happens to you as a result of using my hacks.
Kevin Deldycke. Find me at http://kevin.deldycke.com .