Main  
About  
Email  
C.V.  
- Bib  
Research  
- Papers  
- Talks  
- Notes  
- Code  
- Transl  
Teaching  
Guests  
Fun  

Dmitry Gokhman

Perl scripts

PERL
WARNING: All software provided under the terms of GNU copyleft
without a warranty of any kind.
Use at your own risk.

This is a collection of various Perl utility scripts, which I wrote for my own amusement. The documentation is nonexistent, but invoking a script with the -h option gives usage and the scripts themselves are more or less readable. Wherever possible, I tried to include sample input files.

You will need to install a library of script segments and packages in a directory pointed to by the environmental variable PERLLIB.

Enjoy, - d

NewtonA simple implementation of Newton's method. For educational purposes only :)
Grade 4.3A script for maintaining the scores of students in a typical mathematics class. Grade is designed to read a data file of student records, process them (taking into account various user-set parameters) and output a report file in LaTeX as well as various curves (histograms), which can be displayed, e.g. with xgraph.
Pyx2htmlFilter to convert Pyxie generated from HTML to HTML.
Cytx2koiConverts cyrillic text transliterated in latin to KOI-8 format. The transliteration scheme loosely follows LaTeX, but look at the code for complete info. This is for people who want to type in Russian but don't want to get used to a Russian keyboard layout.
PenvExtracts the address from a TeX letter by recognizing special comments (%%adr and %%) and prints on an envelope or a label.
EtabConverts a simple database into a LaTeX file for printing a phonebook. Also a utility to look up entries in the database. Extra utilities (not by me) for page rearrangement included.
Gif2htmlVarious scripts to create HTML wrappers (and a top index) for one or more GIF files, e.g. scanned lecture notes.

Last updated: Jul 19 17:39 / Last fetched: Wed Aug 27 20:58:05 CDT 2008