filum_test
filum_test,
a FORTRAN90 code which
calls filum(), which
can work with information in text files.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the MIT license
Related Data and codes:
filum,
a FORTRAN90 code which
works with information in text files.
Source Code:
-
filum_test_4by5.txt, a file with
missing right parentheses.
-
filum_test_test.txt, a sample file.
-
filum_test_append.txt, an
example of FILE_APPEND.
-
filum_test_braces.txt, a file
with balanced and legal braces.
-
filum_test_columns.txt, a file
of 4 rows and 5 columns of numeric data.
-
filum_test_copy.txt, an example of
FILE_COPY.
-
filum_test_reverse_columns.txt,
an example of FILE_REVERSE_COLUMNS.
-
filum_test_parens1.txt, a file
with missing right parentheses.
-
filum_test_parens2.txt, a file
with illegally occurring right parentheses.
-
filum_test_parens3.txt, a file
with balanced and legal parentheses.
-
filum_test_reverse_rows.txt,
an example of FILE_REVERSE_ROWS.
-
integers.txt,
a file containing text and integers.
-
story.txt,
a file containing a title line and 5 paragraphs of text.
-
story_rot13.txt,
the story, encoded by ROT13.
-
story_rot26.txt,
the story, decoded by a second application of ROT13.
DATA_***.TXT is a short sequence of three files, each having 8 data
items, 3 on the first line, 3 on the second, and 2 on the third line,
to be examined by FILE_SEQUENCE_SIZE.
Last revised on 09 July 2020.