home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / program / program.lst
File List  |  1995-03-20  |  33KB  |  491 lines

  1.     ***********************************************************************
  2.    **        T h e   C r a w l y   C r y p t   C o l l e c t i o n        **
  3.    *                            P r e s e n t s                            *
  4.    **                          Programming Files                          **
  5.     ***********************************************************************
  6.  
  7.    *************************************************************************
  8.    **                 Assembly Language Programming Files                 **
  9.    **                          \PROGRAM\ASSEMBLY\                          **
  10.    *************************************************************************
  11.  
  12. ABZSHELL  Complete assembly source code to ABZ command shell, by Alain Birtz.
  13.           ABZ command shell is a command line interpreter (CLI).  The assembly
  14.           source code is very well commented (in English).
  15. ACCHEAD   Assembly source code of a desk accessory (*.ACC) skeleton.  This
  16.           source code is extremely well commented in English and was designed
  17.           to be assembled with DevPac.
  18. ARGUS     Assembly source code for Argus & Xargus, a couple of programming
  19.           utils that were written to provide an easy way to keep track of what
  20.           a program currently running is doing (reading) on the disk.  Argus
  21.           intercepts the Bios RWABS call and displays the parameters.  Xargus
  22.           does a similar thing to the XBIOS call Floprd. (Xbios call #8)
  23. FIX_GDOS  Assembly source code to "Fix GDOS" by Dieter Fiebelkorn (of GEM-View
  24.           fame).  Some programs don't run with GDOS, because this programs call
  25.           v_opnvwk() or v_opnwk() with handle 0.  Also programs compiled with
  26.           OMIKRON-basic have this the "Invalid handle" problem.  FixGDOS fixes
  27.           this problem.
  28. HDW3_S    Assembly source code to the third revision of hdwait.  Hdwait is a
  29.           program that installs on the bootsector of a floppy disk and which,
  30.           when booted, will force the computer to wait for the hard drive to
  31.           spin up.
  32. MCLOCK2S  Assembly source code for MCLOCK by Robert Fischer.  MCLOCK is yet
  33.           another corner clock which serves two main purposes: It doesn't use
  34.           Line-A, and in addition to being able to display the time in 12 and
  35.           24 hour formats, MCLOCK can display it in a 100-hour format
  36.           (actually, 100-hur format), where each hur is 1/100 of a day.
  37. RAMDISK   Complete assembly source code to create and install a RAMDISK as
  38.           drive M:.  This is a freely distributable offering from Atari Corp
  39.           and was designed to be assembled with the MadMac assembler.
  40. RSC_TO_S  Assembly source code for Resource to Source by Roy Glover and Gary
  41.           Burke.  RSC_TO_S takes a standard .RSC file and converts it to a
  42.           formatted assembler source text, which can be saved as an .S file,
  43.           and printed to screen or printer. The .S file can then be included in
  44.           your program source, edited, re-arranged, and reassembled.
  45. SYNC7UP   Assembly source code for the "Syncscrolling in 7 scanlines" routine
  46.           by New Mode/Delta Force/Union.  This source was meant to be assembled
  47.           with the DevPac assembler.
  48. TAPE_SRC  Assembly source code for TapeBIOS driver software Version 1.5 by Alan
  49.           Hourihane.  TapeBIOS program allows these Atari machines to talk to a
  50.           SCSI tape drive connected through the DMA bus (not the SCSI bus of
  51.           the TT).
  52.  
  53.  
  54.    *************************************************************************
  55.    **                       Basic Programming Files                       **
  56.    **                            \PROGRAM\BASIC\                          **
  57.    *************************************************************************
  58.  
  59. ACNCH_S   GFA Basic source code for Auto Crunch version 2.4 by Mark J. Matts.
  60.           Auto Crunch is a QuickBBS utility that will automatically join all
  61.           your FILES.BBS's as one large file. This file can then be packed
  62.           using standard archiving formats, so far it supports LZH, ARC & ZIP.
  63. AF112SRC  Complete GFA Basic source code to AutoFile version 1.12.  It is a
  64.           program that allows you to connect to file echos.  It will
  65.           automatically check incoming files and place them in the proper
  66.           download directory. No longer requires a key!  GNU General Public
  67.           License applies.  Creates/processes standard TIC files.
  68. DEV_SHEL  Demo of Dev Shell version 2.0.  This folder contains a demo of the
  69.           new GFA BASIC 3.5/3.6 programming shell available from MajicSoft. If
  70.           you program in GFA BASIC take a look at this shell. The demo requires
  71.           medium resolution but the retail version runs in all ST/STe
  72.           resolutions.  Dev_Shell 2.0 is Falcon030 compatible.
  73. DLTOT_S   GFA Basic source code for DL_Total version 1.2 by Mark J. Matts, a
  74.           small utility for a QuickBBS Bulletin Board System that automatically
  75.           counts any system downloads and adds a total to the FILES.BBS
  76.           description.
  77. FMAIL_S   GFA Basic source code for QBBS FMail System version 1.73 by Mark J.
  78.           Matts.  This program is designed to be used as a FILE mailing utility
  79.           for users of your own BBS.  All FMail sent can be tagged with a short
  80.           one line description or message and can only be received by the
  81.           person it is meant for.
  82. FST30     GFA Basic source code for FIDOST.PRG version 3.0 by sector99 -
  83.           another fidonet bbs utility program.
  84. GBYE_S    GFA Basic source code for QBBS Goodbye version 1.0 by Mark J. Matts.
  85.           Allows random "goodbye screens" to be displayed when users log off of
  86.           a QuickBBS system.
  87. GFASHELL  A replacement shell for GFA Basic version 3.0.  This fantastic shell
  88.           was written by Reiner Rosin.  All documentation is in German.
  89. QPUG_S    GFA Basic source code for QBBS PUG (Protocol Usage Graph) version 1.2
  90.           by Mark J. Matts.  PUG will create bar charts showing how much use
  91.           each of your transfer protocols has.  Each of the charts are also
  92.           created in 4 graphic styles, ie ASC, VTC, VTM and ANS.
  93. QWRIT_S   GFA Basic source code for Quick-Writer version 0.02beta by Mark J.
  94.           Matts.  Quick-Writer is a multi topic online conferance editor/reader
  95.           which allows your BBS users to add to the topics while they are
  96.           online.
  97. SCSBBS02  GFA Basic source code for a complete BBS package.  Includes all the
  98.           files needed to set up and test this code.  Looks ok, but there is
  99.           lots of room for improvement.
  100. SKYSCAPE  Complete Basic source code for Skyscape Atari ST version by Jeff
  101.           Johnson.
  102. SPLITZ_S  GFA Basic source code for QBBS SplitZ version 1.7, The ULTIMATE QBBS
  103.           Chat program by Mark J. Matts.  SplitZ is, as the name suggests, a
  104.           split screen chat program for use with QuickBBS.
  105. TOPPER_S  GFA Basic source code for QBBS Topper version 1.6 by Mark J. Matts.
  106.           Topper is a 'fun' utility for QuickBBS which will create 4 different
  107.           charts for the best callers, the best message writers, the best
  108.           uploaders and the best downloaders. Each of the chart screens will be
  109.           created in four graphic formats, .ASC, .VTC, .VTM and .ANS
  110. WHOWAS_S  GFA Basic source code for WhoWasIt version 1.2 by Mark J. Matts.
  111.           WhoWasIt is a program for QuickBBS that creates a chart for the last
  112.           specified number of callers.  The chart is created in all four
  113.           flavors used by QuickBBS, that is ASC, VTC, VTM and ANS.
  114.  
  115.  
  116.    *************************************************************************
  117.    **                      Books and Reference Files                      **
  118.    **                            \PROGRAM\BOOKS\                          **
  119.    *************************************************************************
  120.  
  121. A1MIDI    MIDI (Musical Instrument Digital Interface) Specification 1.0  The
  122.           ASCII text file in this archive contains the COMPLETE MIDI standard
  123.           hardware and data format. If you want to write MIDI programs, you
  124.           NEED this file!
  125. CHANNEL   An ASCII text file which describes MIDI Channel Voice Messages in
  126.           detail.  Details Note ON/OFF, Poly Key Pressure, Control Change,
  127.           Program change, Channel Pressure, and Pitch Wheel. This document was
  128.           written by Michel Poirier.
  129. CHIPS175  Information about ALL the chips in ALL Atari TOS computers from the
  130.           original 520 ST up through the Falcon030.  Includes info on the STacy
  131.           and ST Book.  Text is a mix of English and German - but the diagrams,
  132.           etc should be equally usuable by either German speaking people or
  133.           English speaking people.
  134. CODE1     A complete description of MIDI Status Bytes written by Michel
  135.           Poirier.  Includes info on Channel Mode Messages (Mono, Poly, Omni),
  136.           System Messages (System Exclusive, System Common, System Real Time),
  137.           and Channel Voice Messages
  138. CODE3     An ASCII file written by Michel Poirier that details MIDI Channel
  139.           Mode Messages.  Includes information about Local Control On/Off, All
  140.           Notes OFF, Omni Mode OFF, Omni Mode ON, Mono Mode ON, Poly Mode ON.
  141. FAXCLASS  Class 1 and Class 2 Fax Commands.  This information has been taken
  142.           from Rockwell's RC144AC manual.  It has not been taken from the CCITT
  143.           Class 1 documentation, which is copyrighted by the CCITT. It includes
  144.           a short history of Class 1 and Class 2 Fax, the differences between
  145.           the classes, and programming information.
  146. GDOS23E   More Joy of GDOS version 2.3 by Gerd Castan (English translation by
  147.           Stefan Damerau) is a collection of the author's experiences with
  148.           various GDOS printer drivers.  This document provides the following
  149.           information: What GDOS drivers are available, How to distinguish
  150.           between them, What (if any) are the problem(s) with them, Which
  151.           drivers can be used for certain printers.
  152. JOY_GDOS  More Joy of GDOS version 2.2 Gerd Castan [English translation by
  153.           Stefan Damerau].  This is an ASCII document that describes the many
  154.           different versions of GDOS and the many different drivers.  Great
  155.           reference.
  156. MFF       Standard MIDI Files Specification 0.06 [March 1, 1988]. This document
  157.           is Dave Oppenheim's (3/1/88) version of the MIDI file specification,
  158.           as sent to those who participated in its development.  Complete info
  159.           on MIDI *FILE* format.
  160. MIDISPEC  The USENET MIDI Primer by Bob McQueer. This ASCII document is an
  161.           expanded MIDI definition (sort of in-between IMA MIDI 1.0 and the new
  162.           $35 booklet) entered into the public domain on USENET net.musi.synth.
  163.           VERY COMPLETE!
  164. NVDIGUID  NVDI 3 Programmer's Guide by Wilfried Behne.  This document will aid
  165.           anyone wanting to write software that takes advantage of NVDI's GDOS.
  166.           The text is in German but there are plenty of C source code examples
  167.           that will aid ANYONE in developing new programs.
  168. QWKLAY10  QWK File Layout 1.0 [23 Feb 92] by Patrick Lee. This is one of the
  169.           most comprehensive files on the QWK-format. It covers everything from
  170.           the format itself, implementation notes, to known mail doors,
  171.           readers, & utilities that support the QWK format.  It also includes
  172.           contact information for many QWK authors.
  173. RS232_2   This directory contains thorough instructions by Kari Alakuijala
  174.           detailing how to install a COMPLETE SECOND RS-232 PORT into your ST.
  175.           And it is made cheap; all parts you need cost LESS THAN $3.00!  Use
  176.           at your own risk.
  177. RSVE_E1   RSVE is a hardware project that makes it possible to use baud rates
  178.           higher than 19200 on Modem 1 (standard modem port on unmodified STs).
  179.           The supported baud rates are 38400, 57600, and 115200.  Includes
  180.           complete documentation in English and German.  Use at your own risk.
  181. SYSTEM    MIDI System Messages.  This ASCII text file written by Michel Poirier
  182.           gives extensive details on MIDI System Exclusive (also known as
  183.           SysEx) commands.  All information is organized into an easy to read
  184.           chart.
  185. TRANSFER  Information about the X and YMODEM transfer protocols including some
  186.           information written by Ward Christensen.  Also includes information
  187.           on CRC error checking.
  188. YMODEM    Complete documentation of the X and YMODEM transfer protocol written
  189.           by Chuck Forsberg.  Dated 3-11-88, it details the protocols and how
  190.           to implement them.
  191. ZMODEM    Complete documentation of the ZMODEM transfer protocol written by
  192.           Chuck Forsberg of Omen Technologies.  Dated 3-11-88, it describes the
  193.           protocol and how to implement it in DETAIL.  Since Chuck Forsberg is
  194.           the person who invented ZMODEM, these docs should be considered to be
  195.           the official standard.
  196.  
  197.  
  198.    *************************************************************************
  199.    **                         C Programming Files                         **
  200.    **                              \PROGRAM\C\                            **
  201.    *************************************************************************
  202.  
  203. ARC521S   Complete C source code for ARC version 5.21 for the Atari ST.  This
  204.           code was ported from the IBM PC by Howard Chu.
  205. BERM122S  Complete Pure/Turbo C source code for Bermuda version 1.22 by Jac
  206.           Kersing.  Bermuda is a set of programs for processing Fidonet style
  207.           messages.  It uses a message base format known as the "QuickBBS ST"
  208.           format to store messages.  Bermuda  was  developed for tht The Box
  209.           mailer.  But can be used with other mailers too (e.g. Binkley ST).
  210. BLF081B   Complete C source code to BloufGate, a public domain buggy Fidonet/
  211.           Usenet gateway software which acts as an interface beetwen a Fidonet
  212.           node producing packets to a point system (the gateway). BloufGate
  213.           converts these packets from the Fidonet node to news and batchsmtp
  214.           batches.  It converts news batches and incoming emails from the RFC
  215.           setup to Fidonet packets imported by the fidonet node's tosser.
  216. BM_SRC    C source code for the ST version of BM.  BM is a fast pattern
  217.           matching utility, intended to be almost identical in functionality to
  218.           fgrep (ugh!) but much faster. It uses the Boyer-Moore algorithm.
  219. BTS310B5  Complete Pure/Turbo C source code for BinkleyTerm ST 3.10a <beta 5> -
  220.           the premier Fidonet compatible front end mailer.  This version of the
  221.           source is included due to the fact that many people report it as
  222.           being more reliable than newer version of BinkleyTerm.
  223. BTS314B4  Complete Pure/Turbo C source code for BinkleyTerm ST version 3.14A
  224.           <beta 4>!  This is the latest available source code but some people
  225.           have reported having trouble with this version of BinkleyTerm.  If
  226.           you have problems with it, refer to the 3.10a <beta 5> source
  227.           included on this disk.
  228. C2LATEX   C++2latex version 1.00 - a C/C++ to LaTeX converter.  C++2latex is a
  229.           tool for generating LaTeX source from ANSI-C or C++ programs.  It
  230.           recogizes all keywords, strings, and comments.  This folder includes
  231.           the complete C source code for the C++2Latex converter.
  232. C68K_SRC  This archive contains the source code to a modified version of
  233.           Matthew Brandt's C68K compiler.  Where Brandt's compiler generated
  234.           UNIX assembler code, this version generates code compatible with
  235.           MASM, Motorola's resident Assembler.
  236. CDBIND01  Pure/Turbo C bindings for MetaDOS functions by Julian F. Reschke.
  237.           Now you can access CD ROMs from Pure C without the hassle of writing
  238.           a low level driver.
  239. CDPLAY2   Complete Pure/Turbo C source code to a program  by Brian J. Grier
  240.           that allows you to play CD's with audio tracks on a Chinon 431 CD ROM
  241.           drive. The program will locate the drive on your system.  If no drive
  242.           is found the program will just exit, with no message.
  243. COOKIE    C Binding and source code for reading cookies - Everything you need
  244.           for accessing the cookie jar on Atari ST/TT computers.  Source code
  245.           written by Arnd Beissner
  246. DETEX     Complete C source code to a program that strips La(TeX) codes from
  247.           TeX files.
  248. E_GEM140  EnhancedGEM version 1.40 - alternate C library routines for use with
  249.           Pure/Turbo C.
  250. FLDLIB93  Floating dialogue library version 0.93 beta by M.J.Maisey for Lattice
  251.           C.  FLDLIB was designed to be a very easy to use windowed dialog
  252.           library which would integrate into existing programs with the minimum
  253.           of hassle, and which would make writing simple applications which
  254.           only use dialogs very quick.
  255. FPUPATCH  This folder contains some files (by Dieter Fiebelkorn of GEM-View
  256.           fame) for patching the TurboC libraries to add support for the
  257.           floating point coprocessor (MC68881 or MC68882).  This libraries were
  258.           tested on an Atari TT with TurboC 2.03 and 2.05. 
  259. GEMFSC18  GemFast version 1.8 PD GEM programming libraries, source code.  This
  260.           folder contains the complete source code for GemFast version 1.8.
  261. GEMFST18  GemFast version 1.8 by Ian Lepore is a collection of public domain
  262.           GEM bindings and programming library.  The libraries have more high-
  263.           level functions in them, and they pave the way for interesting things
  264.           to come in the next couple of versions.
  265. GEMTRIS   Complete C source code for a GEM based clone of the popular Tetris
  266.           game.  The game compiles into a desk accessory.  This code should be
  267.           a good illustration of how to write a GEM desk accessory in C.
  268. GPR140S   GDOS-Print version 1.40 r1 by Steffan Kaminski contains complete
  269.           source code that illustrate how to print via GDOS.
  270. IOS_SRC   This is the complete C source code for IOSmail by Rinaldo Visscher.
  271.           IOS is a fidonet compatible mail tossing system similar in function
  272.           to Bermuda or Jetmail.
  273. ITF_SRC   Complete C source code to InfoTaskForce's Infocom Interpreter version
  274.           4.01 patch-level 2 compiled for Atari ST by Lars Joedal. This program
  275.           will let you play ANY Infocom game as long as you can supply the data
  276.           files. That means you can buy an IBM version of an Infocom game and
  277.           use this program to play it on your Atari ST.
  278. LBBS07    Complete C source code for LazyBBS - The Ultimate BBS for Lazy People
  279.           by Franck Arnaud.  LazyBBS is a very simple BBS program for a Pandora
  280.           Fidonet message base (used by Led, Qbbs, Bermuda, IOS, etc on the
  281.           Atari ST).  Supports FILES.BBS-like download areas.
  282. LSRC310   Complete Pure/Turbo C Source code for the ST/TT/Falcon030 LHarc
  283.           version 3.10 by Christian Grunenberg.
  284. LTICK03   Complete C source code for LazyTick version 0.3 by Franck Arnaud.
  285.           LazyTick is a public domain Tick utility (file mailer) for Fidonet
  286.           systems using a Pandora message base and a TheBox or Binkley outbound
  287.           directory.
  288. LTMFPRG2  "The Programmer's Guide to Let'em Fly" is a comprehensive (German)
  289.           document that helps the C programmer make use of the Let'em Fly
  290.           flying dialog routines.  The Pure/Turbo C and GNU C flydial libraries
  291.           are included in this folder.
  292. LZHSOURC  Source code for Thomas Quester's LZH201L (lharc/lha).  The data
  293.           compression schemes used by this program are commonly referred to as
  294.           LH1 and LH5.
  295. MEMDEBUG  Complete C source code for MEMDEBUG version 1.5 by Rene Schmit.
  296.           MEMDEBUG is a free utility for C programmers that provides, among
  297.           others, the following features: Memory management error detection,
  298.           Memory usage error detection, Memory usage profiling, and Error
  299.           simulation.
  300. P2CSRC    This folder contains the complete C source code to "p2c" version
  301.           1.20, a Pascal to C translator.  Program written and maintained by:
  302.           Dave Gillespie
  303. PC_217D   An alternate Pure C-Shell version 2.17 by Frank Schramm.  An
  304.           excellent replacement for the shell that comes with Pure C.  It was
  305.           written in Pure and is a sharware offering (20 DM to register).  All
  306.           documentation is in German.
  307. PLSTSRC   Complete Pure/Turbo C source code to the Atari ST/TT/Falcon030
  308.           version of Parselist.  Parselist is a nodelist compiler that
  309.           BinkleyTerm ST requires to run properly.
  310. POF11     Complete C source code for POF! - Plenty Of Files (Yet Another File
  311.           Listing Utility) by Franck Arnaud.  POF! is a filelister for LazyBBS,
  312.           it produces the master list of files of your board.  It was written
  313.           for use with LazyBBS, but can be used with for any board using
  314.           FILES.BBS like download areas.
  315. RSCTOCS   Complete Pure/Turbo C source code to a program by Dieter Fiebelkorn
  316.           (of GEM-View fame) that converts RSC files to C source code.  All
  317.           documentation for this code is in German.
  318. SEALINK   Full documentation of the SEAlink transfer protocol written by System
  319.           Enhanced Associates.  Contains documentation on the transfer protocol
  320.           and sample C source code.
  321. SGEM120C  SysGEM version 1.20, a replacement GEM library for use with
  322.           Pure/Turbo C.  Supposed to be much better than the libraries
  323.           distributed with Pure/Turbo C.
  324. SMLAES12  Small AES version 1.2 by Oliver Scheel.  A Compact and portable
  325.           AES-Binding for C Compilers.  All documentation is in German.
  326. SPDSRC    Lattice C 5.6 Source code (and binaries) to demonstrate the use of
  327.           various Speedo GDOS/MultiTOS features.
  328. UUCOSR10  Complete source code for UUCODER version 1.0by Steve Yelvington.
  329.           UUCODER is a GEM based, mouse driven program that encodes and decodes
  330.           files.  It supports the uuencode format commonly used on Usenet
  331.           (Internet).
  332. VAFUNC    VA-PROTOCOL Support Functions.  The functions in vafunc.c support the
  333.           calling and receiving of the VA-Protocol messages that Gemini and
  334.           Ease etc support.  Also a couple of functions for calling ST-Guide
  335.           and 1STGuide have been added.
  336. VBI       Complete C source code for a vertical blank handler package written
  337.           by Bill Dorsey & John Iarocci.  VBI is a vertical blank handler
  338.           package designed to allow easy access to the Atari STs vertical blank
  339.           interrupt system.  It allows programmers to incorporate many features
  340.           which would otherwise require a multitasking operating system into
  341.           their programs with a minimum of difficulty.
  342. VMEM11    Complete C source code and docs for a virtual memory utility.  All
  343.           the documentation is in German.
  344. V_BIT     v_bit by Craig W. Daymon.  This program requires GDOS and a GDOS
  345.           printer driver as device #21 to be present.  It will display a file
  346.           selector, allowing the user to select an .IMG file for printing.  The
  347.           image will be scaled to fit in a 8"x10" area, preserving the proper
  348.           aspect ratio and centered within the 8x10 area.  Includes the program
  349.           and complete C source code.
  350. WINCVT    Complete C source code to WinCvt by Wayne E. Wright.  WinCvt is a
  351.           utility program that converts Atari ST resource files (.RSC) into 
  352.           Windows resource files (.RC).
  353. XAES_NEW  Complete C source code for XAES: The Extended Application Environment
  354.           Systems version 1.10 by Ken Hollis, GNU C Extensions by Sascha Blank.
  355. YACCSRC2  Complete C source code to "Yet Another C Compiler" - which is,
  356.           naturally, a C compiler.
  357. ZOO21SRC  Complete source code to the Atari ST/TT/Falcon030 ZOO archiver
  358.           (version 2.1).  The source code is in Turbo (Pure) C.
  359.  
  360.  
  361.    *************************************************************************
  362.    **     Compilers, Assemblers, Disassemblers, Resource Editors, Etc.    **
  363.    **                          \PROGRAM\COMPILER\                         **
  364.    *************************************************************************
  365.  
  366. C68_445B  This archive contains a modified version of Matthew Brandt's C68K
  367.           compiler.  Where Brandt's compiler generated UNIX assembler code,
  368.           this version generates code compatible with MASM, Motorola's
  369.           resident Assembler.
  370. CLIPS     CLIPS is a type of computer language designed for writing
  371.           applications in Expert Systems devloped by NASA at Johnson Space
  372.           Flight Center. It was ported to the Atari ST by Luke Hoffman.  The
  373.           basic elements of CLIPS are: 1) fact-list: global memory for data, 2)
  374.           production memory: contains all the rules or productions, 3)
  375.           inference engine: controls overall production execution.
  376. GNHSH22   GNUShell version 2.2 by Roland Schäuble is a shareware shell for GNU
  377.           C.
  378. GSHEL113  GFA GEM Shell version 1.13 by Lonny L. Pursell and ENCOM is a GEM
  379.           shell specifically designed for GFA-Basic 3.x programmers.  Unlike
  380.           the MENUX program distributed with GFA-Basic this shell contains some
  381.           very special features to speed up program developement.  If you
  382.           install it as an application you can click on your source code from
  383.           the GEM Desktop and have the shell load with your source code already
  384.           selected.  All the settings for a particular source file are retained
  385.           and reloaded the next time the same source file is selected
  386. JEDI      JEDI version 0.30 by Ralf Zimmermann is an assembler (and
  387.           re-assembler) for GALs (GAL16V8 and GAL20V8).  It is syntax
  388.           compatible with the Maxon GAL Assembler and includes extensive online
  389.           help via Holger Weets' ST Guide hypertext reader.  All documentation
  390.           is in German.
  391. PBUG1_130 Peace Debug version 1.30 - a low level debugger from Germany -
  392.           includes English documentation for most of the package.
  393. PCSHE221  PureC-Shell version 2.21 by Frank Schramm is a shareware replacement
  394.           shell for use with Application Systems Heidelberg's Pure C
  395.           programming package.  All docs are in German.
  396.  
  397.  
  398.    *************************************************************************
  399.    **                   Miscellaneous Programming Files                   **
  400.    **                            \PROGRAM\MISC\                           **
  401.    *************************************************************************
  402.  
  403. BOOTE17S  Modula-2 source code for BOOTEDIT by Remo Hofer which is yet another
  404.           auto folder program and accessory selector.
  405. ISAM      Modula-2 source code for the Isam File Management system.
  406. LINE_F    Optimized LFED 2.0 LineF emulator driver for 68000/68881.  Makes your
  407.           ST think there is a FPU installed in your machine so that you can
  408.           write and test software for that uses an FPU without having to go to
  409.           the expense of installing a real one.  Comes with sample C, Pascal,
  410.           and Assembly code.
  411. M2GEM137  "crystal" is an attempt of a high-portable GEM-library for Modula-2
  412.           systems running under GEMDOS on the Atari ST family of computers.
  413. MAS       Modula-2 Math system.  Contains extensive documentation and help
  414.           files.  All of the source code is included.  A must for Modula-2
  415.           programmers.
  416. PROFILE   Program by David Rowley that monitors another program and reports
  417.           what percentage of time the monitored programs spends in each
  418.           routine.  This will let you find areas of your code that need to be
  419.           optomized.
  420. RS2L_V2   RS2L version 2.0 by M. Saro converts .RSC resource files to source
  421.           files in C or Assembler.  Other programs exist, such as RSC2C or
  422.           RSC2ASM, which are capable of this type of conversion.  However RS2L
  423.           possesses some special features: 1) converts to C or Assembler with
  424.           'object fixation' routine. 2) converts to C or Assembler with
  425.           multiple strings thus allowing multi-lingual resources. The routines
  426.           for changing language are included. 3) while editing a resource,
  427.           objects that are not to be translated can be selected by setting a
  428.           flag or an extended type.
  429. TIMECODE  Timecode, a program intended mainly for the programmer crowd.  It
  430.           lets you time a series of 68000 instructions (entered as short hex
  431.           numbers) which of course should constitute valid (and sensible) code;
  432.           the number of clock ticks it takes this instruction to execute is
  433.           displayed.
  434.  
  435.  
  436.    *************************************************************************
  437.    **                       Pascal Programming Files                      **
  438.    **                           \PROGRAM\PASCAL\                          **
  439.    *************************************************************************
  440.  
  441. FOREST2   A program that will analyze Pascal source code.  It will list
  442.           variables and your code's modularity (or lack of).  Should work
  443.           equally well with Pure/Turbo source code and OSS/ICD source code.
  444. NOWWHAT5  { OSS/ICD Personal Pascal } A tutorial by David Meile detailing the
  445.           use of GEM menus with Personal Pascal.  Source code examples are
  446.           inbedded within the documentation.
  447. P2CBIN    p2c  --  Dave Gillespie's Pascal-to-C convertor for the Atari ST
  448.           (Ported by Steven Ourada sourada@iastate.edu)  Compiled with GCC
  449.           2.4.5, MiNTlibs 34.  This program is supposed to convert Pascal
  450.           source code to C source code.
  451. PASCALM   { OSS/ICD Personal Pascal } A replacement version of PASCAL.PRG, the
  452.           Pascal environment manager for Personal Pascal.  Contains the shell
  453.           program and it's pascal source code as well as documentation.
  454. PASDOX    { OSS/ICD Personal Pascal } Pascal goodies 1 - A set of text files
  455.           that show how to do numerous things with Personal Pascal.  Covers
  456.           topics too numerous to mention.  Originally from the OSS support BBS.
  457. PASSRC    { OSS/ICD Personal Pascal } Pascal goodies 2 - Several SOURCE
  458.           listings for Personal Pascal programs.  Again, topics covered are too
  459.           numerous to list.  Originally from the OSS support BBS.
  460. PAS_LINA  { OSS/ICD Personal Pascal } Line-A routines written by Devin Cook for
  461.           use with Personal Pascal.  Includes source code , documentation, and
  462.           programs.
  463. PAS_XREF  Pascal source code variable cross referencer.  Analyzes any Pascal
  464.           source code and creates a detailed list of variabless, etc.
  465. PDIAL     { Pure/Turbo Pascal } PDIAL provides "flying dialogs" for the Pure/
  466.           Turbo Pascal programmer.  The docs are in German.
  467. SGEM122P  { Pure/Turbo Pascal } An alternative GEMlibrary for use with
  468.           Application Systems Heidelberg's Pure Pascal
  469. SORTS     { Pure/Turbo Pascal } Complete source code for various sort routines.
  470.           You can see how different sorts work and how they perform compared to
  471.           each other.
  472. SWE_05    { Pure/Turbo Pascal } Keyword Repair - will search through any Pure
  473.           Pascal source code and capitalize all the keywords the same way (for
  474.           example, if you have "WRITELN" and "writeln" in your code and want
  475.           them both to be "WriteLn", this program will do it).  Has a user
  476.           definable "spelling" format file for keyword capitalizations.
  477. TTUTOR1   { Pure/Turbo Pascal } Turbo Pascal Tutorial version 1.01, Set #1 - a
  478.           group of 10 lessons designed to teach how to program using Turbo
  479.           Pascal.  Although originally designed for the IBM Turbo Pascal, it is
  480.           virtually 100% applicable to the ST version of Turbo/Pure Pascal.
  481. TTUTOR2   { Pure/Turbo Pascal } Turbo Pascal Tutorial version 1.01, Set #2 - a
  482.           second set of lessons designed to teach how to program using Turbo
  483.           Pascal.  Although originally designed for the IBM Turbo Pascal, it is
  484.           virtually 100% applicable to the ST version of Turbo/Pure Pascal.
  485. TURBOREF  { Pure/Turbo Pascal } Turbo Pascal quick reference guide - an ASCII
  486.           file that presents all instructions and key words.  Originally for
  487.           the PC version of Turbo but is almost 100% applicable to the ST
  488.           version of Pure.Turbo Pascal.
  489. T_BUBSRT  { Pure/Turbo Pascal } Complete source code for a bubble sort routine.
  490.           You can see how a bubble sort works and how fast it is.
  491.