OpenScience / Software



Turing Machines, Performance monitoring, and PDE/ODE solvers

Lots of new entries today. First is XPPAut, a tool for solving all sorts of PDEs and ODEs. We’ve also added a link to the C/C++ program performeter which looks like an interesting way to evaluate the performance of scientific … Continue reading

Share
Posted in Software | Leave a comment

C++ Simulators of Turing and Post Machines

These C++ programs simulate nondeterministic / deterministic multitape Turing & Post machines, universal Turing machines, and Turing machines with faults, failures and recovery. Find C++ Simulators of Turing and Post Machines at: http://sourceforge.net/projects/turing-machine/

Share
Posted in Artificial Intelligence | Leave a comment

C/C++ Program Perfometer

The C/C++ Program Perfometer is an open source tool which enables the programmer to measure the comparative performance of a C/C++ program or of separated pieces of code by one of several desired metrics: e.g., time, memory, or metrics defined … Continue reading

Share
Posted in Measurement and Evaluation | Leave a comment

XPPAut : PDE and ODE resolver plus bifurcation analysys tool

XPPAUT is a tool for solving differential equations, difference equations, delay equations, functional equations, boundary value problems, and stochastic equations. Find XPPAut : PDE and ODE resolver plus bifurcation analysys tool at: http://www.math.pitt.edu/~bard/xpp/xpp.html

Share
Posted in Complex Systems | Leave a comment

FCCU GNU/Linux Forensic Boot CD

FCCU GNU/Linux Forensic Bootable CD is a bootable CD based on KNOPPIX that contains a lot of tools suitable for computer forensic investigatins, including bash scripts. Its main purpose is to create images of devices prior to analysis, and it … Continue reading

Share
Posted in Forensics | Leave a comment

ODEs and LAMMPS

New entries today for pbd, an ODE solver based on the PBD method of van Bokhoven, and for LAMMPS the excellent Molecular Dynamics and Monte Carlo package from Steve Plimpton‘s lab.

Share
Posted in Software | Leave a comment

pbd

pbd is an ODE solution package, written in C, and based on the PBD method of van Bokhoven (IEEE Trans. on Circuits and Systems, v CAS-22, no 2, Feb. 1975, pp109-115). pbd provides a callable function, pbd(), which is intended … Continue reading

Share
Posted in Ordinary | Leave a comment

LAMMPS

LAMMPS is a classical molecular dynamics code that models an ensemble of particles in a liquid, solid, or gaseous state. It can model atomic, polymeric, biological, metallic, or granular systems using a variety of force fields and boundary conditions. Find … Continue reading

Share
Posted in Molecular Dynamics | Leave a comment

SourceForge – Science and Engineering

SourceForge is a web based service dedicated free hosting for opensource developers and their user base. Their site currently hosts over 90,000 open source projects which may be searched via multiple project parameters. Specific to the OpenScience focus, users can … Continue reading

Share
Posted in Required Reading and Other Sites | Leave a comment

GOBLIN Graph Library

A C++ library on graph optimization. The GUI includes a graph editor and can be used to run and to visualize the library algorithms. Find GOBLIN Graph Library at: http://www.math.uni-augsburg.de/opt/goblin.html

Share
Posted in Optimization | Leave a comment