home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 10 / The_Pier_Shareware_Number_10_(The_Pier_Exchange)_(1996).iso / 039 / files.bbs < prev    next >
File List  |  1996-08-11  |  24KB  |  443 lines

  1. ANS2BAS.ZIP   ANS2BAS v1.0 Shareware $10 A utility which
  2.               converts an ordinary ANSI file into a BASIC
  3.               program.  The code ANS2BAS generates does
  4.               not need ANSI.SYS to run.  Now you can make
  5.               nice screens with your favorite ANSI editor
  6.               and then hard code them into your BASIC
  7.               program.  By Eldon Martin.
  8. APPLE_2.ZIP   An Apple ][+ Emulator that will run Any
  9.               apple basic programs, or machine language
  10.               programs.
  11. ASM110BG.ZIP  (v1.10) Magic Assembler Simple 8086
  12.               assembler, which can produce as well as COM
  13.               files as boot sector programs, and print the
  14.               sources including correct addresses.
  15. ASM9602.ZIP   FAQ on assembler
  16. ASMEDIT7.ZIP  ASM Edit v1.7 Editor with syntax-coloring
  17.               for assembler files, used with external
  18.               Assembler, Linker and Debugger programs.
  19.               Help system with mnemonics up to 80686, FPU
  20.               instructions, VGA programming, interrupt
  21.               list, DOS tables and formats, etc.
  22. BASICDOS.ZIP  NitrousBasic for DOS.  A Basic
  23.               interpreter/compiler that builds native
  24.               32-bit DOS .EXEs.  OS/2 and Windows NT
  25.               versions and source code also available.
  26.               Author: Adrian J.  Michaud
  27. BASICMSD.ZIP  Nitrous/Basic 1.0 for DOS.  A BASIC
  28.               Interpreter/Compiler that builds native DOS
  29.               EXEs.  OS/2 and Windows NT versions as well
  30.               as complete source code available.
  31.               Shareware by Adrian Michaud
  32. BASICOMP.ZIP  This archive includes all the files to
  33.               compile your .BAS files created in QBasic.
  34.               it also includes my very own COMPILE.EXE to
  35.               help you with your compiling.  Yes, source
  36.               code is provided for COMPILE.EXE.  Archive
  37.               Includes: BRUN45.EXE, etc.
  38. BASICWNT.ZIP  NitrousBasic for Windows NT.  A Basic
  39.               Interpreter/Compiler that builds native
  40.               32-bit Windows NT .EXEs.  OS/2 and DOS
  41.               versions also available.  Complete Source
  42.               code available.  Lots of sample basic
  43.               programs included.  A great tool for
  44.               multi-platform tools/utilities.
  45. BITBLT.ZIP    An example made in Visual Basic on how to
  46.               use the BitBlt API to transfer pictures.
  47. BR10TOUR.ZIP  BitRip 1.0 Tour.  A comprehensive slideshow
  48.               of the BitRip 1.0 software package.  BitRip
  49.               is the software you need to convert graphics
  50.               created in your favorite drawing program to
  51.               RIPscrip.  With BitRip, designing impressive
  52.               graphical menus and screens for your BBS is
  53.               easy!
  54. CMOD312.ZIP   CapaMod 3.12 _THE_ MOD, S3M and XM player
  55.               for Gravis UltraSound.  Includes CapaPlay II
  56.               library for Assembler, C, Pascal and Basic.
  57. CPPNL001.ZIP  C++ Newsletter/Tutorial Issue 001, 10/95 by
  58.               Glen McClusky.  Contains the following: =
  59.               Introduction = Using C++ as a Better C Part
  60.               1 - function prototypes = Introduction to
  61.               Namespaces Part 1 - introductory comments =
  62.               Performance - handling a common strcmp() case
  63. CPPNL002.ZIP  C++ Newsletter/Tutorial Issue 002, 11/95 by
  64.               Glen McClusky.  Contains the following: =
  65.               Using C++ as a Better C Part 2 - references
  66.               = Introduction to Namespaces Part 2 - using
  67.               namespace = Writing Robust C++ Code Part 1 -
  68.               assert() and subscript checking =
  69.               Performance - handling lots of small strings
  70.               via a C++ class
  71. CPPNL003.ZIP  C++ Newsletter/Tutorial Issue 003, 12/95 by
  72.               Glen McClusky.  Contains the following: =
  73.               World Wide Web Site = Introduction to
  74.               Namespaces Part 3 - unnamed namespaces =
  75.               Standard Template Library = Using C++ as a
  76.               Better C Part 3 - new/delete = Performance -
  77.               hidden constructor/destructor costs
  78. CPPNL004.ZIP  C++ Newsletter/Tutorial Issue 004, 01/96 by
  79.               Glen McClusky.  Contains the following: =
  80.               Introduction to C++ Namespaces Part 4 -
  81.               using declarations = Clarification of
  82.               New/Delete Example in Newsletter #003 =
  83.               Using C++ as a Better C Part 4 - Declaration
  84.               Statements = C++ and Java = Writing Robust
  85.               C++ Code Part 2 - Constructors and Integrity
  86.               Checking = Performance - Declaration
  87.               Statements
  88. CPPNL005.ZIP  C++ Newsletter/Tutorial Issue 005, 01/96 by
  89.               Glen McClusky.  Contains the following: =
  90.               Web Glossary = New Fundamental Type in C++ -
  91.               bool = Using C++ as a Better C Part 5 -
  92.               Function = Overloading = Book Review - The
  93.               Mythical Man Month = Example C++ Class -
  94.               Mean and Standard Deviation
  95. CPPNL006.ZIP  C++ Newsletter/Tutorial Issue 006, 02/96 by
  96.               Glen McClusky.  Contains the following: =
  97.               Introduction to Stream I/O Part 1 -
  98.               Overloading = Writing Robust C++ Code Part 3
  99.               - Stream I/O = Using C++ as a Better C Part
  100.               6 - Operator Overloading = Stream I/O
  101.               Performance = Further Comment on New bool
  102.               Fundamental Type
  103. CPPNL007.ZIP  C++ Newsletter/Tutorial Issue 007, 03/96 by
  104.               Glen McClusky.  Contains the following: =
  105.               Introduction to Stream I/O Part 2 -
  106.               Formatting and Manipulators = Using C++ as a
  107.               Better C Part 7 - Inline Functions =
  108.               Programming Quiz = Performance - Stream I/O
  109.               Output
  110. CPPNL008.ZIP  C++ Newsletter/Tutorial Issue 008, 3/96 by
  111.               Glen McClusky.  Contains the following:
  112.               Virtual Functions in C++, Introduction to
  113.               Stream I/O Part 3 - Copying Files, Using C++
  114.               as a Better C Part 8 - Type Names, Answer to
  115.               Programming Quiz
  116. CPPNL009.ZIP  Newsletter/Tutorial by Glen McCluskey.
  117.               Issue 009, 4/96.  Contains the following:
  118.               Introduction to Templates Part 1 - Function
  119.               Templates, New C++ Feature - Member
  120.               Templates, Introduction to Stream I/O Part 4
  121.               Tie(), Using C++ as a Better C Part 9 Extern
  122.               "C" Correction
  123. CPPNL010.ZIP  CPP Newsletter by Glen McCluskey, Issue #010
  124.               May, 1996, Contents: Introduction to
  125.               Templates Part 2 - Class Templates
  126.               Introduction to Stream I/O Part 5 -
  127.               Streambuf Using C++ as a Better C Part 10 -
  128.               General Initializers Performance - Per-class
  129.               New/Delete
  130. CPPSTUF.ZIP   Lots of libraries and includes for C++
  131.               Helpful resource if you deleted your files
  132. CRSSMK1S.ZIP  Crosswords U-Create: Create, solve, and
  133.               print crosswords.
  134. CTLTK16.ZIP   Control Toolkit v1.00: 16-bit add-in for
  135.               Visual Basic that assists in managing
  136.               controls in forms by providing a toolbar
  137. CUJ0596.ZIP   C/C Users Journal, May 1996.
  138. DBET103E.ZIP  Delphi database extension tools (components).
  139. DBFILL_B.ZIP  DB-FILL creates randomly generated data for
  140.               data base system developers for load testing
  141. DDJ0696.ZIP   Dr.  Dobbs Journal, June 1996.
  142. DISPCOM.ZIP   C++ sample code for client/server apps
  143. DN0223.ZIP    Delphi Newsletter 2/23/96
  144. DOCAID12.ZIP  DOCAID v1.02 Documentation Aid for C in DOS.
  145.               Analyses and aids documentation and
  146.               understanding of C progs.  Develops function
  147.               descriptions, hierarchy and cross-ref from
  148.               the C code itself.  Creates documentation
  149.               from program comments.  Supports K&R and
  150.               ANSI C.  Valuable aid for understanding
  151.               legacy software.Hypertext view of analysis
  152.               and into selected functions.MASYCOM
  153.               ConsultingInc.  US$29.  Phone orders &
  154.               credit cards.
  155. EI70.ZIP      EASY INSTALL VERSION 7.0 Self Installing
  156.               Distribution Disk Maker.  Makes compressed
  157.               self installing disks for progam distribut
  158.               ion.  No script language to learn Just tell
  159.               it your program name and directory.  Packs
  160.               sub directories, displays readme file and
  161.               optionally starts program after install.
  162.               Keywords: INSTALL SETUP COMPRESS
  163.               Registration 25
  164. EZDSL200.ZIP  Easy" Data Structures Library of Linked
  165.               Lists, Queues, Etc.  Written For Borland's
  166.               Delphi Language.
  167. FCHEK270.ZIP  Ftnchek (Short For Fortran Checker) V2.70 is
  168.               Designed to Detect Certain Errors in A
  169.               Fortran Program That A Compiler Usually Does
  170.               Not.
  171. FILE2INC.ZIP  FILE2INC -- Convert any ordinary binary file
  172.               into an array recognizable by Pascal.  -Fire
  173.               Frog, May 1996-
  174. FREELI10.ZIP  FREELIB: THE FREE ASSEMBLY LANGUAGE LIBRARY
  175.               *130* of the most helpful Assembly Language
  176.               Procedures, with FULL SOURCE CODE.  Almost
  177.               7500 lines of code, fully commented, with
  178.               complete documentation.  FREELIB is public
  179.               domain, free for non-commercial use.
  180. GAMELIB.ZIP   Graphics and keyboard functions for easy
  181.               creation of arcade games in Dos, VGA 256
  182.               colours using C.  Covers Pcx images, more.
  183. HEXIT098.ZIP  HexIt v0.98 (C) 1996 by Mikael Klasson aka
  184.               Omega of Moment 22 Hex-editor featuring: A
  185.               nice setup-mode!  Comparing two files, both
  186.               for differences and similarities!  Viewing
  187.               the files as text!  (works really fine now!)
  188.               English and Swedish docs Extensive
  189.               online-help!  Advanced search- and
  190.               replace-facilities!  Jumping to a fileoffset
  191.               Clipboard with cut, copy and paste!
  192.               Editing, incl inserting and deleting bytes!
  193.               SplitScreen Filesizes up to your total
  194.               amount of free hi mem!  Up to 50 files in
  195.               memory!  Works well under MS-DOS, OS/2 and
  196.               Windows.  LOTS of bugfixes!  :) Coming soon:
  197.               A real texteditor, not only the text-viewer
  198.               Disassembling perhaps?
  199. HYMAKE31.ZIP  HYMAKE v3.1 Automated MAKE utility for DOS.
  200.               Describe your targets (.EXE and .LIB) with
  201.               simple 1 to 4 line HYMAKE definitions.
  202.               HYMAKE automatically determines, from the C
  203.               source code, which modules need to be
  204.               remade.  Auto-setup for Turbo,
  205.               Borland,Microsoft.  User may adjust for
  206.               others.Also shows dependencies in
  207.               Hypertext.Fast,reliable and memory-
  208.               efficient.MASYCOM Consulting Inc.
  209.               US$24.Phone orders, credit cards.
  210. II201.ZIP     INSTALLIT!  is a DOS application installer,
  211.               extremely easy to use, no script language,
  212.               many features, occupies only 27K on disk.
  213.               Built-in decompression, and other utilities
  214.               included.  Registration key gives you access
  215.               to free updates as they are released.  $25US
  216.               ] COFFEE MUG SOFTWARE ]
  217. KBSTF10.ZIP   Keyboard utilities with C/ASM sources by
  218.               Luigi Mancinelli.
  219. KINSTW27.ZIP  K-INSTALL for Windows v2.7 by ARK ANGLES - A
  220.               powerful, versatile and robust installation
  221.               program for both DOS and Windows software.
  222.               Handles multi disk and partial installs,
  223.               archive unpacking, replace or append to
  224.               files, autoexec.bat, config.sys, INI file
  225.               and Program Manager updating, comprehensive
  226.               un- install, and lots more!  Highly
  227.               customisable, with attractive screens.
  228.               Professional edition also available.
  229. LIBKB090.ZIP  Libkb - a free, advanced and portable
  230.               low-level keyboard library for MSDOS and
  231.               Linux.  Allows access to ALL keys and combos
  232.               Ideal for games programming.
  233. LOADNAME.ZIP  SUB LoadNames.  (27 Mar 1996, $0, Joe
  234.               Negron).  Demonstrates the use of native
  235.               QuickBASIC and DOS interrupt calls to load
  236.               filenames into an array.  Public Domain.
  237. M4KIT11.ZIP   METAKIT v1.1 C++ classes for persistent
  238.               structured data.  Features: on-demand
  239.               loading, commit/rollback, serialized I/O,
  240.               simple API in a few C++ classes.  With
  241.               hypertext intro & Winhelp API reference
  242.               guide.  No royalties.  Src examples:
  243.               disk/ftp cats, Winsock cli/srv.
  244.               Win32/Win16/Dos DLLs/LIBs included for MFC.
  245.               New in 1.1: CatFish, sort/search, faster.
  246. MALLOC15.ZIP  12345678901234567890123456789012345678901234
  247.               5 (version 1.5) malloc15 - Memory leak
  248.               checker Drop in replacement for the
  249.               malloc\free found in MSVC 1.5 (aka 8.00c),
  250.               it checks for rouge pointers, buffer
  251.               overflows and memory leaks.  It is a drop in
  252.               replacement, not a wrapper.  Versions also
  253.               exist for SCO Unix and HP-UX, SunOS and AIX.
  254.               Shareware - njh@smsltd.demon.co.uk.
  255. MONY_120.ZIP  Mony MDA Monchrome display device driver for
  256.               application programmers AND device driver
  257.               programmers.
  258. MULTIKIT.ZIP  Pascal 7.0 multimedia programming kit
  259. NXDV99_3.ZIP  Nexus Third Party Development Kit Revision
  260.               0.99.03 - Pre-release version of the Nexus
  261.               Development Kit.  This includes information
  262.               regarding file formats and other
  263.               information.  Turbo Pascal structures
  264.               included.
  265. N_B_V200.ZIP  Nutz 'n Boltz v2.0 for PowerBASIC.  REQUIRES
  266.               386 or higher and PB v3.2+ This collection
  267.               of libraries covers string handling, text
  268.               mode, SCREEN 12, and much, much more.  There
  269.               is pop-up help and demo code for all
  270.               routines and many, many text files with
  271.               tips, tricks & expanded discussion on the
  272.               routines.  DASoft - Vertical Software
  273.               Solutions
  274. PATPNT09.ZIP  Pat Paint v 0.9: Editor for creating screens
  275.               for Borland, Turbo, & Microsoft C.  Make
  276.               detailed screens for your C/C++ program
  277.               without using millions of print's, goto's
  278.               and color changes in your code.  Great for
  279.               title screens
  280. PBS_V15.ZIP   PBstring v1.50 2- String remover - DGROUP
  281.               saver extrodinaire!  FASTER, SAFER, and MORE
  282.               COMPLETE than any other string remover.
  283.               Handles C's escape codes and replacement
  284.               parameters properly.  You gotta see this to
  285.               believe it.  Comes with SETUP.EXE, a string
  286.               replacement, and configuration editing
  287.               programs.
  288. PCLVBW10.ZIP  PERSONAL COMMUNICATIONS LIBRARY FOR VISUAL
  289.               BASIC / WINDOWS.  (PCLVBW10.ZIP) February
  290.               1996, Version 1.0, <ASP>.  Async comm
  291.               library supporting COM1-COM20 to 115,200
  292.               baud, 4+ ports concurrently, many dumb
  293.               multiport boards, 16550 UART, interrupt
  294.               driven, RTS/CTS flow control, any UART
  295.               address using IRQ2 thru IRQ15.  Requires
  296.               Microsoft Visual BASIC / Win.  By
  297.               MarshallSoft Computing, Inc.  $75.
  298. PGTRAY10.ZIP  Trial version of the TPGTrayIcon95
  299.               component.  It allows you to design and test
  300.               applications before actually purchasing the
  301.               component.  You must purchase the registered
  302.               version if you wish to distribute your
  303.               applications.
  304. PJP32.ZIP     Visual basic source code printer.
  305. PRTREP41.ZIP  Printit!  4.1 Report And File Print
  306.               Components For Delphi.
  307. PTOOL121.ZIP  Panther Tools v1.2 by Waheed Al-Sayer.
  308.               Panther tools are a set of components and
  309.               experts for Borland Delphi.  They ease the
  310.               development of applications without typing
  311.               any code.  First released, Feb.  1996.  This
  312.               is the second release Apr.  1996.
  313. PTOOLS12.ZIP  Panther Tools v1.2 by Waheed Al-Sayer.
  314.               Panther tools are a set of components and
  315.               experts for Borland Delphi.  They ease the
  316.               development of applications without typing
  317.               any code.  Second release Apr.  1996.
  318. QB_TB.ZIP     QB-TB converts QBASIC code into TURBO BASIC
  319.               Code
  320. QF35S.ZIP     QuietFlight v3.5 Shareware Demo: Programming
  321.               and xBase Tools add-on for TSE Pro 2.5!
  322.               Features: Where Am I?, Window Coordinates,
  323.               Screen Counter, Revert file to original,
  324.               Save all modified files, View DBF
  325.               structures, Re-flow source code, Insert
  326.               Color Codes from Table, update coordinates
  327.               in source code, and *much* more!
  328. RADPAS13.ZIP  RADPas v1.3 allows you to incorporate
  329.               Reality ADlib Tracker v1.x music into Turbo
  330.               Pascal 7 programs with extreme ease.  Full
  331.               source code.
  332. RAVEN157.ZIP  Raven 1.56 Text Management Systems allows
  333.               you to organize and manage multiple text
  334.               files which you re-use frequently.  Perfect
  335.               as a source code librarian for programmers,
  336.               as a FAQ tool for email and forum support,
  337.               and a document preparation utility for
  338.               business writing, legal documents, etc.
  339. SIBC13.ZIP    SYSTEM INFO LIBRARY for Borland C++: 90
  340.               routines for returning various system
  341.               related information including PENTIUM
  342.               detection, CPU speed, DblSpace and Stacker
  343.               information, UART detection, '386 Memory
  344.               Manager Detection, Network information and
  345.               more.
  346. SIQB13.ZIP    SYSTEM INFO LIBRARY for QuickBASIC: 89
  347.               routines for returning various system
  348.               related information including PENTIUM
  349.               detection, CPU speed, DblSpace and Stacker
  350.               information, UART detection, '386 Memory
  351.               Manager Detection, Network information and
  352.               more.  Shareware ($39) by Paul Lapsansky
  353. SM099C.ZIP    Source Mapper v0.99c OS/2 and DOS utility to
  354.               make a useful (human readable) map of your
  355.               C-style source codes.  You can generate a
  356.               map of a single sourcefile, or you can have
  357.               SM generate a map of a huge project that
  358.               consists of many source files.  The produced
  359.               map is espesially useful when you need to
  360.               document the source(s) of your project.
  361.               I've also found it helpful when digging into
  362.               sources written by others.
  363. SOFTL300.ZIP  Softool powerful TSR tool that offers
  364.               programmers and others: an ASCII table, a
  365.               memory viewer with disassembler, a 32-bit
  366.               calculator, a register viewer, a MCB viewer,
  367.               an interrupt viewer, a register viewer, a
  368.               scan code viewer
  369. SQCPS22.ZIP   SQCPS Copy Protection System SQCPS protects
  370.               your programs against illegal copying.
  371.               SQCPS is based on diskettes, which are
  372.               especially marked and cannot be duplicated.
  373.               SQCPS diskettes can store up to 4000 bytes
  374.               of licensing information, which can be
  375.               accessed from various programming languages
  376.               (C, COBOL, VISUAL BASIC, CLIPPER, etc)
  377. STR1005B.ZIP  Renegade Pascal Structs for the soon to be
  378.               released bug fix 10-31 Version.  Straight
  379.               from Cott Lang's board.
  380. STUPGAM1.ZIP  *>*>*STUPID GAMES IN BASIC VOL.  1 GORILLA,
  381.               NIBBLES, JUMANJI, COLLECT, POKER SQUARES,
  382.               TREE MASSACRE, BEAT THE DEVIL SOLITAIRE.  7
  383.               stupid games in QuickBasic, good intro.  to
  384.               the language and game programming for
  385.               beginners.  Source (.BAS) files, and
  386.               compiled (.EXE) files included.
  387. SWAG9602.ZIP  NEW SWAG PASCAL snipets for 02/29/96.  From
  388.               Sourceware Archival Group.  Updated version
  389.               of READER.EXE v3.12 and DOC files.  Will
  390.               automatically update .SWG files on your
  391.               disk.  SWAG (SourceWare Archival Group) is a
  392.               collection of source code and program
  393.               examples for the PASCAL language.  Contains
  394.               58 catagories covering every aspect of
  395.               PASCAL.  One of the MOST complete PASCAL
  396.               reference libraries available.  This is ONLY
  397.               the update.  Get ALLSWAGS.ZIP for ALL SWAGS
  398.               snipets to date.
  399. TPTUTR0F.ZIP  Glenn Grotzinger's Instructional Tutorials
  400.               on Turbo Pascal.
  401. TPTUTR0I.ZIP  Glenn Grotzinger's Instructional Tutorials
  402.               on Turbo Pascal.
  403. TSFAQP31.ZIP  Prof.  Timo Salmi's answers to Frequently
  404.               Asked Questions about common Turbo Pascal
  405.               programming.  Does not cover object
  406.               oriented, protected mode, Turbo Vision or
  407.               Delphi questions.
  408. VBCAL32.ZIP   VBCALENDAR - Modify the code however you
  409.               want, don't re-distribute under the same
  410.               name {VBCAL32.ZIP}.  You can replace all
  411.               references to the year.  It's all very easy
  412.               once you look at the code.  Win95
  413. VBCOLOR3.ZIP  Color demo - Feel free to modify the code
  414.               however you want, but don't re-distribute
  415.               under the same name {VBColor32.ZIP} Win95
  416. VBWIZ40.ZIP   VBWiz 4.0 The project generation system for
  417.               Visual Basic 4.0 (32-bit).  Save time and
  418.               effort by getting your VB projects off to a
  419.               flying start with VBWiz.  VBWiz lets you
  420.               build your entire project framework in less
  421.               than a minute by following five simple
  422.               steps.  VBWiz creates your MDI and SDI
  423.               forms, menus, toolbar and buttons and
  424.               statusbar along with your customized About
  425.               box.  All the code neccessary to run your
  426.               app straight away is created in seconds.
  427.               This will save you days if not weeks in
  428.               development time.  Requires Visual Basic 4.0
  429.               (32-bit).  SWREG# 10529.
  430. VDMV7N1.ZIP   Visual Developer Magazine v7 #1 sources
  431. WALK32_1.ZIP  Write large WinNT and Win95 programs in ASM.
  432.               tools, and lots of samples.  MASM 6.xx
  433.               (ML.required.  Extensive doc included.  This
  434.               is PUBLIC DOMAIN SOFTWARE.
  435. YG407W95.ZIP  YGrep Search Engine v4.07 This is a powerful
  436.               32-bit library able to search text using
  437.               regular expressions as well as approximative
  438.               descriptions of the pattern.  Allows search
  439.               (grep), replace (substitute).  For Borland,
  440.               Visual and others.  Please remove v4.06
  441.               which has a bug in approximative search
  442.               (with 2 or + errors).
  443.