home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-1.iso / CDROM / FAQs / C++ / part2 < prev    next >
Encoding:
Internet Message Format  |  1996-10-24  |  41.2 KB

  1. Path: informatik.tu-muenchen.de!fu-berlin.de!news.mathworks.com!bloom-beacon.mit.edu!senator-bedfellow.mit.edu!faqserv
  2. From: nikki@trmphrst.demon.co.uk (Nikki Locke)
  3. Newsgroups: comp.lang.c++,comp.answers,news.answers
  4. Subject: Available C++ libraries FAQ (2/6)
  5. Supersedes: <C++-faq/libraries/part2_843489990@rtfm.mit.edu>
  6. Followup-To: poster
  7. Date: 24 Oct 1996 09:53:02 GMT
  8. Organization: Trumphurst Ltd.
  9. Lines: 1055
  10. Approved: news-answers-request@MIT.Edu
  11. Expires: 7 Dec 1996 09:47:19 GMT
  12. Message-ID: <C++-faq/libraries/part2_846150439@rtfm.mit.edu>
  13. References: <C++-faq/libraries/part1_846150439@rtfm.mit.edu>
  14. Reply-To: cpplibs@trmphrst.demon.co.uk
  15. NNTP-Posting-Host: bloom-picayune.mit.edu
  16. Summary: Contains a list of available C++ libraries, both PD and commercial.
  17. X-Last-Updated: 1996/10/08
  18. X-Mailer: cppnews $Revision: 1.43 $
  19. Originator: faqserv@bloom-picayune.MIT.EDU
  20. Xref: informatik.tu-muenchen.de comp.lang.c++:216983 comp.answers:21885 news.answers:84953
  21.  
  22. Archive-name: C++-faq/libraries/part2
  23. Comp-lang-c++-archive-name: C++-faq/libraries/part2
  24.  
  25. Available C++ libraries FAQ (2/6)
  26. =================================
  27.  
  28. Contents
  29. ~~~~~~~~
  30.    Introduction                                             (part1)
  31.    Adding or amending entries                               (part1)
  32.    Changes since the last update                            (part1)
  33.    Libraries available via FTP (A-L)                        (this file)
  34.    Libraries available via FTP (M-Z)                        (part3)
  35.    Tools for C++ Programmers                                (part4)
  36.    Libraries with no known FTP site                         (part4)
  37.    Source code from books                                   (part4)
  38.    Other places to look for details of C++ libraries        (part4)
  39.    Useful ftp sites                                         (part4)
  40.    Commercial libraries (A-N)                               (part5)
  41.    Commercial libraries (O-Z)                               (part6)
  42.    Other commercial sources of C++ code                     (part6)
  43.  
  44. ------------------------------------------------------------------------
  45. Libraries available via FTP (A-L)
  46. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  47. ADAPTIVE Communication Environment (ACE) - C++ IPC wrappers
  48.  
  49. This release contains contains the source code, documentation, and example
  50. test drivers for a number of C++ wrapper libraries and higher- level
  51. distributed application frameworks developed as part of the ADAPTIVE
  52. project at the University of Calfornia, Irvine.
  53.  
  54. The C++ wrappers encapsulate many of the user-level BSD and System V
  55. Release 4 IPC facilities such as sockets, TLI, select and poll, named
  56. pipes and STREAM pipes, the mmap family of memory-mapped file commands,
  57. System V IPC (i.e., shared memory, semaphores, message queues), and
  58. explicit dynamic linking (e.g., dlopen/dlsym/dlclose) using type-secure,
  59. object-oriented interfaces.
  60.  
  61. The higher-level distributed application frameworks integrate and enhance
  62. the lower-level C++ wrappers to support the configuration of concurrent
  63. network daemons composed of monolithic and/or stackable services
  64.  
  65. A relatively complete set of documentation and extensive examples are
  66. included in the release. A mailing list is available for discussing bug
  67. fixes, enhancements, and porting issues regarding ACE. Please send mail to
  68. ace-users-request@ics.uci.edu if you'd like to become part of the mailing
  69. list.
  70.  
  71. I have been informed that the ftp site listed may be incorrect. Correct
  72. information would be appreciated.
  73.  
  74. Added : 01/01/95   Amended : 30/07/96 
  75. Licencing : Not known
  76. FTP from ftp://wuarchive.wustl.edu/languages/c++/ACE/
  77. Email:ace-users-request@ics.uci.edu
  78. ------------------------------------------------------------------------
  79. Aisearch -  a package to make writing problem solving programs easier.
  80.  
  81. Offers the programmer a set of search algorithms that may be used to solve
  82. all kind of different problems. The following search algorithms have been
  83. implemented:
  84.   - depth-first tree and graph search
  85.   - breadth-first tree and graph search
  86.   - uniform-cost tree and graph search
  87.   - best-first search
  88.   - bidirectional depth-first tree and graph search
  89.   - bidirectional breadth-first tree and graph search
  90.   - AND/OR depth tree search
  91.   - AND/OR breadth tree search.
  92.  
  93. Although this package is meant as a tool for developing problem solving
  94. software it is not meant exclusively for programmers that are familiar
  95. with the concept of problem representation and search techniques. The
  96. document accompanying this package first describes (though condensed) the
  97. theory of problem solving in AI and next explains how the search class
  98. library must be used. Furthermore, as the source code is richly commented
  99. and as also some demo programs are included the package should also prove
  100. useful to people that want to get acquainted with the subject.
  101.  
  102. Added : 01/01/95   Amended : 01/01/95 
  103. Licencing : Not known
  104. FTP from ftp://obelix.icce.rug.nl/pub/peter/aisearch.tar.Z
  105. FTP from ftp://obelix.icce.rug.nl/pub/peter/aisearch.zip
  106. ------------------------------------------------------------------------
  107. Amulet - User Interface Development Environment
  108.  
  109. AMULET is a user interface development environment in C++.  Code written
  110. using Amulet will work with little or no changes on all platforms.
  111.  
  112. More than just another free "virtual toolkit," Amulet includes many
  113. features specifically designed to make the creation of highly-interactive,
  114. graphical, direct manipulation user interfaces significantly easier. 
  115. Based on a proven earlier system, called Garnet, that was in wide use in
  116. the Lisp community, Amulet adds a number of important innovations and
  117. refinements.
  118.  
  119. Important features of Amulet include: 
  120.   - a dynamic, prototype-instance object system that makes prototyping
  121.     easier
  122.   - automatic constraint solving integrated with the object system
  123.   - a "structured-graphics" model (also called a "display list") that
  124.     handles automatic refresh of objects when the change
  125.   - a high-level input model that makes it easy to add behaviors to
  126.     objects and also supports undo and help for operations
  127.   - a full set of flexible widgets implemented using the Amulet
  128.     intrinsics, so you can easily experiment with your own widgets; and
  129.     high-level interactive debugging tools.  Widgets include:buttons, check
  130.     boxes, radio buttons, menus, menu bars (pull-down menus), scroll bars,
  131.     scrolling windows, and text input fields.
  132.  
  133. Amulet comes with complete documentation including a tutorial.
  134.  
  135. Operating Systems:
  136.   - X Windows
  137.   - PC 32-bit Windows
  138.   - Mac
  139. Compilers:
  140.   - Gnu CC
  141.   - Object Center
  142.   - Visual C++
  143.   - MetroWerks CodeWarrior
  144. Added : 29/02/96   Amended : 29/02/96 
  145. Licencing : Public Domain
  146. FTP from ftp://ftp.cs.cmu.edu/usr0/anon/project/amulet/amulet/README
  147. WWW http://www.cs.cmu.edu/~amulet
  148. Email:bam@cs.cmu.edu - Brad A. Myers
  149. Postal address:Brad A. Myers, Human Computer Interaction Institute, School of Computer Science, Carnegie Mellon University, Pittsburgh, PA  15213-3891
  150. ------------------------------------------------------------------------
  151. Andy Register's - matrix library
  152.  
  153. It is still under development so there is no documentatin and some
  154. functions have not been throughly tested. It is a departure from most
  155. matrix libs in that it includes things like UpperTriangular different from
  156. Diagonal, from Row, from Col, etc.
  157.  
  158. Added : 01/01/95   Amended : 01/01/95 
  159. Licencing : Not known
  160. Author:Andy Register
  161. FTP from ftp://ftp.cerl.gatech.edu/pub/c++/gtmatrix
  162. Email:andy@cerl.gatech.edu
  163. ------------------------------------------------------------------------
  164. Arjuna - For writing fault-tolerant (distributed) applications
  165.  
  166. Arjuna provides a set of tools (C++ classes and libraries) for writing
  167. fault-tolerant distributed applications using persistent objects, atomic
  168. actions, and replication. Included in the system is a C++ stub generator
  169. (and associated RPC mechanism) which takes a C++ class definition for an
  170. object and generates client and server stub code. Using these stub classes
  171. occurs in a relatively transparent manner: the differences between a local
  172. and distributed application are typically only a single line.
  173.  
  174. The system has been ported to a wide range of architectures and C++
  175. compilers, both by the authors and other users, and has been in use for
  176. several years.
  177.  
  178. A comprehensive manual is available with the distribution.
  179.  
  180. The system has been ported to a wide range of architectures and C++
  181. compilers, both by the authors and other users, and has been in use for
  182. several years.
  183.  
  184. Added : 01/01/95   Amended : 01/01/95 
  185. Licencing : Education
  186. FTP from ftp://arjuna.ncl.ac.uk/
  187. WWW http://arjuna.ncl.ac.uk/
  188. ------------------------------------------------------------------------
  189. Awesime - A C++ task library explicitly designed for simulation
  190.  
  191.  
  192.  
  193. Added : 01/01/95   Amended : 01/01/95 
  194. Licencing : Not known
  195. Author:Dirk Grunwald
  196. FTP from ftp://ftp.cs.colorado.edu/pub/cs/misc/Awesime
  197. Email:grunwald@foobar.cs.colorado.edu
  198. ------------------------------------------------------------------------
  199. BLAS in C++
  200.  
  201.  
  202.  
  203. Added : 01/01/95   Amended : 01/01/95 
  204. Licencing : Not known
  205. Author:Damian McGuckin
  206. FTP from ftp://usc.edu/pub/C-numanal/blas.cpp.shar.z
  207. Email:damianm@eram.esi.com.au
  208. ------------------------------------------------------------------------
  209. Blas.cpp.shar.z
  210.  
  211. A BLAS in C++
  212.  
  213. Added : 01/01/95   Amended : 01/01/95 
  214. Licencing : Not known
  215. Author:Damian McGuckin
  216. FTP from ftp://usc.edu/pub/C-numanal/
  217. Email:damianm@eram.esi.com.au
  218. ------------------------------------------------------------------------
  219. Brent's univariate minimizer and zero finder.
  220.  
  221. Ref: G.Forsythe, M.Malcolm, C.Moler, Computer methods for mathematical
  222. computations. Precision - double
  223.  
  224. Obsolete - now part of the linalg package
  225.  
  226. Added : 01/01/95   Amended : 30/07/96 
  227. Licencing : Not known
  228. WWW http:cpplibs2.html#LinAlg.shar
  229. ------------------------------------------------------------------------
  230. C* In C++ - Parallel Programming Classes for C++:
  231.  
  232.  
  233.  
  234. Added : 01/01/95   Amended : 01/01/95 
  235. Licencing : Not known
  236. Author:Terry Bossomaier
  237. Email:terry@arp.anu.edu.au
  238. ------------------------------------------------------------------------
  239. C++ FEM - (Finite Element Method) Library
  240.  
  241.  In addition to FEM related classes, this library also has:
  242.   - Some simple garbage collection stuff
  243.   - An automatic differentiation library
  244.   - A sparse matrix library
  245.  
  246. This is an initial release and people should *expect* to have to do some
  247. work to get it running on their system. If you have gcc-2.3.3,
  248. libg++-2.3[.1], Gnu make and makedepend you shouldn't have too much
  249. difficulty however. The code is unsupported, and is distributed under the
  250. terms of the GNU Public License.
  251.  
  252. Compilers:
  253.   - Gnu CC
  254. Added : 01/01/95   Amended : 01/01/95 
  255. Licencing : GNU copyleft
  256. Author:Michael Tiller, University of Illinois (Urbana-Champaign)
  257. FTP from ftp://usc.edu/pub/C-numanal/femlib-1.1.tar.gz
  258. Email:tiller@solace.me.uiuc.edu
  259. ------------------------------------------------------------------------
  260. C++ implementation of differential algebra
  261.  
  262. This is temporarily unavailable while we resolve the question of whether
  263. inclusion of codes from Numerical Recipes makes distribution illegal.
  264.  
  265. Available from the netlib mailing list, in c++/mxyzptlk.shar
  266.  
  267. Added : 01/01/95   Amended : 01/01/95 
  268. Licencing : Not known
  269. Author:Leo Michelotti
  270. Email:michelotti@adcalc.fnal.gov
  271. Email:netlib@research.att.com
  272. ------------------------------------------------------------------------
  273. C++Advio - Advanced i/o and arithmetic compression
  274.  
  275. Portable handling and compression of binary data.
  276.  
  277. Keywords: pipes, arithmetic coding, start-stop coding, endian i/o,
  278. compression
  279.  
  280. Operating Systems:
  281.   - Solaris
  282.   - HP 9000
  283.   - IBM AIX
  284.   - Dec Alpha
  285.   - FreeBSD
  286.   - Mac
  287.   - PC 32-bit Windows
  288. Compilers:
  289.   - Gnu CC
  290.   - Sun CC
  291.   - MetroWerks CodeWarrior
  292.   - Borland C++
  293. Added : 22/05/96   Amended : 30/07/96 
  294. Licencing : Public Domain
  295. Author:Oleg Kiselyov
  296. FTP from ftp://replicant.csci.unt.edu/pub/oleg/c++advio.cpt.hqx - Mac distribution
  297. FTP from ftp://replicant.csci.unt.edu/pub/oleg/c++advio.README.txt - README file (ftp)
  298. FTP from ftp://replicant.csci.unt.edu/pub/oleg/c++advio.shar
  299. WWW http://mozart.compsci.com/~oleg/ftp/c++advio.README.txt - README file (Web)
  300. Email:oleg@ponder.csci.unt.edu
  301. ------------------------------------------------------------------------
  302. C++SIM 1.5.2 - A simulation package written in C++.
  303.  
  304. C++SIM provides discrete process based simulation similar to that provided
  305. by the simulation class and libraries of SIMULA. The linked list
  306. manipulation facilities provided by SIMSET are also included in the
  307. package, and there is support for a variety of statistics gathering
  308. classes.
  309.  
  310. The simulation package requires the use of a threads package and currently
  311. only works with the following:
  312.   - Sun's lwp threads and Solaris threads
  313.   - C++ task library
  314.   - NT threads
  315.   - Posix threads
  316.   - cthreads
  317.   - Rex threads
  318.  
  319.  It has been build on a number of different architectures and C++
  320. compilers, and porting to other systems should be relatively easy.
  321.  
  322. Added : 01/01/95   Amended : 01/01/95 
  323. Licencing : Education
  324. FTP from ftp://arjuna.ncl.ac.uk
  325. WWW http://arjuna.ncl.ac.uk
  326. ------------------------------------------------------------------------
  327. CalcPlus - Interpreter of procedural language
  328.  
  329. The CalcPlus library is the C++ class library which provides an ability to
  330. use your own programming language built into C++ project.  Any algorithm
  331. or any constant needed by application can be carried out into the special
  332. file, when process comes to the key point, it calls function or procedure
  333. stored in the text file.  Interpreter runs the function and process
  334. returns back to C++ code.  Library contains the interpreter which
  335. understands simple nameless procedural language.  Bi-directional
  336. communication between C++ and the code for interpreter available.
  337.  
  338. Version of the language that comes with the library allows to use
  339. functions, procedures, blocks, preprocessor, global and local variables
  340. and constants, if/for/while statements.  Each variable can have value of
  341. type: nil, bool, long, float, string, date.  Type definitions and arrays
  342. are allowed.  Functions and procedures may be recursive.  New functions
  343. written in C++ may be easily added to the language.  Syntax of the
  344. language can be modified by changing YACC rules.  Interpreter is fast
  345. enough and may be helpful for many tasks.
  346.  
  347. Platform independent, YACC required.
  348.  
  349.  
  350. Operating Systems:
  351.   - PC DOS
  352.   - SCO Unix 3.2.4
  353.   - SunOS
  354. Compilers:
  355.   - Borland C++
  356.   - Visual C++
  357.   - Watcom C++
  358.   - Gnu CC
  359.   - Sparcworks
  360. Added : 22/05/96   Amended : 22/05/96 
  361. Licencing : Shareware
  362. Author:Vladimir Schipunov
  363. FTP from ftp://ftp.simtel.net/pub/simtelnet/msdos/cpluspls/calcplus.zip
  364. Email:vschipun@cammail1.attmail.com
  365. ------------------------------------------------------------------------
  366. Callbacks - Inter-component callbacks using functors
  367.  
  368. This library provides a comprehensive, portable, type-safe, efficient,
  369. general purpose mechanism for inter-component callbacks using template
  370. functors. Full source code and examples.
  371.  
  372. A complete rationale and description of this mechanism appeared in my
  373. article in the February 1995 issue of the C++ Report (now reprinted in
  374. 'C++ Gems', SIGS Books).  Users are strongly encouraged to read the
  375. article before proceeding, as the library has minimal embedded
  376. documentation at present.
  377.  
  378. Operating Systems:
  379.   - All - not O/S specific
  380. Compilers:
  381.   - Visual C++
  382.   - IBM Cset++
  383.   - Borland C++
  384.   - Watcom C++
  385. Added : 03/10/96   Amended : 03/10/96 
  386. Licencing : Copyrighted freeware
  387. Author:Rich Hickey
  388. WWW http://www.sigs.com/books/gems.html - C++ Gems
  389. WWW http://ourworld.compuserve.com/HomePages/RichHickey
  390. Email:hickeyr@ibm.net
  391. ------------------------------------------------------------------------
  392. CB++ - CommonBase Database Access Library for C/C++
  393.  
  394. This library was written in 1989 as a basis for storing C++ objects in a
  395. relational database. The development of such a system was stopped in 1990
  396. because of problems with the MS-DOS environment used in this time. My
  397. involvement in various user interface projects here in the institute and
  398. otherwhere made it sleep until last week.
  399.  
  400. Okay, here is it. It is only the database access layer of the projected
  401. object storage system but it has some useful features which are provided
  402. by commercial tools out there:
  403.   - Builds on the C language interface of a database, there is no need for
  404.     a precompiler (like embedded SQL - which is totally unusable in
  405.     combination with C++, at least it was three years ago...)
  406.   - Very simple to use. Unlike the native C interfaces of the databases it
  407.     is as simple as embedded SQL or some 4th generation languages.
  408.   - Makes applications portable among different SQL databases. The library
  409.     itself is relatively easy to port as the database vendor specific code
  410.  
  411. Note - Scott R. Chilcote" (scotty@nando.net) reports he can only find the
  412. a README file at the site given, and his attempts to mail the author's
  413. address given therein fail.  (david_r@netvision.net.il) reports he
  414. couldnt find anything at the ftp site.
  415.  
  416.  
  417. Added : 01/01/95   Amended : 22/05/96 
  418. Licencing : Not known
  419. FTP from ftp://ftp.x.org/contrib/CB++.0.1.*
  420. ------------------------------------------------------------------------
  421. CBMT - Collaborative BioMolecular Tools
  422.  
  423. CBMT provides a number of easy-to-use fundamental classes for biologists,
  424. chemists and crystallographers.  They include:  Molecular Structure,
  425. Sequence, Standard Formats (PDB, CIF, GCG, etc), Geometry, Statistics,
  426. TextParsing, and a single container class (a dynamic Array).  All
  427. documentation is in HTML, and member functions have *.c examples.  I hope
  428. that the system can be extended as a communal effort and am piloting this
  429. idea in the C++ course at the Globewide Network Academy
  430.  
  431. Version 1.3 will be posted shortly including an experimental script
  432. language (generated automatically from the *.h files) providing support
  433. for persistent objects manipulatable by other languages such as tcl or
  434. csh.
  435.  
  436. Added : 01/01/95   Amended : 01/01/95 
  437. Licencing : Non commercial
  438. Author:Peter Murray-Rust
  439. FTP from ftp://s-ind2.dl.ac.uk/cbmt/democ12.tar.Z
  440. WWW http://www.dl.ac.uk/CBMT/HOME.html
  441. WWW http://info.desy.de/gna/html/cc/index.html)
  442. WWW http://www.dl.ac.uk/CBMT/HOME.html
  443. Email:mbglx@seqnet.dl.ac.uk
  444. Email:pmr1716@ggr.co.uk
  445. ------------------------------------------------------------------------
  446. CCL110JE.ZIP - Coroutine class library
  447.  
  448. DOS PC/Borland C++ specific.
  449.  
  450. Operating Systems:
  451.   - PC DOS
  452. Compilers:
  453.   - Borland C++
  454. Added : 01/01/95   Amended : 01/01/95 
  455. Licencing : Not known
  456. FTP from ftp://oak.oakland.edu/pub/msdos/cplusplus/
  457. FTP from ftp://garbo.uwasa.fi/pc/c-lang/
  458. ------------------------------------------------------------------------
  459. CNCL - ComNets Class Library
  460.  
  461.  Universal classes:
  462.   - Tree structured class hierarchy, similar to NIHCL.
  463.   - Classes for general purposes such as arrays, linked lists,  strings.
  464.   - Interface classes for UNIX system calls: pipes, select.
  465.   - Persistent objects.
  466.  
  467. Simulation:
  468.   - Event driven simulation.
  469.   - Statistical evaluation.
  470.   - Random number generators and distributions. 
  471.  
  472. Fuzzy logic:
  473.   - Fuzzy sets, fuzzy variables, fuzzy rules and inference
  474.   - engine for building fuzzy controllers and expert systems. 
  475.  
  476. EZD:
  477.   - Interface classes for DEC's ezd graphics server.
  478.  
  479.  
  480. Operating Systems:
  481.   - HP UX
  482.   - SunOS
  483.   - Solaris
  484.   - Linux
  485. Compilers:
  486.   - Gnu CC
  487. Added : 01/01/95   Amended : 08/08/96 
  488. Licencing : GNU copyleft
  489. Author:Martin Junius, Martin Steppler, et al.
  490. FTP from ftp://ftp.comnets.rwth-aachen.de/pub/CNCL/
  491. WWW http://www.comnets.rwth-aachen.de/doc/cncl.html
  492. Email:cncl-adm@comnets.rwth-aachen.de
  493. Postal address:Communication Networks, Aachen University of Technology, D-52056, Aachen, Germany
  494. Postal address:Communication Networks, Aachen University of Technology, D-52056 Aachen, Germany
  495. ------------------------------------------------------------------------
  496. Conical - C++ classes for building neural networks
  497.  
  498. CONICAL is a cross-platform library of C++ classes for building
  499. biologically realistic simulations of neurons or small neural networks.
  500. Its capabilities are similar to large Unix-based packages such as GENESIS
  501. and NEURON, but produces simulations which are smaller, faster, and easily
  502. imbedded in other applications.
  503.  
  504. CONICAL is still under development, but documentation is fairly complete
  505. and includes both introductory material and demo programs.
  506.  
  507. Operating Systems:
  508.   - Unix
  509.   - MacOS
  510.   - PC DOS
  511.   - PC Windows
  512. Compilers:
  513.   - Gnu CC
  514.   - Borland Turbo C++
  515.   - MetroWerks CodeWarrior
  516. Added : 30/07/96   Amended : 30/07/96 
  517. Licencing : Education
  518. Author:Joseph J. Strout
  519. FTP from ftp://ftp-ncmir.ucsd.edu/pub/jstrout/conical.tar.gz - source & docs by ftp
  520. WWW http://www-acs.ucsd.edu/~jstrout/conical - CONICAL home page
  521. Email:jstrout@ucsd.edu - send email to the author
  522. Postal address:J. Strout,3033 Basic Sciences Bldg,UCSD,9500 Gilman Dr.,La Jolla,CA,92093-0608
  523. ------------------------------------------------------------------------
  524. COOL - Texas Instrument's "C++ Object Oriented Library".
  525.  
  526. COOL includes classes like AVL_Tree, Association, Bignum, Binary_Tree,
  527. Bit_Set, Complex, Date_Time, Envelope, Gen_String, Handle, Hash_Table,
  528. Iterator, List, M_Vector, Matrix, N_Tree, Pair, Quaternion, Queue, Random,
  529. Range, Rational, Regexp, Set, Shared, Stack, String, Timer, Value,
  530. Vector.
  531.  
  532. COOL uses a special "template" syntax which is preprocessed by a special
  533. cpp (distributed with COOL). This enables it to be used with compilers
  534. which do not support templates.
  535.  
  536. Added : 01/01/95   Amended : 05/02/96 
  537. Licencing : Not known
  538. FTP from ftp://ftp.ti.com/pub/COOL.tar.Z
  539. ------------------------------------------------------------------------
  540. Cvmath.cc - An include file to make complex math look like regular math.
  541.  
  542. The file uses a lot of operator overloading, so that if x=a+ib and y=c+id,
  543. the code for multiplying the two together looks like z = x*y;  Also, the
  544. file includes nrutil from Numerical Recipes, and adds the complex versions
  545. for vectors and matrices.
  546.  
  547. Added : 01/01/95   Amended : 01/01/95 
  548. Licencing : Not known
  549. Author:Leonard Kamlet
  550. FTP from ftp://usc.edu/pub/C-numanal/cvmath.cc
  551. Email:lik@engin.umich.edu
  552. ------------------------------------------------------------------------
  553. DiamondBase - Add Relational Database functionality to your C++ programs
  554.  
  555. DiamondBase is a library of C++ routines and utilities that allow you to
  556. add Relational Database functionality to your C++ programs. It is written
  557. entirely in C++, and great pains have been taken to ensure it compiles
  558. under a variety of compilers. It comes with a 47 page manual.
  559.  
  560. Operating Systems:
  561.   - Unix
  562.   - OS/2
  563. Compilers:
  564.   - Gnu CC
  565.   - Cfront
  566.   - Borland C++ for OS/2
  567. Added : 01/01/95   Amended : 01/01/95 
  568. Licencing : Not known
  569. FTP from ftp://pippin.cs.monash.edu.au/pub/export/
  570. Email:davison@molly.cs.monash.edu.au
  571. Email:kevinl@bruce.cs.monash.edu.au
  572. Email:darrenp@dibbler.cs.monash.edu.au
  573. ------------------------------------------------------------------------
  574. Diffpack - Quick prototyping of simulators solving partial differential equations by
  575. FEM
  576.  
  577. Diffpack is a large and comprehensive C++ package aiming at quick
  578. prototyping of simulators solving partial differential equations by FEM.
  579. Under development at SINTEF Applied Mathematics and the University of
  580. Oslo, Norway.
  581.  
  582.  Version 1.0 of Diffpack is released for free non-commerical use and is
  583. distributed by netlib. For further details refer to the Diffpack WWW home
  584. page
  585.  
  586. Added : 01/01/95   Amended : 01/01/95 
  587. Licencing : Not known
  588. WWW http://www.oslo.sintef.no/avd/33/3340/diffpack
  589. ------------------------------------------------------------------------
  590. DoPVM - A class built on PVM, for message passing environments.
  591.  
  592.  
  593.  
  594. Added : 01/01/95   Amended : 01/01/95 
  595. Licencing : Not known
  596. Author:Skip Hartley
  597. Email:skip@mathcs.emory.edu
  598. ------------------------------------------------------------------------
  599. DOSTmUit - DOS Text Mode User Interface Toolkit
  600.  
  601.  Enables C++ programmers to add a CUA-compliant user interface to their
  602. DOS programs without getting involved in screen coordinates and other
  603. messy details. The programmer merely states which interface objects are
  604. required, and how they are to be placed on the screen in relation to each
  605. other. Those familiar with the ET++ toolkit for the X windows system under
  606. Unix will get the general idea.
  607.  
  608. Includes a class documentation facility (DocClass) which will generate a
  609. large text file from the source code giving details of every class,
  610. structure, enum and extern in the toolkit. This program will also work on
  611. your own C++ source code. Source is provided.
  612.  
  613. Operating Systems:
  614.   - PC DOS
  615. Compilers:
  616.   - Zortech C++ 3.0
  617.   - Borland C++ 3.1,4.X
  618. Added : 01/01/95   Amended : 01/01/95 
  619. Licencing : Non commercial
  620. Author:Nikki Locke, Trumphurst Ltd.
  621. FTP from ftp://ftp.demon.co.uk/pub/trumphurst/toolkit/
  622. WWW http://www.trmphrst.demon.co.uk/toolkit.html
  623. Email:uit@trmphrst.demon.co.uk
  624. ------------------------------------------------------------------------
  625. Drat - A C++ interface to the curses library
  626.  
  627. Drat contains several classes for interfacing with the UNIX curses
  628. library, including menus with callback's, and other common forms.
  629.  
  630. Added : 05/02/96   Amended : 05/02/96 
  631. Licencing : Not known
  632. WWW http://www.best.com/~smurman/Drat
  633. Email:smurman@best.com
  634. ------------------------------------------------------------------------
  635. ET++ - A large GUI library and other C++ tools developed in Europe
  636.  
  637. The Authors are both with Taligent now.
  638.  
  639. Added : 01/01/95   Amended : 01/01/95 
  640. Licencing : Not known
  641. Author:Andre Weinand and Erich Gamma
  642. FTP from ftp://ftp.ubilab.ubs.ch/
  643. FTP from ftp://ftp.inria.fr/gnu/et++-2.0.tar.Z
  644. ------------------------------------------------------------------------
  645. FFTPACK++ - C++ version of FFTPACK
  646.  
  647. FFT_Pack is a C++ wrapper for FFTPACK complex routines using LAPACK++
  648. Matrix and Vector classes. FFTPACK routines were converted to C using f2c
  649. and also modified to use double precision complex using -r8 to f2c.
  650.  
  651. Most of this code was lifted directly from GNU OCTAVE v1.1.0, hence the
  652. copyright notice at the top.
  653.  
  654. The forward FFT takes you to freq domain (ala direction == -1), and
  655. backward the other way.
  656.  
  657. Passing LaVectorComplex/Double or LaGenMatComplex/Double with one
  658. dimension set to 1 will implicitly perform 1D FFT on the data.
  659.  
  660. The members of the FFT_Pack class are declared static, since they really
  661. need no private member storage. There are two types of transform routines:
  662. ones that return a new complex matrix and the ones that change the matrix
  663. in place.
  664.  
  665. Compilers:
  666.   - Cfront
  667.   - Gnu CC
  668. Added : 01/01/95   Amended : 01/01/95 
  669. Licencing : GNU copyleft
  670. Author:Mumit Khan
  671. Fax:608 265 3811
  672. WWW http://www.xraylith.wisc.edu/~khan/software/fftpack/
  673. Email:khan@xraylith.wisc.edu
  674. Postal address:Center for X-ray Lithography, University of Wisconsin - Madison
  675. Tel:608 265 6075
  676. ------------------------------------------------------------------------
  677. GAGS - C++ class library for Genetic algorithms
  678.  
  679. It includes classes for chromosomes and populations.
  680.  
  681. Library:binary chromosome representation. Genetic operators:
  682. mutation, xOver (n-pt and uniform), remove/reinsert. Selection
  683. operator: steady state, tournament, roulette wheel. Perl and/or tcl/tk
  684. graphic front-end. Graphics through gnuplot. Training from file.
  685.  
  686. Application generator: it needs only an ANSI-C definition of the
  687. fitness function. It's parsed, and a program that runs a GA on it is
  688. generated.
  689.  
  690. Operating Systems:
  691.   - Unix
  692. Compilers:
  693.   - Gnu CC
  694.   - SGI CC
  695.   - Sun CC
  696. Added : 08/02/96   Amended : 08/02/96 
  697. Licencing : Copyrighted freeware
  698. Author:JJMerelo
  699. Fax:34-58-243230
  700. FTP from ftp://kal-el.ugr.es/GAGS/GAGS-0.94e.tar.gz
  701. WWW http://kal-el.ugr.es/gags.html
  702. Email:jmerelo@kal-el.ugr.es
  703. Tel:34-58-243162
  704. ------------------------------------------------------------------------
  705. GAME - Parallel Genetic Algorithms Theory and Applications
  706.  
  707. Edited by: J. Stender
  708.  
  709. Publisher: IOS Press
  710.  
  711. Frontiers in Artificial Intelligence and Applications series
  712.  
  713. 1993, 225 pp; hard cover; w/ disk
  714.  
  715. ISBN: 90 5199 087 1
  716.  
  717. Price: $85, 59 pounds sterling
  718.  
  719.  The first version of the GAME Virtual Machine software and two examples
  720. that come with the book can be obtained also by ftp.
  721.  
  722. Added : 01/01/95   Amended : 01/01/95 
  723. Licencing : Not known
  724. FTP from ftp://bells.cs.ucl.ac.uk/papagena/game/version1/
  725. ------------------------------------------------------------------------
  726. GECOOL 2.1 - A reworking and enhancement of Texas Instrument's "C++ Object Oriented
  727. Library"
  728.  
  729. By some programmers at General Electric.
  730.  
  731.  Also available is JCOOL. Its main difference from COOL and GECOOL is that
  732. it uses real C++ templates instead of a similar syntax that is
  733. preprocessed by a special 'cpp' distributed with COOL and GECOOL.
  734.  
  735. Some users behind "firewalls" have had difficulty accessing the ftp site.
  736.  
  737. Added : 01/01/95   Amended : 05/02/96 
  738. Licencing : Not known
  739. FTP from ftp://ftp.cs.utexas.edu/pub/COOL
  740. ------------------------------------------------------------------------
  741. Generic Linked List Package
  742.  
  743. A package to define, create, update query and delete one or more (nodes
  744. of) linked lists, to sort linked lists, and so on. The user doesn't have
  745. to take care of allocating a number of bytes for a node, inserting on the
  746. right place, deleting and freeing a node and so on.
  747.  
  748. Added : 01/01/95   Amended : 01/01/95 
  749. Licencing : Not known
  750. FTP from ftp://hermes.bouw.tno.nl/pub/TNO/BOUW/Bouwinf/linkedlist0.10.shar
  751. FTP from ftp://ftp.tno.nl/pub/TNO/BOUW/Bouwinf/linkedlist0.10.shar
  752. ------------------------------------------------------------------------
  753. GINA++ - An O-O application framework for C++, X11R5, and OSF/Motif
  754.  
  755.  GINA++ (The Generic INteractive Application for C++) is an object-
  756. oriented application framework that facilitates the development of
  757. applications with a graphical user interface. It is written in C++ and
  758. uses OSF/Motif and X for the user interface parts. GINA++ comes as a
  759. library of C++ classes, 10 small to medium demo applications, and it is
  760. fully documented.
  761.  
  762.  Components of GINA++ are:
  763.   - A C++ encapsulation of OSF/Motif providing easy-to-use mechanisms for
  764.     deriving new widget classes completely in C++
  765.   - Support for object-oriented graphics (rectangles, arrows, circle,
  766.     etc)
  767.   - An unlimited undo/redo history mechanism
  768.   - supporting classes for data structures (list, arrays, etc), run-time
  769.     type information, and a notification mechanism.
  770.  
  771. The classes of GINA++ constitute an executable program - the generic
  772. application - which possesses the basic functionality and the user
  773. interface components common to all interactive graphical applications, but
  774. lacks any application-specific behavior. The predefined functionality and
  775. behavior is inherited by deriving subclasses from the existing GINA++
  776. classes. Application specific behavior is implemented by adding new
  777. classes and member functions. Differences to the standard application are
  778. coded by refining virtual member functions inherited from GINA++.
  779.  
  780. Operating Systems:
  781.   - HP UX
  782.   - Sparc
  783.   - X Windows
  784. Compilers:
  785.   - Cfront
  786. Added : 01/01/95   Amended : 01/01/95 
  787. Licencing : Not known
  788. Author:Andreas Baecker
  789. FTP from ftp://ftp.x.org/contrib/
  790. FTP from ftp://ftp.gmd.de/gmd/ginaplus
  791. Email:baecker@gmd.de
  792. Postal address:GMD, P.O. Box 1316, D-53731 Sankt Augustin
  793. ------------------------------------------------------------------------
  794. Gnans - Simulation of stochastic and deterministic dynamical systems
  795.  
  796. A program (and language) for dynamical systems. Includes simple scripting
  797. language. Graphical user interface.
  798.  
  799. Operating Systems:
  800.   - SunOS
  801.   - SGI Irix
  802.   - IBM AIX
  803.   - X Windows
  804. Added : 01/01/95   Amended : 01/01/95 
  805. Licencing : GNU copyleft
  806. Author:Bengt Martensson
  807. FTP from ftp://ftp.mathematik.uni-Bremen.de/pub/gnans
  808. Email:bengt@mathematik.uni-Bremen.de
  809. ------------------------------------------------------------------------
  810. Grail - Symbolic computation with finite-state machines and regular expressions
  811.  
  812. Supports conversion of FSM to RE and back and also conversion to and from
  813. finite languages.  Supports many algebraic operations on FSM and RE.  All
  814. objects are templates, so you can parameterize FSM or RE to use any C++
  815. class or base type as its alphabet type (hence, Mealy machines are
  816. supported by using ordered pairs as the alphabet type).
  817.  
  818. Compilers:
  819.   - Cfront
  820.   - IBM xlC
  821.   - IBM Cset++
  822.   - Watcom C++
  823. Added : 22/05/96   Amended : 22/05/96 
  824. Licencing : Education
  825. WWW http://www.csd.uwo.ca/research/grail
  826. Email:drraymond@csd.uwo.ca
  827. ------------------------------------------------------------------------
  828. GRAS - A Graph-Oriented Database System for SE Applications
  829.  
  830. Copyright (C) 1987-1992  Lehrstuhl Informatik III, RWTH Aachen This
  831. library is free software under the terms of the GNU Library General Public
  832. License.
  833.  
  834. The system GRAS with interfaces for the programming languages Modula-2 and
  835. C is available as public domain software for Sun3/Sun4 workstations (the
  836. GRAS system itself is implemented in Modula-2 and consists of many layers
  837. which might be reusable for the implementation of other systems):
  838.  
  839. There are several files contain documentation, sources, binaries, and
  840. libraries. All binaries are for Sun/4 machines. Sun/3 binaries are shipped
  841. only if explicitly requested.
  842.  
  843. Operating Systems:
  844.   - Sun
  845. Added : 01/01/95   Amended : 01/01/95 
  846. Licencing : GNU copyleft
  847. Author:Dr. Andy Sch"urr (or Richard Breuer)
  848. FTP from ftp://tupac-amaru.informatik.rwth-aachen.de/pub/unix/GRAS522_3
  849. Email:ricki@rwthi3.informatik.rwth-aachen.de
  850. Email:andy@rwthi3.informatik.rwth-aachen.de
  851. Postal address:Lehrstuhl f"ur Informatik III, University of Technology Aachen (RWTH Aachen), Ahornstr. 55, D-5100 Aachen
  852. ------------------------------------------------------------------------
  853. Grayscale Image Processing
  854.  
  855. Enhanced grayscale image processing class library and verification code,
  856. source code
  857.  
  858. Keywords: image arithmetics, image filtration, lazy image, C++, class
  859. library
  860.  
  861. Operating Systems:
  862.   - Solaris
  863.   - HP 9000
  864.   - rs6000-aix-3.2
  865.   - Dec Alpha
  866.   - FreeBSD
  867.   - PC 32-bit Windows
  868. Compilers:
  869.   - Gnu CC
  870.   - Sun CC
  871.   - MetroWerks CodeWarrior
  872.   - Borland C++
  873. Added : 22/05/96   Amended : 30/07/96 
  874. Licencing : Public Domain
  875. Author:Oleg Kiselyov
  876. FTP from ftp://replicant.csci.unt.edu/pub/oleg/grayimage-21.cpt.hqx - Mac distribution
  877. FTP from ftp://replicant.csci.unt.edu/pub/oleg/image.README.txt - README (ftp)
  878. FTP from ftp://replicant.csci.unt.edu/pub/oleg/image_v21.shar
  879. WWW http://mozart.compsci.com/~oleg/ftp/image.README.txt - README (Web)
  880. Email:oleg@ponder.csci.unt.edu
  881. ------------------------------------------------------------------------
  882. Hans Boehms GC - Hans Boehms free Garbage Collector
  883.  
  884. Implements much of the Detlefs/Ellis C++ GC proposal.
  885.  
  886. Added : 01/01/95   Amended : 01/01/95 
  887. Licencing : Not known
  888. FTP from ftp://ftp.parc.xerox.com/pub/gc
  889. ------------------------------------------------------------------------
  890. High level vector operations
  891.  
  892. Contains the Aitken-Lagrange interpolation over the table of uniform or
  893. arbitrary mesh, and the Hook-Jeevse multidimensional minimizer. Precision
  894. single/double.
  895.  
  896. Obsolete - now part of the Lin-alg package.
  897.  
  898. Added : 01/01/95   Amended : 30/07/96 
  899. Licencing : Not known
  900. WWW http:cpplibs2.html#LinAlg.shar
  901. ------------------------------------------------------------------------
  902. InterViews - GUI class library developed by Stanford University
  903.  
  904. Make sure you get v3.1 or later. This library contains excellent examples
  905. of multiple inheritance used profitably. I understand that InterViews
  906. development will not continue past the current version; author Mark Linton
  907. is concentrating his efforts on the X Consortium Fresco project, which
  908. should show up in X11R6.
  909.  
  910. Added : 01/01/95   Amended : 01/01/95 
  911. Licencing : Not known
  912. FTP from ftp://interviews.stanford.edu/
  913. FTP from ftp://ftp.informatik.uni-kiel.de/pub/graphics/X/InterViews
  914. ------------------------------------------------------------------------
  915. ISC366.ZIP - Interrupt Service Class (v. 3.66)
  916.  
  917.  Allows hooking of interrupts (software and hardware) into classes, comes
  918. with classes for staying resident, for serial communication (interrupt
  919. driven), and like-wise classes. Comes with full source code!
  920.  
  921. Operating Systems:
  922.   - PC DOS
  923. Compilers:
  924.   - Borland C++ 3.0
  925.   - Borland C++ 3.1,4.X
  926. Added : 01/01/95   Amended : 01/01/95 
  927. Licencing : Public Domain
  928. FTP from ftp://oak.oakland.edu/pub/msdos/cpluspls/
  929. FTP from ftp://oak.oakland.edu/pub/msdos/cplusplus/
  930. ------------------------------------------------------------------------
  931. Kalman - A class library for Kalman filtering
  932.  
  933. Contains lumatrix.c++ etc.
  934.  
  935. Compilers:
  936.   - Gnu CC
  937. Added : 01/01/95   Amended : 01/01/95 
  938. Licencing : Not known
  939. Author:Skip Carter
  940. FTP from ftp://usc.edu/pub/C-numanal/kalman.tar.gz
  941. Email:skip@taygeta.oc.nps.navy.mil
  942. ------------------------------------------------------------------------
  943. Lapack++ - C++ version of some of lapack fortran code
  944.  
  945. Developmental version of proposed C++ version of lapack. Contains blas.h++
  946. etc, but needs Fortran library to link.
  947.  
  948. Documents   : Overview paper (9 pages postscript), release notes (7 page
  949. ps)
  950.  
  951. Added : 01/01/95   Amended : 01/01/95 
  952. Licencing : Not known
  953. Author:J. Dongarra, R. Pozo, D. Walker
  954. FTP from ftp://netlib2.cs.utk.edu/lapack++/
  955. ------------------------------------------------------------------------
  956. LEDA, - A Library of Efficient Data Types and Algorithms
  957.  
  958. Provides basic data-types like lists, stacks, queues, trees, sets,
  959. partitions, priority queues and a few others. These are parameterizable
  960. classes, you may add your own datatype and have a priority queue ... An
  961. important datatype is a graph, these are also parameterizable and there
  962. are useful algorithms for them like shortest path, transitive closure,
  963. matching, maximum flow, spanning tree and others, we have implemented a
  964. few algorithms for dealing with perfect graphs, but these ar not part of
  965. the standard library. The latest part deals with computational geometry.
  966.  
  967.  It can be used with C++ compilers which understand templates
  968.  
  969. Compilers:
  970.   - Cfront
  971.   - Gnu CC
  972. Added : 01/01/95   Amended : 01/01/95 
  973. Licencing : Education
  974. Author:Stefan Naeher
  975. FTP from ftp://ftp.mpi-sb.mpg.de/pub/LEDA/
  976. Email:stefan@mpi-sb.mpg.de
  977. Postal address:Max-Planck-Institut fuer Informatik, Im Stadtwald, 6600 Saarbruecken, Germany
  978. ------------------------------------------------------------------------
  979. libg++ - (GNU's C++ library)
  980.  
  981. Libg++ is probably only relevant if you are using g++; and if so, you
  982. already know about it. It does have some good implementations of bignum's
  983. and of regular expressions and strings.
  984.  
  985. Compilers:
  986.   - Gnu CC
  987. Added : 01/01/95   Amended : 01/01/95 
  988. Licencing : Not known
  989. FTP from ftp://aeneas.mit.edu/pub/gnu/
  990. ------------------------------------------------------------------------
  991. Lily (LIsp LibrarY) - Gives C++ programmers the capability to write LISP-style code
  992.  
  993.   I think Lily will be useful in academia for instructors who want to
  994. teach artificial intelligence techniques with C++.  The garbage collection
  995. mechanism employed by Lily is slow which will make it unattractive for
  996. commercial use.
  997.  
  998. Documentation is minimal.  The "Lily User's Guide" (in file lily.txt)
  999. provides a good overview of the architecture of Lily -- the document is
  1000. unfinished. All of the example programs are from Winston's book "LISP
  1001. Second Edition" so you will be much better off if you have a copy. 
  1002. Steele's "Common LISP" describes the behavior of the LISP functions.
  1003.  
  1004. Operating Systems:
  1005.   - PC Windows 3
  1006.   - Unix
  1007. Compilers:
  1008.   - Gnu CC
  1009.   - Borland Turbo C++
  1010. Added : 01/01/95   Amended : 01/01/95 
  1011. Licencing : GNU copyleft
  1012. FTP from ftp://sunsite.unc.edu/pub/packages/development/libraries/lily-0.1.tar.gz
  1013. ------------------------------------------------------------------------
  1014. LinAlg.shar - basic linear algebra classes and applications
  1015.  
  1016. basic linear algebra classes and applications (SVD, interpolation,
  1017. multivariate optimization)
  1018.  
  1019. The package contains declarations of Matrix, Vector, subMatrix over the
  1020. real domain, and *efficient* and fool-proof implementations of level 1 & 2
  1021. BLAS (element-wise operations + various multiplications), transpositions
  1022. and determinant evaluation/inversion. There are operations on a single
  1023. row/col/diagonal of a matrix.
  1024.  
  1025. The "new style" of returning matrices (via LazyMatrix) and filling them
  1026. out.
  1027.  
  1028. New in the Jan 1996 version: extended to include singular value
  1029. decomposition (SVD) and its applications to (a regularized) solution of
  1030. simultaneous linear equations (with possibly rectangular matrices) and
  1031. (pseudo)matrix inverse.
  1032.  
  1033. This version of LinAlg.shar also includes Aitken-Lagrange interpolation
  1034. over the table of uniform or arbitrary mesh, and a Hook-Jeevse local
  1035. multidimensional minimizer, formerly of hl_vector.shar package.
  1036.  
  1037. Matrix/Vector/etc classes are expanded with new methods.
  1038.  
  1039. More attention to Matrix/Vector promises.
  1040.  
  1041. The code is made cross-platform compatible (compiles both under UNIX and
  1042. on a Mac).
  1043.  
  1044. See LinAlg.h for the complete list of classes and functions, and
  1045. vmatrix.cc, vvector.cc, etc. test drivers as to how the features can be
  1046. used. See README for hints.
  1047.  
  1048. Operating Systems:
  1049.   - Mac
  1050.   - Unix
  1051.   - Solaris
  1052.   - IBM AIX
  1053.   - Dec Alpha
  1054.   - SGI Irix
  1055. Compilers:
  1056.   - Gnu CC
  1057.   - MetroWerks CodeWarrior
  1058. Added : 22/05/96   Amended : 30/07/96 
  1059. Licencing : Public Domain
  1060. Author:Oleg Kiselyov
  1061. FTP from ftp://replicant.csci.unt.edu/pub/oleg/LinAlg.cpt.hqx - Mac version
  1062. FTP from ftp://replicant.csci.unt.edu/pub/oleg/LinAlg.shar - Unix version
  1063. FTP from ftp://netlib.att.com/netlib/c++/lin_alg.shar.Z
  1064. WWW http://mozart.compsci.com/~oleg/ftp/LinAlg.README.txt - README file
  1065. Email:oleg@ponder.csci.unt.edu
  1066. ------------------------------------------------------------------------
  1067. Trumphurst Home Page http://www.trmphrst.demon.co.uk/
  1068. Web version of this list http://www.trmphrst.demon.co.uk/cpplibs1
  1069. Mail amendments or additions to this list to cpplibs@trmphrst.demon.co.uk
  1070. The C++ Usenet Newsgroup is comp.lang.c++
  1071.  
  1072. Copyright (c)  1996  Nikki Locke, Trumphurst Ltd.
  1073. Permission is granted to distribute over the Internet without charge.
  1074. The author's permission is required (and usually given) to distribute
  1075. in any other way, including on CD.
  1076. Mail the author at faqdist@trmphrst.demon.co.uk for permission to distribute
  1077.