urbanjost
Fortran has had many lives, like the phoenix of lore. Add another spark to the fire and contribute some Fortran code here
Pinned Repositories
general-purpose-fortran
General Purpose Fortran Cooperative
M_blas
A Fortran BLAS library implemented as a free-format module.
M_CLI
Unix-like command line parsing -- prototype style converts command line to a NAMELIST group
M_CLI2
Fortran commandline-interface using a simple prototype command
M_intrinsics
man-page style descriptions of Fortran intrinsics for use as a reference for developers and tutorials
M_matrix
interact with your Fortran program with a matlab-like scripting language
M_ncurses
Fortran interface to the Ncurses C library
M_strings
Fortran string manipulations
M_system
Call C system routines (mostly POSIX) from Fortran
prep
Fortran pre-processor
urbanjost's Repositories
urbanjost/general-purpose-fortran
General Purpose Fortran Cooperative
urbanjost/M_strings
Fortran string manipulations
urbanjost/M_CLI2
Fortran commandline-interface using a simple prototype command
urbanjost/M_intrinsics
man-page style descriptions of Fortran intrinsics for use as a reference for developers and tutorials
urbanjost/M_system
Call C system routines (mostly POSIX) from Fortran
urbanjost/prep
Fortran pre-processor
urbanjost/M_matrix
interact with your Fortran program with a matlab-like scripting language
urbanjost/M_io
A collection of procedures that create a simple interface for common I/O tasks not conveniently done with intrinsic I/O procedures
urbanjost/M_datapac
The NIST DATAPAC package modularized and made available as an fpm(1) package
urbanjost/M_orderpack
The ORDERPACK2.0 modules repackaged for fpm(1) use
urbanjost/M_uuid
module of FOX routines for generating a UUID (Universally Unique ID)
urbanjost/M_attr
set terminal text attributes using ANSI escape sequences
urbanjost/M_framework
aggregate small modules used for unit testing, comparing results to expected values, logging, creating messages, ...
urbanjost/M_sets
basic set functions
urbanjost/M_time
module of procedures that expand on the Fortran DATE_AND_TIME(3f) intrinsic
urbanjost/M_history
input line history editor
urbanjost/index
urbanjost/M_calculator
parse Fortran-like double precision scalar expressions
urbanjost/M_overload
Common examples of overloading of intrinsics and operators
urbanjost/apps
utility programs using fpm(1) and the General Purpose Fortran modules
urbanjost/M_hashkeys
hash algorithms
urbanjost/M_msg
convert all common variables to a string in Fortran using unlimited polymorphic variables
urbanjost/M_fixedform
create fixed-form TDU interfaces using ncurses(3c) from Fortran
urbanjost/M_anything
Use polymorphism to allow promoting, casting and molding intrinsic types
urbanjost/M_args
Command line parsing using a NAMELIST group -- packages for use with fpm(1)
urbanjost/M_kracken
parse command line arguments and create configuration files using syntax similar to ULS commands
urbanjost/M_random
A collection of routines related to pseudo-random numbers
urbanjost/M_readline
Fortran interface to the C readline(3c) library for providing interactive command line history editing
urbanjost/M_regex
Fortran interface to the POSIX 1003.2 regular expression library
urbanjost/M_slices
A module for producing slice plots requiring fpm(1) to build