home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
ddjmag
/
ddj8605.arc
/
README.MAY
< prev
next >
Wrap
Text File
|
1986-05-31
|
2KB
|
49 lines
CRYPTO.MAY
Keywords: SCACCHITI MAY86 C CPM CRYPTOGRAPHY TOOLBOX ENCRYPTION
CRYPTOGRAPHER'S TOOLBOX: By F. A. Scacchitti The listings here (eight in
all) consist of a cypher shell program along with three cypher algorithms,
any one of which may be employed with this the shell. Four utilities to aid
in the development and testing of encryption schemes are also included.
(May '86, DDJ #115) 8 listings;
D16BIT.MAY
Keywords: BIOS EXTENSION WINDOW VIDEO SEAL MAY86 8086-88
Video window manager, extension for IBM ROM BIOS. Loads and stays
resident, takes over Int 10H, intercepts some calls. By John Seal.
Published in May 86 DDJ 16-Bit Software Toolbox.
GRAPHCS.MAY
Keywords: BARKAKATI MAY86 / C / EGA GRAPHICS
Simple plots with the enhanced graphics adapter:
BY Nabajyoti Barkakati
With a little help from Breshenham's Algorithm (DDJ #103 May '85 ) and the
int86() function of Lattice C 2.14,these routines were written to generate
simple plots on an IBM Enhanced Color Display with Enhanced Color Graphics
Adapter (EGA) in its (640 x 350) high resolution mode (listing2). The
modules may be tested using the SINE.C sample program (listing1). (May
'86, DDJ #115) Listings 1 & 2;
LETTERS.MAY
Keywords: LETTERS MAY86/ C / LASERJET PRINTER UTIL
A printing utility for the HP LaserJet.
This program prints a series of files on the LaserJet printer. The files are
printed in a ``landscape'' font at 17 characters to the inch. To take
advantage of this density, two ``pages'' of information from the file are
printed on each piece of paper (left and right halves). This program is
compatible with Lattice C on the IBM PC and the HP Touchscreen computers.
XASSM.LST
Keywords: ANDERSON MAY86 MODULA-2 68K CROSS ASSEMBLER
Modula-2: A 68000 Cross Assembler - By Brian R. Anderson