Index of /~pi/cpm/files/ftp.mayn.de/pub/cpm/archive/modula2

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]00-index.txt1997-10-26 02:00 4.3K 
[   ]afai.def1987-01-08 01:00 161  
[   ]afai.mod1987-01-08 01:00 1.0K 
[   ]allq.mod2004-09-21 23:18 1.5K 
[   ]baltree.mod1987-01-08 01:00 7.5K 
[   ]bench.mod1987-01-08 01:00 810  
[   ]bingcd.mod1987-01-08 01:00 971  
[   ]bitwise.mod2004-09-21 23:18 2.0K 
[   ]btree.mod1987-01-08 01:00 6.8K 
[   ]case.lbr1987-05-05 02:00 27K 
[DIR]case/2021-04-25 14:57 -  
[   ]cmpisqrt.mod1987-01-08 01:00 715  
[   ]cmppower.mod1987-01-08 01:00 745  
[   ]complex.mod1987-01-08 01:00 647  
[   ]cross1.mod1987-01-08 01:00 3.3K 
[   ]cross2.mod1987-01-08 01:00 15K 
[   ]crunch.mod1987-01-08 01:00 658  
[   ]dicetest.mod2004-09-21 23:18 3.5K 
[   ]divide.mod1987-01-08 01:00 1.0K 
[   ]edit.mod1987-01-08 01:00 1.7K 
[   ]fibonacc.mod1987-01-08 01:00 797  
[   ]fraction.mod1987-01-08 01:00 872  
[   ]gcdlcm.mod1987-01-08 01:00 889  
[   ]harmonic.mod1987-01-08 01:00 1.2K 
[   ]knightst.mod1987-01-08 01:00 1.3K 
[   ]list.mod1987-01-08 01:00 1.4K 
[   ]list2.mod1987-01-08 01:00 1.3K 
[   ]m2vhoch.lbr1987-04-26 02:00 19K 
[DIR]m2vhoch/2021-04-22 22:32 -  
[   ]magicsqu.mod1987-01-08 01:00 810  
[   ]marriage.mod1987-01-08 01:00 2.5K 
[   ]mergesor.mod1987-01-08 01:00 3.5K 
[   ]mtmod2.lbr1987-08-30 02:00 8.0K 
[DIR]mtmod2/2004-09-21 22:45 -  
[   ]optimalt.mod1987-01-08 01:00 7.4K 
[   ]palindro.mod1987-01-08 01:00 613  
[   ]permute.mod1987-01-08 01:00 734  
[   ]plo.mod1987-01-08 01:00 8.3K 
[   ]polysort.mod1987-01-08 01:00 4.8K 
[   ]postfix.mod1987-01-08 01:00 962  
[   ]power2.mod1987-01-08 01:00 1.1K 
[   ]pplot.mod1987-01-08 01:00 1.4K 
[   ]primes.mod1987-01-08 01:00 925  
[   ]printerp.mod1987-01-08 01:00 954  
[   ]procon.fix2004-09-21 23:18 1.3K 
[   ]procon.mod2004-09-21 23:18 1.5K 
[   ]queens8.mod1987-01-08 01:00 1.1K 
[   ]recurren.mod1987-01-08 01:00 2.0K 
[   ]selectio.mod1987-01-08 01:00 1.9K 
[   ]sequence.mod1987-01-08 01:00 1.0K 
[   ]shellif.mod2004-09-21 23:18 2.9K 
[   ]sierpins.mod1987-01-08 01:00 1.1K 
[   ]sieve.mod1987-01-08 01:00 736  
[   ]sort.mod1987-01-08 01:00 3.6K 
[   ]strlib.def1987-01-08 01:00 4.1K 
[   ]strlib.mod1987-01-08 01:00 15K 
[   ]strtes.mod1987-01-08 01:00 2.0K 
[   ]sum10000.mod1987-01-08 01:00 959  
[   ]sumofcub.mod1987-01-08 01:00 1.4K 
[   ]ticktock.mod1987-01-24 01:00 942  
[   ]topsort.mod1987-01-08 01:00 2.0K 
[   ]tree.mod1987-01-08 01:00 2.1K 
[   ]useafai.mod1987-01-08 01:00 499  
[   ]wordleng.mod1987-01-08 01:00 810  

NOTE: This list was created on Sun Oct 26 12:14:59 EST 1997
Some files may have been added or deleted since that date.
See file pub/cpm/filedocs/aaaread.me for additional information.

NOTE: Type B is Binary; Type A is ASCII

Directory pub/cpm/modula2/
 Filename   Type Length   Date   Description
==============================================
afai.def      A     161  870108  No description available
afai.mod      A    1075  870108  No description available
allq.mzd      B    1024  870426  Finds solutions of 8 queens problem
baltree.mod   A    7714  870108  Insertion/deletoin in AVL-balanced tree
bench.mod     A     810  870108  Read text file
bingcd.mod    A     971  870108  Find greatest common divisor of two numbers
bitwise.mzd   B    1024  870910  More bit stuff for Modula-2
btree.mod     A    6968  870108  Insert/delete elements in a B-tree
case.lbr      B   27648  870505  Modula-2 programming tool
cmpisqrt.mod  A     715  870108  Compute largest integer <= square root of int
cmppower.mod  A     745  870108  Raise integer to a positive power
complex.mod   A     647  870108  Multiply complex numbers
cross1.mod    A    3385  870108  Generate a cross-reference table from a text
cross2.mod    A   15267  870108  Generate cross-reference table using hash tbl
crunch.mod    A     658  870108  Eliminate multiple blank spaces in a file
dicetest.mzd  B    2048  870426  Dice rolling test in Modula-2
divide.mod    A     975  870108  Divide an integer by a natural number
edit.mod      A    1729  870108  Read a text
fibonacc.mod  A     797  870108  Compute Fibonacci numbers
fraction.mod  A     872  870108  Compute a table of exact fractions
gcdlcm.mod    A     889  870108  Compute GCD and LCM of two natural numbers
harmonic.mod  A    1187  870108  Compute the harmonic function
knightst.mod  A    1350  870108  Knight's Test problem
list.mod      A    1392  870108  Locate records in an ordered list by a key
list2.mod     A    1313  870108  Locate records in an ordered list by a key
m2vhoch.lbr   B   19200  870426  Two prime computation programs
magicsqu.mod  A     810  870108  Count number of words in text by length
marriage.mod  A    2548  870108  Find solution to stable marriage problem
mergesor.mod  A    3538  870108  Natural merge sort w/ 3 files
mtmod2.lbr    B    8192  870830  A selection of Modula-2 programs
optimalt.mod  A    7529  870108  Find optimally structured binary search tree
palindro.mod  A     613  870108  Find integers whose squares are palindromes
permute.mod   A     734  870108  Compute all n! permuatations of integers
plo.mod       A    8458  870108  Skeleton compiler w/ syntax checking
polysort.mod  A    4922  870108  Polyphase sort program
postfix.mod   A     962  870108  Convert expressions from infix to postfix
power2.mod    A    1127  870108  Compute table of positive and neg. powers of 2
pplot.mod     A    1474  870108  Printer plot module
primes.mod    A     925  870108  Compute a table of first n prime numbers
printerp.mod  A     954  870108  Plot a function on the screen
procon.fzx    B     896  870426  Producer/Consumer Test Module
procon.mzd    B    1024  870426  Producer/Consumer Test module
queens8.mod   A    1139  870108  8 Queens problem
recurren.mod  A    2041  870108  Determine recurrence relations
selectio.mod  A    1994  870108  Find optimal selection of objs from a set
sequence.mod  A    1064  870108  Find non-adjacent sequence of digits
shellif.mzd   B    1920  870426  ZCPR3 MOD for IF/ELSE in a shell
sierpins.mod  A    1116  870108  Sierpinski module
sieve.mod     A     736  870108  Table of primes using sieve of Erasthenes
sort.mod      A    3682  870108  Performs various types of sorts on an array
strlib.def    A    4154  870108  String manipulation for MRI Modula2
strlib.mod    A   15523  870108  String manipulation for MRI Modula2
strtes.mod    A    2052  870108  Demonstrate string functions in strlib.mod
sum10000.mod  A     959  870108  Computes sum in four different ways
sumofcub.mod  A    1411  870108  Find smallest pos. integer from two cubes
ticktock.mod  A     942  870124  Corrected Modula-2 sample program
topsort.mod   A    2061  870108  Topological sorting
tree.mod      A    2162  870108  Insertion/deletion of elements in binary tree
useafai.mod   A     499  870108  No description available
wordleng.mod  A     810  870108  Read text and count words by length