AI-powered service management for IT and enterprise teams
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Try it Free
Try Google Cloud Risk-Free With $300 in Credit
No hidden charges. No surprise bills. Cancel anytime.
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
Backup utility for small offices, written in Python. Features: zip, tar.gzip and tar.bz2 compression, predefined backup profiles, differential and incremental backups, file filters, file database with hashes, media sizes, multi-volume etc.
This is a set of Python classes that can be used to simulate dynamic multi-body systems. It used to be a project for studies. Now it is not being worked on anymore, but it is completely GPLized.
Model Builder is a graphical tool for designing, simulating and analyzing Mathematical models consisting of a system of ordinary differential equations(ODEs).
yades - "yet another differentialequation solver". This Java application solves ordinary differential equations (ODE) numerically and displays the results as tables, graphs, direction fields or vector fields.
A 3D robots simulator written in python. Uses ODE physics and OpenGL/Inventor graphics. A differential wheels robot is provided. There is no user interface but the code is small and is intended to be easily extended for your simulations.
Ordinary DifferentialEquation (ODE) solver for Tcl. Handles both stiff and non-stiff sets of equations; does time-evolved initial value problems and root finding. Based on the popular Lawrence Livermore solver LSODE.
A MATLAB package to simulate sample paths of the solution of a Itô or Stratonovich stochastic differentialequation (SDE), compute statistics and estimate the parameters from data.
A note of caution: SDE Toolbox is no more developed but it's still downloadable. Its inferential capabilities can be considered surpassed (at best). Actually the parameter estimation methods were already far from the state-of-art when the project began in 2007 (!).
An object-oriented partial differentialequation (PDE) solver, written in Python, based on a standard finite volume approach and includes interface tracking algorithms. *WARNING* The project is no longer using Sourceforge to maintain its repository.
The project pyFDM is a framework implemented in Python for solving partial differential equations with the Finite Difference Method. It is not actively developed anymore.
SimED is a user-friendly DifferentialEquation simulation software. It can integrate numerically ODEs (Ordinary Differential Equations) using several methods, plot time and phase-space diagrams for variables, and interactively choose initial conditions.
A Numerical Differential Solver in Visual Basic .NET. The importance of this project is that the majority of the DifferentialEquation Solvers out there were written in a non-visual compiled language that is not cross platform compatible.
Freeode is a compiler for the SIML programming language. It is a specialized language to solve differential equations. The compiler creates a python program that uses Numpy and Scipy to do the numerical computations.