home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / drdobbs / 1989 / 06 / 0689indx next >
Text File  |  1989-05-27  |  3KB  |  91 lines

  1. ASMSTR.ASC                26-May-89 23451
  2.  
  3.     Keywords: ASM STRUCTURED PROGRAMMING DUNTEMANN JUNE89
  4.  
  5.    Jeff Duntemann tells you when to replace those slow HLL routines with
  6.    assembler - and it isn't as often as you might think. Several useful
  7.    routines in here - a block copy routine, about as fast as any I've
  8.    seen, and a stack manipulator.
  9.  
  10.  
  11. CAWK.LST                  26-May-89 24622
  12.  
  13.     Keywords: C AWK STRING HANDLING JUNE89 MISCHEL
  14.  
  15.    Jim Mischels AWK extensions for C. Excellent package for string
  16.    manipulation here.
  17.  
  18.  
  19. DOSCAL.ASC                26-May-89 4268
  20.  
  21.     Keywords: DOS JUNE89
  22.  
  23.    Some interesting and useful undocumented DOS exec calls from version
  24.    3.xx and above. Some of these show up in the 4.0 version, some don't.
  25.    As with all undocumented calls, use with care.
  26.  
  27.  
  28. PIXFIL.ASC                26-May-89 9191
  29.  
  30.     Keywords: GRAPHICS PORTER JUNE89
  31.  
  32.    Kent Porter's graphics programming column - this month we get some
  33.    good algorythms for pixel detection and polygon filling. Good Stuff.
  34.  
  35.  
  36. REALAQ.ASC                26-May-89 8351
  37.  
  38.     Keywords: REAL TIME C BUNNELL JUNE89
  39.  
  40.    An example of using LynxOs in a real-time data acquisition program.
  41.    This code can be ported to QNX, DOS and FLEX fairly easily.
  42.  
  43.  
  44. SCRIPT.ASC                26-May-89 8612
  45.  
  46.     Keywords: SCRIPT TINYCOMM C STEVENS JUNE89
  47.  
  48.    Al Steven's continues TinyComm with a script processor built on last
  49.    month's SI engine
  50.  
  51.  
  52. TSR2.ASC                  26-May-89 13249
  53.  
  54.     Keywords: TSR PASCAL POTTEBAUM JUNE89
  55.  
  56.    Ok, TSR fans, here is part 2 of the Pascal TSR toolkit that was
  57.    started in the May issue and completed in June.
  58.  
  59.  
  60. UNIXSE.ASC                26-May-89 1301
  61.  
  62.     Keywords: UNIX NETWORKS SECURITY JUNE89 MOIR
  63.  
  64.    Examples and ideas from Dale Moirs article on Unix network security.
  65.    Don't just look at this code, read the article and take it to heart
  66.    if you are dealing with a networked Unix system.
  67.  
  68.  
  69. VARLEV.ASC                26-May-89 5573
  70.  
  71.     Keywords: FUTURE86 CDL2 FISCHER JUNE89
  72.  
  73.    Variable level programming examples from Germany. This is in a
  74.    language known as Future86 and CDL2.
  75.  
  76.  
  77. YACCEX.ASC                26-May-89 10293
  78.  
  79.     Keywords: YACC EXAMPLE JUNE89
  80.  
  81.    An example parser (a calculator) for PCYACC. This file should (I
  82.    haven't tried it though) work with BISON.
  83.  
  84.  
  85. TSR.REV/binary            15-May-89 18048
  86.  
  87.     Keywords:
  88.  
  89.    Version 2.04 of Pottebaum's code for May and June, 1989, issues of
  90.    DDJ.  Includes TSRUNIT.PAS and TSRDEMO.PAS.
  91.