This is a collection of some scripts which have been carefully crafted for your surfing pleasure. Maybe one of them will be of help to those of you lucky enough to find it (or unfortunate enough to need it).
markup2HTML takes input with single-character skimpy markup and outputs full HTML.
Perfect for converting poorly-formatted word documents.
This script takes input with one cell per row, and turns it into an HTML table.
Perfect for copy and pasting tables from word documents.
This script takes valid CSV input, and turns it into an HTML table.
Perfect for converting from excel or something.
This scripts performs a regular expression-based search and replace on each line in the source text.
text2bib will take a plain text reference and turn it into a BibTeX reference, allowing you to specify the format.
Crypt is uses the perl 'crypt' command to generate a UNIX crypted password (for use in .htpasswd files, for example)