[273,202] Bruce Cook Garbology A collection of files from my account doing various things. I promise this account will be cleaned up next time arround. MEMDUMP.C Dump a block of memory to ti: in hex PURGE.C Purge all redundant files in account by spawning pip under a different name. MASK.C Create a character mask for ti: input QIO's QIOMASK.C RENAME.C Rename a file from 'C [old cludge uses pip] SPEED.C Set the serial port on a KAYPRO II [BDS C] ASTACK.DAT Description of the C stack after an AST in C ASTSIT.MAC Functions to terminate routines in mid-execution SAVPOS.MAC Primitive -- will have a better version next time STOPIT.MAC FCALL.MAC Macro to call fortran-1v routines VARSENREC.MAC C variable send/recieve functions GCL.ULB Gcl under Decus C [with example program] ATOD.MAC Fixes for Decus 'C routines SPWN.MAC SPAWN.ULB NTWS.C Filter to remove trailing white spaces from a file [ good for those people who leave ws arround with edt] NLWS.C Filter to remove trailing whilte spaces from a file [ good when re-tabbing a file] FILEDMP.C This routine dumps all known information about a C File header & associated info, to a specified output file. It's usefull LGR.C This program is basically a username driven notepad program. Very usefull for logging bugs, needed utilitys time sheets etc. HMM4.C This is a filter that reads text in, making sure that a line isn't greater than 132 characters, if one is, a newline is places at the 133th position LP.C This is a program to generate pages of Line printer test data. Good for checking print heads. PHELP.C This program gets a help file, and turns it into a doc file. It knows about all the standard help file operators, and will take care of nested help files. It's output does not contain formfeeds, and therfore will work on DECWRITERS etc. Any formfeeds in the input file are also converted to linefeeds. Output is categorized in sections depending upon the documentation level. PRINTABL.C This filter reads a file from stdin, and outputs it at stdout, with any non-printable characters as periods. this is usefull for editing DTEXT.DAT and other files with bits of binary in them. QUEUE.C This module inmpliments a queue system for C. Usefull for many applications. Queue's are opened like a file, so seperate queues can co-exists easily exist. SCAN.C This program scans the lights on a VT100. It is usefull when run at a priority of 1. for testing system load.