Welcome

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

markup2HTML takes input with single-character skimpy markup and outputs full HTML.

Perfect for converting poorly-formatted word documents.

Use markup2HTML

list2table

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.

Use list2table

csv2table

This script takes valid CSV input, and turns it into an HTML table.

Perfect for converting from excel or something.

Use csv2table

Search and Replace

This scripts performs a regular expression-based search and replace on each line in the source text.

Use Search and Replace

text2bib

text2bib will take a plain text reference and turn it into a BibTeX reference, allowing you to specify the format.

Use text2bib

Crypt

Crypt is uses the perl 'crypt' command to generate a UNIX crypted password (for use in .htpasswd files, for example)

Use Crypt

IP

IP lets you find out information about IPs.

Use IP

Perl2HTML

Perl2HTML converts your Perl script to colour-coded HTML. Pretty basic.

Use Perl2HTML