Andrew Marlow
44 Stanhope Road, North Finchley, London N12 9DT, England
Home MyCV Interests Publications Software Weblog Family Rantings Bookmarks Contact

Windoze software

Here are some links to software that makes life a little easier for those of us that have to work with Windoze.

Tarballs and zip files

BSDTar is like GNU-tar except that a special Windoze version of it has been made available.

WINZIP is not freeware (whatever that means), it is shareware. Finding evaulation versions of it to download with no strings attached is becoming increasingly difficult. PKWare have made a reader freely available that can be used to unpack zipped files.

Printing

On Unix I like to print source files using a2ps. This can also be done under Windoze using cygwin but there are some extra steps that need to be taken. Install ghostscript and GSView for Win32, which may be downloaded from the GSView website. GSView requires ghostscript. GSView comes with a command called gsprint, which does the printing. I have written a little script, p, which can be invoked from the cygwin shell, that uses a2ps and gsprint. There is also a variant, pw, for wide printing (i.e. landscape with one frame per page). I put these in my /usr/local/bin directory for cygwin to pick up.

Miscellaneous