Skip to content

Latest commit

 

History

History
executable file
·
59 lines (59 loc) · 86.1 KB

ISSUES.md

File metadata and controls

executable file
·
59 lines (59 loc) · 86.1 KB
Repository Description Issues Stars Build FORD(1) docs ubuntu with intel ubuntu with gfortran macos with gfortran windows with gfortran windows with mingw64 gfortran windows with msys gfortran
general-purpose-fortran General Purpose Fortran Cooperative GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
prep Fortran pre-processor GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_strings Fortran string manipulations GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_time module of procedures that expand on the Fortran DATE_AND_TIME(3f) intrinsic GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_system Call C system routines (mostly POSIX) from Fortran GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_io A collection of procedures that create a simple interface for common I/O tasks GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_path OOP interface to other GPF modules to manipulate and access files for use as a dependency with fpm(1) GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_process read or write to a process from Fortran via a C wrapper GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
orderpack The ORDERPACK2.0 modules repackaged for fpm(1) use GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_sort basic sorting GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_calculator parse Fortran-like double precision scalar expressions GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_anything Use polymorphism to allow promoting, casting and molding intrinsic types GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_draw low-level vector graphics library and module GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_pixel low-level graphics routines that write into a pixel array; supplemented by modules that create GIF files GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_graph A simple XY plot utility (WIP) GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_slices A module for producing slice plots requiring fpm(1) to build GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_calcomp an old graphics library used in conjunction with M_draw for work with old codes GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_color convert between RGB color values and other common color models GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_matrix interact with your Fortran program with a matlab-like scripting language GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_blas A Fortran BLAS library implemented as a free-format module. GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_factor Factors of whole numbers GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_LA A small collection of Linear Algebra routines GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_random A collection of routines related to pseudo-random numbers GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_display An fpm(1) package for displaying small matrices based on dispmodule(3f) GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_hashkeys hash algorithms GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_args Command line parsing using a NAMELIST group -- packages for use with fpm(1) GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_CLI Unix-like command line parsing -- prototype style converts command line to a NAMELIST group GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_CLI2 Fortran commandline-interface using a simple prototype command GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_kracken parse command line arguments and create configuration files using syntax similar to ULS commands GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_kracken95 An almost Fortran-95 version of the command line parser procedure kracken(3f) GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_readline Fortran interface to the C readline(3c) library for providing interactive command line history editing GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_history input line history editor GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_attr set terminal text attributes using ANSI escape sequences GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_escape Using in-band signaling wih ANSI control (escape) sequences to control terminal color from Fortran GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_ncurses Fortran interface to the Ncurses C library GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_msg convert all common variables to a string in Fortran using unlimited polymorphic variables GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_stopwatch package for measuring cpu and wall clock execution time GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
paranoia The Fortran compiler option inspection and testing program implemented as subroutines GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_intrinsics man-page style descriptions of Fortran intrinsics for use as a reference for developers and tutorials GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
fortran-intrinsic-descriptions A snapshot of the markdown source for Fortran intrinsics as well as the fman(1) program GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_list maintain a small array as a list GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_match subset of Regular Expressions implemented in Fortran GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_overload Common examples of overloading of intrinsics and operators GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_uuid module of FOX routines for generating a UUID (Universally Unique ID) GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
spag_lapack spag_lapack is experimental WIP of LAPACK processed with plusFORT spag(1) and configured to build with fpm GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
plugins fpm(1) plugins (expermental) GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
fpm-man fpm package for building a program to display descriptions of Fortran intrinsics GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
fpm-search fpm-search finds information about registered fpm (Fortran Package Manager) packages GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
fpm-tools Just a personal repository for testing fpm (Fortran Package Manager) GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
easy steps to setup a github repository with fpm, and github actions including ford(1) documentation and unit tests GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
scripts scripts I miss on new platforms GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A
M_OS Determine OS-specific information using standard Fortran -- TEST ONLY GitHub issues open GitHub stars N/A N/A N/A N/A N/A N/A N/A

See Also:

curl 'https://api.github.com/users/urbanjost/repos?per_page=1000'
w3m -dump 'https://api.github.com/users/urbanjost/repos?per_page=1000'