| file | comment |
| 2utf8.pl | # Converts char-encoding of text-files to utf8
# Output = new directory
|
| bday-stats.pl | # Extracts and prints some stats about the birthdays in your KDE-Addressbook-file
# Last change: 2008-06-18
|
| bday.pl | # Script for generating a list of the next birthdays of people in your addressbook
# supports 'KDE kaddressbook' and 'Mozilla Thunderbird'
# A list of all birthdays can be created by uncommenting the last few lines.
|
| bildunterschrift.pl | # Script that writes some text on all images that are given as parameter
# needs Image Magick to be installesd
|
| count-images.pl | # scans all filenames of images in the directory+subs, counting the file-prefix
# needes my files.pl
# Last change: 29.02.2008
|
| emailExcel2Liste.pl | # parameter: text file containing Vorname\tName\tMail
# greated by copy and paste from Excel or OpenOffice
# outout: List: Vorname Name
#
|
| emailGather-tmp-export.pl | # Script that gathers ALL eMail-addresses out of some emails (start via filter from email program)
# to a custom-addressbook textfile
# searches in From: To: Cc: Bcc: fields
|
| emailGather.pl | # Script that gathers eMail-addresses of the recipients of an email
# to a custom-addressbook textfile
# searches in From: To: Cc: Bcc: fields
# Run this via your email-programs filter
|
| emailGrepper.pl | # tool to extract emails from a plain text, like the body of a forwarded email
# requires emailGrepper.pm and perl-qt
|
| emailGrepper.pm | # by: The PerlQt User Interface Compiler (puic)
#
# WARNING! All changes made in this file will be lost!
|
| emailNurMailAusText.pl | # parameter: text file containing Mailsand maybe more stuff
# output: mails only, no dublicated ones
|
| emailPipe.pl | # 2008-02-29
# Script for scaning emails for keywords
# The emails are piped through this script
# The result is printed to the top of the body of the message
# Works with multipart messages, the result is printed to the top of the first part
|
| emailsuche.pl | # search multiple textfiles for email-Adresses
# format of textfile: Name or just email
# (one perl line)
|
| files.pl | # functions for working on filenames and folders
|
| foreach.pl | # Multifile loop
# Use to run commands for a number of files.
# e.g. converting images using convert from imagemagick
|
| html-clean.pl | # cleans html-pages by removing lots of stuff, leaving a very simple page
|
| kaddressbook-2-opera.pl | # Script for exporting a kde-adressbook to Opera
# Only name + eMail are exported
|
| kaddressbook-email-export.pl | # export a kmail-addressbook to a text file with the format:
# Name
|
| komma2punkt.pl | #24.10.2008
# replaces 1,2 -> 2.2 in all *.dat files in this folder and subfolders
|
| latex2img.pl | # uses Latex to render formulas and save them as graphics
# give tex-file witch contains formula as parameter
# \begin{align*}
# mathstuff
# \end{align*}
|
| mp3-id3tag-remove.pl | # removes the id3-tags from mp3 files
# needs my files.pl
|
| picdatesort.pl | # Properties:
# sorts images into subfolders named by their date of creation (images early in the morning are treated as if taken the day before
# not recursive in subfolders
# works on .jpg, .jpeg files
# renames .jpeg -> .jpg
#
# REQUIRES exif (debian package or similar...)
|
| picrename.pl | # renames pictures: img_1234 -> tm1234 etc
# prefix 'tm' can be chosen
|
| picresize.pl | # replace the prefix of many imaged at once: img1234->tm1234
# reduce scaling of many images and set the jpg-compress-rate
|
| pictimesort.pl | # renames images so that date and time apear in the filename
# not recursive in subfolders, but scans the given folders for images
# works on .jpg, .jpeg files
# renames .jpeg -> .jpg
#
# REQUIRES exif (debian package or similar...)
|
| thumbnails.pl | # create thumbnails of pictures
# output = /.tmthumbs/FILENAME
|
| worte-mixen.pl | # This script shuffles the letters of each word of a sentence, leaving first and last at its place.
# support for utf-8 text
|