Scriptname | README |
---|---|
tbl2html-v1.0 | tbl2html is a tbl to HTML convertor. tbl was a front-end process for troff that took tables and output troff directives. tbl's input format is very succinct, as opposed to HTML, so I decided to write a convertor from one to the other. My convertor ignores everything tbl would have and then changes the rest to HTML. The HTML tables are got on STDOUT by feeding the code through STDIN to tbl2html. Special mention must be made of the fa... |
bin2hex-1999.0302.pl | Print file in hex format: 00000: 66 00 a9 0d 56 00 01 00 ff 35 f...V ....5 00010: ff ff ff 20 02 05 00 06 06 06 ..... ..... 00020: 00 12 11 09 61 13 ff ff ff ff ....a ..... 00030: 48 00 01 00 00 00 11 11 09 61 H.... ....a |
hex2bin-1999.0302.pl | This program makes a binary file out of HEX input data. The default input format is: XXXX: 00 00 01 01 01 # This is comment XXXX: 00 00 00 00 00 Deletes eveythinbg after 3 spaces Ie. There must be line numbers at the beginning of hex lines. The line numbers are stripped and the hex numbers are read to form the file. Input can also be in this format 8B/00/45/19/10/00/01/00/FF/35/49/44/58/16/17/03/ 00/07/39/17/00/... |
mime-multipart-1999.0208.pl | This program assembles MIME partial mail messages back. All of the bodies for the same part id are saved to one file. If you only want to save the base64 lines from the bodies, then use --base64 switch. The format of the file must be following: The beginning of header is indicated with the field "From", which must match "@" and year "[0-9][0-9][0-9][0-9]". This loosely matches typical Berkley mailbox format which starts with ... |
mywebget-1999.0301.pl | Automate Periodic downloads or released files and packages. This small utility makes it possible to keep a list of URLs in a configuration file and periodically retrieve those pages or files with simple command. This utility is best suited for small batch jobs to download eg. most recent versions of the software files. If you pass an URL that is already on disk, be sure to supply option --overwrite to allow overwriting old files... |
mywebget-1999.0302.pl | Automate Periodic downloads or released files and packages. This small utility makes it possible to keep a list of URLs in a configuration file and periodically retrieve those pages or files with simple command. This utility is best suited for small batch jobs to download eg. most recent versions of the software files. If you pass an URL that is already on disk, be sure to supply option --overwrite to allow overwriting old files... |
mywebget-1999.0308.pl | Automate Periodic downloads or released files and packages. This small utility makes it possible to keep a list of URLs in a configuration file and periodically retrieve those pages or files with simple command. This utility is best suited for small batch jobs to download eg. most recent versions of the software files. If you pass an URL that is already on disk, be sure to supply option --overwrite to allow overwriting old files... |
ripdoc-1999.0208.pl | |
t2html-1999.0423.pl | This program converts pure text files into nice looking, possibly framed HTML pages. Requirements for the input ascii files The file must be written in Technical format, whose layout is described when you run the program with --help. Basicly, you have two heading levels, at column 0 and at column 4, the standard text starts at column 8 (at regular tab position). The Technical format's idea is that each column represents dif... |
Sample-0.1 | If there is any text in this section, it will be extracted into a separate README file. |
dbgui_167.pl |