Web Directory

  Code Analysis (22)

Submit a Featured Link: [$19.00] Submit a Regular Link: [$9.00]  

Regular Websites in this category

NAGWare f95 syntax checker Open in a new windowLink Details
- Checks syntax of Fortran 77 or 95 code online.
- http://cpc.cs.qub.ac.uk/SyntaxChecker.html

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
TIDY v7.2 Open in a new windowLink Details
- Software to clean up Fortran 77 code. Highly configurable Fortran program to indent and renumber statements, selectively change case of keywords or non-keywords, and do various other clean-up tasks on FORTRAN 77 source programs. TIDY can convert some FORT
- http://www.unb.ca/fredericton/science/chem/ajit/tidy/

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Ftagshtml Open in a new windowLink Details
- Software to help developers navigate source code written in Fortran 77, Fortran 90 and C. Source code is transformed into HTML for browsing.
- http://ftagshtml.sourceforge.net/

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
F77chk Open in a new windowLink Details
- Source code checker for Fortran 77, written in Perl, by Tsuguhiro Tamaribuchi.
- http://spdg1.sci.shizuoka.ac.jp/f77chk/indexe.html

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
OmegaChart Open in a new windowLink Details
- OmegaChart 3.1 is a Fortran FlowChart generator. This package converts a Fortran source code (f77 & f90, fixed or free form) to its FlowChart equivalent. The generated flowchart is viewable through Microsoft Excel or Microsoft Internet Explorer. Omega
- http://www.download.com/OmegaChart/3000-2383_4-10309559.html

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
NAGWare Fortran Tools Open in a new windowLink Details
- Tools to analyse and transform Fortran 77, Fortran 90 and Fortran 95 code.
- http://www.nag.com/nagware/NQ.asp

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Diagramf Open in a new windowLink Details
- Simple diagrammer for Fortran programs, by Mitchell R. Grunes.
- http://www.fortran.com/fortran/diagram.html

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Crescent Bay Software Open in a new windowLink Details
- Tools for parallelization and conversion of Fortran 77 to Fortran 90: generation of new source form, removal of obsolete features, elimination or reduction of GOTOs and labels, generation of array syntax in place of loops. creation of MODULEs from COMMONs
- http://www.crescentbaysoftware.com/end_user.html

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Omega Charting Services Open in a new windowLink Details
- Converts a Fortran 77 source code to its flowchart equivalent, which is then ported into an Excel file.
- http://home.comcast.net/~lchen223621/

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Fortran Function Tree (FFT) Open in a new windowLink Details
- FFT builds an internal representation of the function call hierarchy relations in Fortran 77 code. Several features and options allow the user to customize the generated hierarchy tree chart output and to get a large set of useful information about the so
- http://drn.digitalriver.com/product.php[id]2995[SiteID]macesoftware

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Caller v5.2 Open in a new windowLink Details
- 32-bit Windows console application to assist in the reverse engineering of Fortran 77 programs. Caller generates call trees and variable lists. The output is in either text or HTML for easy linked navigation. Caller can optionally annotate the call tree w
- http://drn.digitalriver.com/product.php[id]16268[cid]125[SiteID]macesoftware

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Fortran 77 Diagram Graphical GOTO Plotter Open in a new windowLink Details
- Flowcharting utility.
- http://www.deater.net/weave/vmwprod/f77_diagram/

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Floppy Open in a new windowLink Details
- Software tool that takes as input a file of Fortran 77 code and checks it according to various "coding conventions". Floppy can "tidy" the source Fortran, producing a new file with indented DO-loops, block IF's, and so on. Floppy can b
- http://www.netlib.org/floppy/

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
WinFPT and FPT Open in a new windowLink Details
- Tool for testing, quality assurance, migration and re-engineering of Fortran programs. WinFPT is a full GUI-based implementation of FPT for Win32.
- http://www.simcon.uk.com/

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Visual StrongType for Fortran 77 Open in a new windowLink Details
- Static typechecker that works on Fortran source code to find algebraic inconsistencies.
- http://www.visualstrongtype.com/download.html

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Understand for Fortran Open in a new windowLink Details
- Interactive development environment tool providing reverse engineering, automatic documentation, metrics and cross referencing of Fortran source code. It supports the Fortran 77 and 90 language standards, with common VAX, Cray and Salford extensions. [Sha
- http://www.scitools.com/uf.html

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
PlusFORT Fortran Analysis Toolkit Open in a new windowLink Details
- Product from Polyedron for Fortran source code restructuring, global static analysis, coverage analysis, automated make, and version selection.
- http://www.polyhedron.com/pf/plusfort.html

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Fortran Source Check Open in a new windowLink Details
- Produces compile-time diagnostics of Fortran code using the Lahey/Fujitsu Fortran 95, Lahey Fortran 90, or Essential Lahey Fortran 90 compilers. Can show warnings, perform a Fortran 90/95 conformance check, warn about use of obsolescent features, force im
- http://www.lahey.com/check.htm

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Fortran Coverage Analysis Tool (FCAT) Open in a new windowLink Details
- Finds "cold-spots" in Fortran codes (the part of the codes that are never executed), and flags these parts line-by-line. Finds "hot-spot" in Fortran codes (the part of the codes that are most frequently executed), and gives a line by l
- http://www.dl.ac.uk/TCSC/UKHEC/FCAT/index.html

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Foresys Open in a new windowLink Details
- Fortran 77/90/95 code analysis and reengineering.
- http://www.simulog.fr/eis/fore1.htm

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Forcheck Open in a new windowLink Details
- Statically analyzes Fortran 66/77/90/95 code for syntax and semantic errors. Produces documentation like cross-references and call-tree. Validates for cross-platform conformance. [Commercial]
- http://www.forcheck.nl/

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Cleanscape Open in a new windowLink Details
- FortranLint source code analysis tool simplifies the debugging and maintenance of code by identifying common problems that typically pass through a compiler. Grayboxx is a cross-platform software test automation system.
- http://www.cleanscape.net/products

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing

Submit a Featured Link: [$19.00]  Submit a Regular Link: [$9.00]