RSS 39 projects tagged "Linux"

No download Website Updated 01 Apr 2013 RPL/2

Screenshot
Pop 309.00
Vit 111.66

RPL/2 (Reverse Polish Lisp/2) is a langage derived from the RPL made by Hewlett-Packard for its HP-28S. It has some extensions (preprocessor, compilated libraries, new functions), a TeX output, and can draw graphics.

No download Website Updated 17 Jun 1998 GRASP

Screenshot
Pop 70.80
Vit 73.83

The GRASP Project has created an algorithmic-level graphical representation for software called the Control Structure Diagram (CSD). The CSD was created to improve the comprehension efficiency of Ada source code and, as a result, improve software reliability and reduce software costs. Since its creation, the CSD has been expanded and adapted to include other languages. GRASP provides the capability to generate CSD's from Ada 95, C, C++, Java, and VHDL source code in both a reverse and forward engineering mode with a level of flexibility suitable for professional application. GRASP has been integrated with the GNU family of compilers for Ada (GNAT) and C (gcc), and Sun's javac compiler for Java. Use of GRASP is not restricted to these compilers, however. This has resulted in a comprehensive graphically-based development environment for these languages. The user may view, edit, print, and compile source code as CSDs with no discernible addition to storage or computational overhead.

No download Website Updated 03 Jul 2001 Dynamic Probe Class Library

Screenshot
Pop 13.08
Vit 65.88

Dynamic Probe Class Library (DPCL) is an object-based C++ class library that provides the necessary infrastructure to allow tool developers and sophisticated tool users to build parallel and serial tools through technology called dynamic instrumentation. DPCL takes the basic components needed by tool developers and encapsulates them into C++ classes. Each of these classes provide the member functions necessary to interact and dynamically instrument a running application with software patches called probes. Dynamic instrumentation provides the flexibility for tools to insert probes into applications as the application is running and only where it is needed.

Download Website Updated 22 Sep 2012 Hierarchical Data Format

Screenshot
Pop 332.40
Vit 50.44

HDF (Hierarchical Data Format) is a general purpose library and file format for storing scientific data. It arranges data into datasets (multidimensional arrays) and groups (a structure for organizing objects).

No download Website Updated 18 Oct 2008 Sandia Environmental Fluid Dynamics

Screenshot
Pop 27.50
Vit 40.93

Sandia National Laboratories Environmental Fluid Dynamics Code (SNL-EFDC) is a modified version of the EPA's public-domain model of surface-water flow, sediment transport, and water-quality.

No download No website Updated 05 Jan 2011 Elemental

Screenshot
Pop 22.80
Vit 29.45

Elemental is a C++ framework for distributed-memory dense linear algebra that strives to be fast, portable, and programmable. It can be thought of as a generalization of PLAPACK to element-by-element distributions that also makes use of recent algorithmic advances from the FLAME project. Elemental usually outperforms both PLAPACK and ScaLAPACK, however, it heavily relies on MPI collectives so a good MPI implementation is crucial. Both pure MPI and hybrid OpenMP-MPI configurations are supported.

No download No website Updated 09 Feb 2011 TIGL

Screenshot
Pop 12.57
Vit 28.85

The TIGL Geometry Library can be used for easy processing of geometric data stored inside CPACS data sets. TIGL offers query functions for the geometry structure. These functions can be used, for example, to detect how many segments are attached to a certain segment, which indices these segments have, or how many wings and fuselages the current airplane configuration contains. This functionality is necessary because TIGL targets not only the modeling of simple wings or fuselages but also the description of quite complicated structures with branches or flaps. The library uses the OpenCASCADE software to represent the airplane geometry by B-spline surfaces in order to compute surface points and also to export the geometry in the IGES/VTK format. The library provides external interfaces for C, C++, Python, Java, and FORTRAN.

Download Website Updated 04 Aug 2012 NetCDF

Screenshot
Pop 232.28
Vit 24.58

NetCDF is a format developed at Unidata that was inspired by the CDF format from NASA. NetCDF stands for "Network Common Data Form" and is a self-describing data format, commonly used in scientific and engineering applications.

Download Website Updated 15 Jan 2013 DISLIN

Screenshot
Pop 173.80
Vit 24.30

DISLIN is a high-level, easy-to-use plotting library for displaying data as curves, bar graphs, pie charts, 3D-colour plots, surfaces, contours, and maps. Several output formats are supported, such as X11, VGA, PostScript, PDF, CGM, HPGL, TIFF, and PNG. Plotting extensions for the interpreting languages Perl, Python, and Java are also supported for most operating systems.

No download Website Updated 10 Oct 2011 slatec4gfortran

Screenshot
Pop 16.97
Vit 24.26

The SLATEC Common Mathematical Library is a widely used, authoritative collection of general purpose mathematical and statistical routines written in FORTRAN77. slatec4gfortran is a binary and source distribution for the gfortran compiler. It is intended as a replacement for the outdated Linux port in the official distribution.

Screenshot

Project Spotlight

galculator

A GTK2-based scientific calculator with algebraic, RPN, and formula entry modes.

Screenshot

Project Spotlight

TCPDF

A PHP class for generating PDF documents.