| 84714 packages online |
|
|
| | | | No screenshot available |
|
============================== README.list6 ==============================
This is disk 6 of the freely distributable AMIGA software library.
compress Compress reduces the size of the named files using
adaptive Lempel-Ziv coding. The amount of compression
obtained depends on the size of the input, the number of
bits per code, and the distribution of common substrings.
Typically, text such as source code or English is reduced
by 50-60%. Compression is generally much better then that
achieved by Huffman coding (as used in "pack") or
adaptive Huffman coding (as used in "compact"), and takes
less time to compute. Great for saving disk space, or
reducing transmission time over phone lines! Also includes
"btoa" and "atob" for converting binary files to ascii, and
then back to binary (for transmission over links that do
not support 8 bits).
Author: Thomas Spencer, with improvements by others
dadc A digital computer impersonating an analog clock
impersonating a digital clock.
Author: Perry S. Kivolowitz
microemacs An upgraded version of microemacs originally distributed
on disk number 2. I don't have an exact list of changes
but the new executable is about 25% larger, so there must
be something in there! One enhancement is that some
functions are now also bound to function keys.
Author: Dave Conroy, with enhancements by Jack Roose.
mult Mult reads the input comparing adjacent lines. In the
normal case, the second and succeeding copies of repeated
lines are output, and the remainder of the lines are
removed. Repeated lines must be adjacent in order to be
found. Options are present to output the first of multiple
lines, for comparing adjacent lines by field only, and for
specifying the field separator character. Kind of the
opposite of the Unix "uniq" program.
Author: Dennis Bednar
scales Demonstrates use of the Audio functions in the ROM to
produce four voice sound. It uses a simple waveform
(sawtooth) with no amplitude control (ie, envelope)
or frequency variation (ie, vibrato), but these can be
easily implemented. Also includes considerable
documentation on audio device.
Author: Steven A. Bennett
setparallel Allows the CLI user to dynamically change any particular
parallel port parameter.
Author: Keith Stobie and Tom Pohorsky
setserial Allows the CLI user to dynamically change any particular
serial port parameter.
Author: Keith Stobie and Tom Pohorsky
sortc A quicksort based sort program, using separate driver
and sort modules. Originally from a DECUS C distribution.
Claims to be fast, but when operating entirely out of ram
takes 93 seconds to sort its input file, sort.c, while
AmigaDos's sort takes only 43 seconds under the same
conditions.
Author: Dave Conroy, Martin Minow, and Ray Van Tassle
stripc Strips comments and extraneous whitespace from C source
files. Useful for compacting the C header files to
increase usable disk space.
Author: Chris Metcalf
=========================================================================
|
Contents of misc/fish/fish-0006.lha PERMSSN UID GID PACKED SIZE RATIO METHOD CRC STAMP NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic] 7809 17772 43.9% -lh5- 907a Jan 15 1986 compress/atob
[generic] 917 2184 42.0% -lh5- 83a8 Jan 15 1986 compress/atob.c
[generic] 6712 14796 45.4% -lh5- da4d Jan 15 1986 compress/btoa
[generic] 1234 2483 49.7% -lh5- ad59 Jan 15 1986 compress/btoa.1
[generic] 1014 2333 43.5% -lh5- cc2b Jan 15 1986 compress/btoa.c
[generic] 1477 4054 36.4% -lh5- 2361 Jan 15 1986 compress/btoa.man
[generic] 10487 22948 45.7% -lh5- 9014 Jan 15 1986 compress/compress
[generic] 2317 5147 45.0% -lh5- b748 Jan 15 1986 compress/compress.1
[generic] 14275 40473 35.3% -lh5- 44b1 Jan 15 1986 compress/compress.c
[generic] 2635 8062 32.7% -lh5- e633 Jan 15 1986 compress/compress.man
[generic] 201 302 66.6% -lh5- 04ba Jan 15 1986 compress/compressd
[generic] 387 736 52.6% -lh5- 8f19 Jan 15 1986 compress/compressd.1
[generic] 553 1642 33.7% -lh5- 1d7d Jan 15 1986 compress/compressd.man
[generic] 545 1601 34.0% -lh5- 4ea8 Jan 15 1986 compress/Makefile
[generic] 731 1312 55.7% -lh5- fc43 Jan 15 1986 compress/POSTER
[generic] 1492 3194 46.7% -lh5- 0fec Jan 15 1986 compress/README
[generic] 557 1037 53.7% -lh5- 9847 Jan 15 1986 compress/README.amiga
[generic] 1765 3318 53.2% -lh5- 73f7 Jan 15 1986 compress/README2
[generic] 3546 8142 43.6% -lh5- 9a25 Jan 15 1986 compress/README3.0
[generic] 175 303 57.8% -lh5- 8bf1 Jan 15 1986 compress/tarmail
[generic] 192 290 66.2% -lh5- d515 Jan 15 1986 compress/uncompressd
[generic] 110 174 63.2% -lh5- 0811 Jan 15 1986 compress/untarmail
[generic] 801 1748 45.8% -lh5- 9cf1 Jan 15 1986 compress/usermem
[generic] 321 760 42.2% -lh5- 867b Jan 15 1986 compress/zcmp
[generic] 396 797 49.7% -lh5- 6d91 Jan 15 1986 compress/zcmp.1
[generic] 545 1543 35.3% -lh5- 60a5 Jan 15 1986 compress/zcmp.man
[generic] 324 724 44.8% -lh5- da72 Jan 15 1986 compress/zdiff
[generic] 201 306 65.7% -lh5- fd68 Jan 15 1986 compress/zmore
[generic] 1616 3702 43.7% -lh5- 471c Jan 15 1986 compress/zmore.1
[generic] 1916 5774 33.2% -lh5- a540 Jan 15 1986 compress/zmore.man
[generic] 8653 19672 44.0% -lh5- ade0 Jan 12 1986 dadc/dadc
[generic] 2334 6870 34.0% -lh5- 2d01 Jan 12 1986 dadc/dadc.c
[generic] 748 2132 35.1% -lh5- d246 Jan 15 1986 microemacs/ansi.c
[generic] 2203 8589 25.6% -lh5- 3990 Jan 15 1986 microemacs/basic.c
[generic] 3269 12579 26.0% -lh5- 2b3c Jan 15 1986 microemacs/buffer.c
[generic] 972 5011 19.4% -lh5- e628 Jan 15 1986 microemacs/default.keymap.h
[generic] 6026 21514 28.0% -lh5- 7e68 Jan 15 1986 microemacs/display.c
[generic] 3303 10788 30.6% -lh5- f12e Jan 15 1986 microemacs/ed.h
[generic] 1149 3230 35.6% -lh5- f2e5 Jan 15 1986 microemacs/emacs.cmds
[generic] 3089 12508 24.7% -lh5- 3b8a Jan 15 1986 microemacs/file.c
[generic] 960 2759 34.8% -lh5- 408a Jan 15 1986 microemacs/fileio.c
[generic] 1416 6448 22.0% -lh5- 79db Jan 15 1986 microemacs/keymap.h
[generic] 1206 5642 21.4% -lh5- 8a03 Jan 15 1986 microemacs/keymap.h.save
[generic] 4150 17309 24.0% -lh5- e8c3 Jan 15 1986 microemacs/line.c
[generic] 6023 23601 25.5% -lh5- f2b4 Jan 15 1986 microemacs/main.c
[generic] 346 1136 30.5% -lh5- 0f25 Jan 15 1986 microemacs/Makefile
[generic] 307 974 31.5% -lh5- cbf8 Jan 15 1986 microemacs/makefile.amiga
[generic] 928 2679 34.6% -lh5- 7d5e Jan 15 1986 microemacs/me.doc
[generic] 22217 51428 43.2% -lh5- 4f41 Jan 15 1986 microemacs/muEMACS
[generic] 3711 16000 23.2% -lh5- 4dff Jan 15 1986 microemacs/port-handler.asm
[generic] 3585 12537 28.6% -lh5- cf99 Jan 15 1986 microemacs/random.c
[generic] 1503 6619 22.7% -lh5- f94c Jan 15 1986 microemacs/region.c
[generic] 1686 5670 29.7% -lh5- 2ab1 Jan 15 1986 microemacs/search.c
[generic] 2192 7014 31.3% -lh5- c434 Jan 15 1986 microemacs/spawn.c
[generic] 706 2170 32.5% -lh5- 3717 Jan 15 1986 microemacs/tcap.c
[generic] 1712 4138 41.4% -lh5- a214 Jan 15 1986 microemacs/termio.c
[generic] 1583 4047 39.1% -lh5- 1454 Jan 15 1986 microemacs/termio.c.save
[generic] 787 2114 37.2% -lh5- b371 Jan 15 1986 microemacs/vt52.c
[generic] 2794 11685 23.9% -lh5- ebab Jan 15 1986 microemacs/window.c
[generic] 1601 8958 17.9% -lh5- 1930 Jan 15 1986 microemacs/word.c
[generic] 158 232 68.1% -lh5- 2c9b Jan 15 1986 microemacs/working
[generic] 8030 17980 44.7% -lh5- 6f24 Jan 13 1986 mult/mult
[generic] 3836 10323 37.2% -lh5- 1935 Jan 13 1986 mult/mult.c
[generic] 1098 2747 40.0% -lh5- 51ef Jan 13 1986 mult/mult.help
[generic] 33 56 58.9% -lh5- 53d8 Jan 13 1986 mult/mult.t.1
[generic] 27 27 100.0% -lh0- b21d Jan 13 1986 mult/mult.t.2
[generic] 46 66 69.7% -lh5- 5a4c Jan 13 1986 mult/mult.t.3
[generic] 30 43 69.8% -lh5- cd70 Jan 13 1986 mult/mult.t.4
[generic] 9 9 100.0% -lh0- f558 Jan 13 1986 mult/mult.t.5
[generic] 691 1202 57.5% -lh5- 3d9f Jan 13 1986 mult/POSTER
[generic] 644 1318 48.9% -lh5- 74f7 Jan 12 1986 README.dist
[generic] 1475 3104 47.5% -lh5- 6ac7 Jan 15 1986 README.list6
[generic] 8893 19744 45.0% -lh5- f5a5 Jan 14 1986 scales/scales
[generic] 6405 17643 36.3% -lh5- 790b Jan 14 1986 scales/scales.c
[generic] 6637 16430 40.4% -lh5- 73a0 Jan 14 1986 scales/scales.doc
[generic] 8459 18508 45.7% -lh5- 82e9 Jan 15 1986 setparallel/setparallel
[generic] 2484 7228 34.4% -lh5- 26b0 Jan 15 1986 setparallel/setparallel.c
[generic] 9494 21332 44.5% -lh5- ff9a Jan 15 1986 setserial/setserial
[generic] 2379 6790 35.0% -lh5- 28ea Jan 15 1986 setserial/setserial.c
[generic] 4578 11853 38.6% -lh5- 9de8 Jan 15 1986 sort/qksort.c
[generic] 13197 28660 46.0% -lh5- 1995 Jan 15 1986 sort/sortc
[generic] 13663 37686 36.3% -lh5- 651e Jan 15 1986 sort/sortc.c
[generic] 4731 12855 36.8% -lh5- 4264 Jan 15 1986 sort/sorts.c
[generic] 6958 15560 44.7% -lh5- bc30 Jan 12 1986 stripc/stripc
[generic] 2520 6324 39.8% -lh5- 470e Jan 12 1986 stripc/stripc.c
---------- ----------- ------- ------- ------ ---------- ------------ -------------
Total 85 files 262885 711198 37.0% Feb 16 1996
|
|
|
|
Aminet © 1992-2024 Urban
Müller and
the Aminet team.
Aminet contact address: <aminetaminet net> |