IMAGE.ASC
Title: IMAGE AUTHENTICATION FOR A SLIPPERY NEW AGE
Keywords: APR95   SECURITY   ENCRYPTION   GRAPHICS  C
Published source code accompanying Steve Walton's article which 
presents a a class of algorithms that makes it possible for you 
to tell authenticate digital images.

WIRING.ASC
Title: THE DETRIMENTAL WIRE EXCLUSION HEURISTIC
Keywords: APR95   ALGORITHMS    OPTIMIZATION   
Published source code accompanying Paul Martino's article which 
presents an approach to combinatorial optimization for finding 
the optimal solution to problems such as computer wiring and the 
now-familiar traveling-salesman problem. Also see WIRING.ZIP.

WIRING.ZIP
Title: THE DETRIMENTAL WIRE EXCLUSION HEURISTIC
Keywords: APR95   ALGORITHMS    OPTIMIZATION   
Complete source code accompanying Paul Martino's article which 
presents an approach to combinatorial optimization for finding 
the optimal solution to problems such as computer wiring and the 
now-familiar traveling-salesman problem. Requires PKUNZIP.EXE to extract.

DAGS.ASC
Title: DIRECTED ACYCLIC GRAPH UNIFICATION 
Keywords: APR95    NATURAL-LANGUAGE   PARSING   GRAPH UNIFICATION 
Published source code accompanying David Perelman-Hall's which 
describes and implements an object-oriented method of enacting a 
constraint system which has been adapted from directed acyclic 
graph unification. Although he implements this approach for 
natural-language parsing system, it can also be used in 
applications as well. Also see DAGS.ZIP.

DAGS.ZIP
Title: DIRECTED ACYCLIC GRAPH UNIFICATION 
Keywords: APR95    NATURAL-LANGUAGE   PARSING   GRAPH UNIFICATION 
Complete source code accompanying David Perelman-Hall's which 
describes and implements an object-oriented method of enacting a 
constraint system which has been adapted from directed acyclic 
graph unification. Although he implements this approach for 
natural-language parsing system, it can also be used in 
applications as well. Requires PKUNZIP.EXE to extract.

HYPER.ASC
Title: ABOVE REAL-TIME TRAINING AND THE HYPER-TIME ALGORITHM
Keywords: APR95   REAL TIME   ALGORITHM  C   SIMULATION
Published source code accompanying Dutch Guckenberger, Liz 
Guckenberger, Frank Luongo, Kay Stanney, Jose Sepulveda's 
articles on the hyper-time algorithm which lets you alter the 
flow of "simulated time" to benefit users--slower than real-time 
can be used for novice users, while faster than real-time can be 
used for experts or persons "time surfing" over uninteresting 
portions of information. Applying the algorithm to "Above Real-
Time Training" also improves human performance, increases 
retention, increases training device effectiveness, and decreases 
stress. 

POP3.ASC
Title: A POP3 CLIENT USING WINSOCK
Keywords: APR95    INTERNET    WINSOCK   CLIENT/SERVER  WINDOWS
Published source code accompanying Robert Duffy's article which 
presents a C++ foundation for Internet client applications 
running on Windows. In doing so, he implements a mail client that 
understands the Post Office Protocol (POP), a powerful Internet 
protocol for processing email. Also see POP3.ZIP.

POP3.ZIP
Title: A POP3 MAIL CLIENT USING WINDOWS SOCKETS
Keywords: APR95    INTERNET    WINSOCK   CLIENT/SERVER  WINDOWS
Complete source code accompanying Robert Duffy's article which 
presents a C++ foundation for Internet client applications 
running on Windows. In doing so, he implements a mail client that 
understands the Post Office Protocol (POP), a powerful Internet 
protocol for processing email. Requires PKUNZIP.EXE to extract.

BCOLE.ASC
Title: BORLAND C++ 4.5 AND OLE 2.0 PROGRAMMING
Keywords: APR95   C++   OLE    CLIENT/SERVER
Published source code accompanying Ted Faison's article which 
uses Borland C++ 4.5 to create an OLE server which he embeds into 
a Word for Windows 6.0 document. 

SERIAL.ASC
Title: SERIALIZATION AND MFC
Keywords: APR95   CROSS-PLATFORM   MFC  C++  PORTABILITY
Published source code that accompanies Chane Cullen's article 
which discusses serialization--the process of writing or reading 
one or more objects to or from a persistent storage medium, such 
as a disk file. Chane examines MFC's serialization mechanism and 
what it offers cross-platform developers.

CPROG.ASC
Title: C PROGRAMMING COLUMN
Keywords: APR95   WINDOWS   DOS    VISUAL BASIC    C
Published source code accompanying by Al Stevens'column. Here he 
wraps up his text-search project by discussing the C source-code 
module of the interface between the Visual Basic front end and 
the Windows DLL that implements the search engine. 

UNDOC495.ASC
Title: UNDOCUMENTED CORNER
Keywords: APR95   PENTIUM   FLOATING POINT   ALGORITHM
Published examples and code which accompany Tim Coe's discussion 
of how he reversed engineered the floating-point division bug in 
the Pentium processor. Also see UNDOC495.ZIP.

UNDOC495.ZIP
Title: UNDOCUMENTED CORNER
Keywords: APR95   PENTIUM   FLOATING POINT   ALGORITHM
Unpublished examples and code which accompany Tim Coe's discussion 
of how he reversed engineered the floating-point division bug in 
the Pentium processor. Requires PKUNZIP.EXE.

QNC41.ZIP
Title: Quincy 4.1
Keywords: APR95  C   D-FLAT    QUINCY  
Executables for Quincy version 4.1, Al Stevens'C interpreter with a 
D-Flat-based IDE. Also see Q41SRC.ZIP. Requires PKUNZIP.EXE to extract.

Q41SRC.ZIP
Title: Quincy 4.1
Keywords: APR95  C   D-FLAT    QUINCY  
The source code for Qunicy version 4.1, Al Stevens'C interpreter with a 
D-Flat-based IDE. Also see QNC41.ZIP. Requires PKUNZIP.EXE to extract.

DFLT19.ZIP
Title: D-Flat v19
Keywords: APR95  C  DFLAT  CUA/SAA   
The current version of Al Stevens' D-Flat interface library for 
C. Requires PKUNZIP.EXE to extract.

DFPP04.ZIP
Title: D-Flat++ v4
Keywords: APR95 C++  DFLAT  CUA/SAA   
The current version of Al Stevens' D-Flat interface library for 
C++. Requires PKUNZIP.EXE to extract.

