home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / drdobbs / 1991 / 01 / readme.txt < prev    next >
Text File  |  1990-12-07  |  2KB  |  61 lines

  1. 386BSD.ASC
  2. Title: PORTING UNIX TO THE 386: A PRACTICAL APPROACH
  3. Keywords: JAN91  UNIX  80386
  4. Source code examples accompanying Bill and Lynne Jolitz's article 
  5. (first in a series) on porting BSD Unix to the 80386. Code 
  6. includes process control block, template for system call stub, 
  7. and ISA device controllers.
  8.  
  9.  
  10. GUI.ASC
  11. Title: DESIGNING A PORTABLE GUI TOOLKIT
  12. Keywords: JAN91 GUI DESIGN
  13. Source code for Bob Nicholson's for designing and implementing a 
  14. platform-independent user-interface toolkit. Source demonstrates 
  15. use of attributes for overspecification and provides a sample 
  16. bevent handler. 
  17.  
  18. WOFS.ASC
  19. Title: DESIGNING A WRITE-ONCE FILE SYSTEM
  20. Keywords: JAN91 WORM OPTICAL DOS
  21. Short source code example that illustrtes FSB structure 
  22. declaration.
  23.  
  24. GRAPH.ASC 
  25. Title: GRAPH DECOMPOSITION
  26. Keywords: JAN91 GRAPH ARRAY 
  27. Source code that implements Edward's graph array decomposition 
  28. algorithm. Listing One is in Turbo Pascal 5.0, Listing Two in 
  29. PharLap 386|ASM. Includes GAD.DOC documentation. Also see 
  30. GAD.EXE and GRAFDUMP.EXE.
  31.  
  32. WINTHERE.ASC
  33. Title: WINTHERE
  34. Keywords: JAN91     WINDOWS 3.0 
  35. Assembler code for Ben Myers's program that makes your program 
  36. Windows 3.0 aware.
  37.  
  38. C_SHELL.ASC
  39. Title: EXAMINING THE HAMILTON C SHELL
  40. Keywords: JAN91 OS/2 UNIX
  41. Scripts that are used to (1) send a Ctrl-T to COM1: every 400 
  42. seconds; (2) built a C++ PM program (3) globally edit several 
  43. files.
  44.  
  45. STRUC_P.ASC
  46. Title: STRUCTURED PROGRAMMING COLUMN
  47. Keywords: JAN91  TURBO PASCAL   
  48. Source code for Jeff Duntemann's time-and-date stamp implemented 
  49. using Turbo Pascal 6.0. 
  50.  
  51.  
  52. BOOKREV.ASC
  53. Title: PROGRAMMER'S BOOKSHELF
  54. Keywords: JAN91   NETWORK PROGRAMMING   BOOKS
  55. Source code that illustrates network programming concepts. Books 
  56. reviewed by Andrew Schulman include "Network Programming in C" by
  57. Barry Nance, "NetWare Programmers Guide: Building Applications with
  58. NetWare, Version 2.5" by Ralph Davis, and "Unix Network
  59. Programming" by W.Richard Stevens.
  60.  
  61.