filum, a Fortran90 code which works with information in text files.
The information on this web page is distributed under the MIT license.
filum is available in a C version and a C++ version and a Fortran77 version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
f90_files, a Fortran90 code which illustrates the use of files in the Fortran90 language.
file_merge, a Fortran90 code which merges two sorted files.
file_name_sequence, a Fortran90 code which demonstrates ways to generate a sequence of filenames that can be used when generating images for an animation.
file_transpose, a Fortran90 code which makes a "transposed" copy of a file, in which the I-th "word" of the J-th line becomes the J-th word of the I-th line.
files_multiple, a Fortran90 code which demonstrates how a code can open multiple output files at one time, and write data to any one specific file it chooses.
reformat, a Fortran90 code which makes a copy of a file with a given number of "words" per line.