Categories
- Conferences (3)
- education (10)
- Fun (58)
- Meta (12)
- Open Access (10)
- Open Data (13)
- open science (34)
- Policy (48)
- Science (135)
- Software (633)
- Acoustics (3)
- Engineering (1)
- Physical (1)
- Speech Communication (2)
- Structural (1)
- Anthropology and Archaeology (3)
- Artificial Life (9)
- Astronomy (21)
- Aviation and Aeronautics (2)
- Chemistry (131)
- Analytical (4)
- Atmospheric (1)
- Biochemistry (6)
- Biophysical (3)
- Chemical Information (3)
- Crystallography (2)
- Electrochemistry (1)
- Molecule Viewers and Editors (39)
- Organic (2)
- Synthesis (1)
- Periodic Tables (3)
- Physical (1)
- Kinetics (1)
- Polymers (1)
- Spectroscopy (9)
- NMR (5)
- Surfaces (1)
- Theoretical and Computational (45)
- Cognitive Science (3)
- Neural Networks (2)
- Complex Systems (2)
- Computer Science (22)
- Algorithms And Computational Theory (2)
- Artificial Intelligence (4)
- Data Communication (4)
- Information Retrieval (1)
- Knowledge Discovery and Data Mining (3)
- Languages (1)
- Fortran (1)
- Measurement and Evaluation (1)
- Simulation and Modeling (2)
- Software Engineering (2)
- Symbolic and Algebraic Manipulation (1)
- Earth Sciences (19)
- Geology and Geophysics (5)
- Hydrology (5)
- Meteorology (1)
- Oceanography (3)
- Energy (3)
- Engineering (24)
- Forensics (2)
- Geography (12)
- Information Technology (1)
- Life Sciences (60)
- Bioinformatics (34)
- Ecology (5)
- Evolution and Population Genetics (3)
- Statistical (1)
- Theoretical (1)
- Genetics (9)
- Population (1)
- Medical Sciences (7)
- Physiology (2)
- Linguistics (2)
- Mathematics (108)
- Abstract Algebra (9)
- Combinatorics (1)
- Differential Equations (17)
- Fluid Dynamics (7)
- Ordinary (3)
- Partial (7)
- Dynamical Systems (4)
- Education (1)
- Geometry (3)
- Linear Algebra (26)
- Number Theory (6)
- Numerical Methods (5)
- Optimization (12)
- Probability (1)
- Set Theory (1)
- Statistics (8)
- Topology (1)
- Measurements and Units (3)
- Nanotechnology (2)
- Physics (30)
- Astrophysics (1)
- Atomic and Molecular (1)
- Computational (2)
- Condensed Matter (4)
- Dynamics (2)
- Fluid (1)
- High Energy (4)
- Magnetism (1)
- Materials (1)
- Nuclear (4)
- Optics (5)
- Plasma (1)
- Required Reading and Other Sites (25)
- Space (3)
- Tools (56)
- Numerical Libraries (8)
- Random Number Generators (2)
- Visualization (18)
- 2D Plotting (8)
- 3D Plotting (2)
- Acoustics (3)
- Uncategorized (4)
Author Archives: Dan Gezelter
Protomol
ProtoMol is a high-performance framework in c++ for rapid prototyping of novel algorithms for molecular dynamics and related applications. Its flexibility is achieved primarily through the use of inheritance and design patterns (object-oriented programming). Performance is obtained by using templates … Continue reading
Posted in Theoretical and Computational
Leave a comment
LP_Solve
What is lp_solve and what is it not? The simple answer is, lp_solve is a Mixed Integer Linear Programming (MILP) solver. It is a free (see LGPL for the GNU lesser general public license) linear (integer) programming solver based on … Continue reading
Posted in Optimization
Leave a comment
C++ BigInt class
C++ BigInt class enables the user to work with arbitrary precision integers Find C++ BigInt class at: https://sourceforge.net/projects/cpp-bigint/
Posted in Number Theory
Leave a comment
Generating combinatorial objects in C++
Generating combinatorial objects: exponents, all exponents, permutations, color permutations, arrangements, combinations for any numbers and words Find Generating combinatorial objects in C++ at: https://sourceforge.net/projects/comb-objects/
Posted in Combinatorics
Leave a comment
LabPlot
Data analysis and visualisation. A new KDE-based graphing / plotting package that looks very powerful. Find LabPlot at: http://labplot.sourceforge.net/
Posted in Tools
Leave a comment
LabPlot
A new plotting package just crossed our radar screens. LabPlot looks like a great new tool for generating scientific plots and graphs.
Posted in Software
Leave a comment
Multidimensional Quadrature, Graphing, and Plotting
Ed is asking about Multidimensional Quadrature and we’ve got an active discussion about graphing / plotting software over in the OpenScience forums. Drop by and contribute!
Posted in Software
Leave a comment
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
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/
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
Posted in Measurement and Evaluation
Leave a comment