home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL30.ARJ / VOL3032 < prev    next >
Text File  |  1992-01-07  |  5KB  |  100 lines

  1.  
  2.     Volume 3032 - Released juni 1989 - Abstract (C) DOS gg
  3.  
  4. P r o g r a m m a T h e e k volume 3032
  5.  
  6. gelijk aan TSS 16
  7.  
  8. Titel: SIGNUP Workshop system, PAD, DE-ARC & other TPascal
  9.  
  10. Number  Name            Size    Date    Comments
  11. 3032.01 BIOSEDIT DOC     3273   9-11-85 Documentation.
  12. 3032.02 BIOSEDIT PAT     2380   9-11-85 TP 3.01A patch,  write to BIOS
  13.                                         instead of screen  memory
  14. 3032.03 BJ       PAS     7936  25-03-86 Blackjack.
  15. 3032.04 CALENDAR PAS     2931  19-09-85 Calendar in standard  Pascal.
  16.         CATALOG  032     1954  12-06-89 This list.
  17. 3032.05 CENTER   PAS     2944   1-01-80 Repeat Character and  Center funct.
  18. 3032.06 COMP     PAS    10368  20-03-86 Source file  comparator.
  19. 3032.07 COMTOI   PAS     3840  20-03-86 Convert .com files  to inline code.
  20. 3032.08 DEARC    PAS    18730  20-03-86 Dearchive of 4.30  ARC or older.
  21. 3032.09 DIRSCAN  TXT     3063   1-01-80 Show directory with  picklist.
  22. 3032.10 DOMES    PAS     5248  20-03-86 Constructs geodesic  domes.
  23. 3032.11 EXFW     PAS     1536   1-01-80 Formatted write of  variables.
  24. 3032.12 FASTSRCH PAS     4096  29-09-85 Search character in  an array.
  25. 3032.13 FASTWR   PAS     3200  16-03-86 Writes directly to  screen.
  26. 3032.14 FUNKEY   PAS     9600  16-03-86 Assign function  keys.
  27. 3032.15 KYBD     PAS     3840  16-03-86 Keyboard procedures.
  28. 3032.16 MSTACK   PAS     3072   1-01-80 Move stack to leave  free paragraphs
  29. 3032.17 PAD      PAS     6016   1-01-80 Scratchpad.
  30. 3032.18 PRINTUSG INC     2944  26-12-84 Include file.
  31. 3032.19 PRINTUSG PAS      640  26-12-84 Numeric output  formatting.
  32. 3032.20 PRTSCR   PAS      512  16-03-86 Generates Interrupt  5 (SHFT PRTSCR)
  33. 3032.21 QDL1     PAS    11904  15-11-85 Filter for directory  of files etc.
  34. 3032.22 READ     COM    14051   7-03-89 Readme program
  35. 3032.23 READ     DOC     2048  16-03-86 Documentation.
  36. 3032.24 READ     PAS     8448  16-03-86 Source
  37. 3032.25 READSCRN PAS     1664   1-01-80 Read from screen.
  38. 3032.26 REPSTR   PAS     1280   1-01-80 Return a string  filled with chars.
  39. 3032.27 SIGNUP   DOC    11648  29-08-85 Documentation.
  40. 3032.28 SIGNUP   PAS    56832  29-08-85 Register  participants in workshops.
  41. 3032.29 TILE     PAS    12158   9-03-86 Boosters procedures.
  42. 3032.30 TURBOPRT PAS    35891  16-03-86 Printer utilities.
  43. 3032.31 XREF2    PAS    25344  16-03-86 Cross reference  generator.
  44.         VOL3032  ABS     2373  12-06-89 Volume abstract.
  45.                33 File(s)     59392 bytes free
  46.  
  47. This disk contains Turbo 3.0 sources.
  48.  
  49. BIOSEDIT
  50. This patch is for the IBM PC implementation of Turbo Pascal,  version 3.01A.
  51. It changes the editor such that instead of writing directly  to screen memory,
  52. it instead calls the machine's ROM BIOS  routines.  This will allow the editor
  53. to work on PC  semi-compatible machines such as the Sanyo 550/555 and the 
  54. Tandy 2000.
  55.  
  56. COMTOI
  57. If you compile to disk with TP3.0, EXTERNAL procedures  longer than 128 bytes
  58. don't work. This program converts .COM  files to INLINE code that you can
  59. include in your source  program. This will greatly increase the compile time
  60. of your  programs.
  61.  
  62. MSTACK
  63. Demonstrates how to move Turbo's stack segment down at run  time. Compile your
  64. program with $A000 paragraphs of maximum  heap, then call the procedure LOWER-
  65. STACK from the main  block before doing any heap storage operations.
  66.  
  67. PAD
  68. Finds items in free records in a to setup database.
  69.  
  70. PRINTUSG
  71. This function provides numeric output formatting similar to  that found in
  72. BASIC.  By specifying a mask of the form ($##,###,###.##) you can  cause
  73. commas to be inserted in the number and control the  size of the print field
  74. and the number of decimal places  displayed. If left and right parentheses are
  75. included in the  mask, negative numbers will be enclosed in parentheses 
  76. otherwise they will be preceeded by a minus sign.
  77.  
  78. QDL1
  79. Version 2.00A
  80. QDL uses MSDos to get a listing of an IBM formated diskette.  The function
  81. calls used can be found in the DOS Technical  Reference Manual. This program
  82. saves the current Data Transfer Area ( DTA ) in the variables DTAseg and
  83. DTAofs.   The DTA is then reset to the segment and offset of a buffer 
  84. variable 'DTA'.
  85.  
  86. SIGNUP
  87. SIGN UP! is a menu-driven program designed to register  participants into
  88. workshops. This program keeps detailed count of not only  which but  how  many 
  89.  workshops  each  participant  has  registered   in.    When 
  90. participants register,  they are limited to only a certain  amount 
  91. of workshops up to 10.
  92.  
  93. XREF2
  94. Cross reference generator:
  95. 1. Output Files:
  96. a. first output file is a numbered listing of the input  source
  97. b. second output file is cross reference with each  identifier followed by the
  98. line numbers on which it appears. 2. Listing Device:
  99. The numbered source listing may optionally be routed to the  screen or printer
  100. (but not both).