Showing 379 open source projects for "sandbox:/mnt/data/project_plan.pod"

View related business solutions
  • SoftCo: Enterprise Invoice and P2P Automation Software Icon
    SoftCo: Enterprise Invoice and P2P Automation Software

    For companies that process over 20,000 invoices per year

    SoftCo Accounts Payable Automation processes all PO and non-PO supplier invoices electronically from capture and matching through to invoice approval and query management. SoftCoAP delivers unparalleled touchless automation by embedding AI across matching, coding, routing, and exception handling to minimize the number of supplier invoices requiring manual intervention. The result is 89% processing savings, supported by a context-aware AI Assistant that helps users understand exceptions, answer questions, and take the right action faster.
    Learn More
  • The full-stack observability platform that protects your dataLayer, tags and conversion data Icon
    The full-stack observability platform that protects your dataLayer, tags and conversion data

    Stop losing revenue to bad data today. and protect your marketing data with Code-Cube.io.

    Code-Cube.io detects issues instantly, alerts you in real time and helps you resolve them fast. No manual QA. No unreliable data. Just data you can trust and act on.
    Learn More
  • 1
    CAPLET

    CAPLET

    GDS visualization and parallelized capacitance extraction

    Project CAPLET is a capacitance extraction toolkit that extract capacitance at field-solver accuracy. CAPLET can directly handle GDS2 layout files into capacitance matrices in both GUI and command line interfaces. The internal extraction algorithm is specialized for VLSI interconnect structures but not exclusively, as long as the structure is of Manhattan geometry and embedded in a uniform dielectric material.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    IDL specified API for manipulating and processing CellML 1.0 and 1.1. Includes C++ implementation. Accessible from a C++ program, or from any language for which a CORBA language mapping is available Also, a Java wrapper of the API is available.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    MADS
    MADS (Multipurpose Agricultural Data System) is a free open-source tool for modelling and analysis of agricultural activities - crops, livestock, forestry and others - in developing countries, at sector, regional or project level.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    abc-sde

    approximate Bayesian computation for stochastic differential equations

    ...Both one- and multi-dimensional SDE systems are supported and partially observed systems are easily accommodated. Variance components for the "measurement error" affecting the data/observations can be estimated. A 50-pages Reference Manual is provided with two case-studies implemented and discussed. The methodology is based on the research article available at http://arxiv.org/abs/1204.5459 Author's research page is http://www.maths.lth.se/matstat/staff/umberto/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Get full visibility and control over your tasks and projects with Wrike. Icon
    Get full visibility and control over your tasks and projects with Wrike.

    A cloud-based collaboration, work management, and project management software

    Wrike offers world-class features that empower cross-functional, distributed, or growing teams take their projects from the initial request stage all the way to tracking work progress and reporting results.
    Learn More
  • 5
    Ecotype modele prospectif

    Ecotype modele prospectif

    Modélisation prospective 2050 sur les énergies

    Ecotype, au delà d’un jeu, est un outil de modélisation du territoire, adapté à l’échelle de la commune sur laquelle s’inscrit l’événement et qui permet d’intervenir sur les divers paramètres qui président au développement d’un territoire : élaboration du zonage, définition des Coefficients d’Occupation des Sols, mise en place des infrastructures et équipements publics en corrélation avec le PLU de la commune … La modélisation prospective —un outil scientifique des plus sérieux— permet de...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    NOTE: This project was moved to: https://github.com/eetorres The BPANNA is a flexible Back propagation neural network, which include the Conjugate Gradient and the Levenberg-Marquardt. You can change the number of inputs, number of layers, number of neurons per layer and outputs. It included an structure editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ns-2 Trace Toolkit

    ns-2 Trace Toolkit

    This toolkit allows you to analyze and validate ns-2 traces

    ns-2 Trace Toolkit was developed to help users to manage and debug ns-2 trace files. It is particularly useful for users that generate ns-2 trace files with other tools such as VanetMobiSim or SUMO (Simulation of Urban Mobility). With ns-2 Trace Toolkit, users can debug their trace files by generating histograms for: (1) node speed, (2) node x-position, and (3) node y-position. These histograms can give hits about concentration of nodes. Additionally, the tool allows users to simulate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The h5mma package provides improved support for reading HDF5 files in Mathematica. It is significantly faster, more memory efficient and crash resilient than the built-in HDF5 reading support. h5mma has moved to BitBucket: https://bitbucket.org/simulationtools/h5mma
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    SMLEditor

    Prototype editor for the SDEM Mapping Language

    The Gateways Team of the Live-Virtual-Constructive Architecture Roadmap Implementation (LVCAR-I) effort is developing a set of tools that will support the gateway community. One of these tools is the Simulation Data Exchange Model (SDEM) Mapping Language (SML) Editor. The tool provides the ability to import two SDEMs in their native language and subsequently view the entities that need to be mapped between the two SDEMs. The SDEM Editor also allows the user to create these mappings and store the result in an SML file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Securden Privileged Account Manager Icon
    Securden Privileged Account Manager

    Unified Privileged Access Management

    Discover and manage administrator, service, and web app passwords, keys, and identities. Automate management with approval workflows. Centrally control, audit, monitor, and record all access to critical IT assets.
    Learn More
  • 10
    gbview
    is a interactive molecular visualisation program designed especially designed for coarse-grained simulation of non-spherical particles. Ellipsoids (Gay-Berne), disks, and custom shaped uniaxial particle (e.g. pear-shaped particles) can be represented.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The Java Astrodynamics Toolkit is a library of components to help users create their own application programs to solve problems in astrodynamics, mission design, spacecraft navigation, guidance and control using Java or Matlab.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    RTSS is intended for modeling and simulation of robotic manipulators in the Scilab/Scicos environment. Inspired by the Robotics Toolbox for MATLAB by Peter Corke, RTSS provides many functions that are useful in the field of robotics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CirclePack

    CirclePack

    An application for packing circles into a circle.

    It uses two different solutions: - placing of circles closest to the center from the largest to smallest, see brianshaler on github https://github.com/brianshaler/Circle-Packing-in-Processing - simulation "real" world with use of a Java Physics Engine JBox2D, see http://www.jbox2d.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    mialib

    a realtime graphics library

    mialib is a core library for game development and interactive graphics research, this has utility modules and defines a framework for developing graphical applications like games.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    C++ Airline Travel Solution Provider

    C++ Airline Travel Solution Provider

    The name has changed: that project has become the Airline Travel Solution Provider, AirTSP for short.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    simbTUM

    Simulation of stochastic processes and ODE models in biology.

    SIMulation of Biological systems (developed at the TU Munich) This program allows to define ODE-models or stochastic compartemental models of biological processes, to simulate, to fit data and to do some statistics (fitting and statistics for deterministic models only).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Open Rocket Toolkit

    Simulation of historical and contemporary launch vehicles

    ORT is a tool for modelling and flying launch vehicles of arbitrary size and complexity. Unlike OpenRocket, it does not focus on amateur rockets but on real-world launch vehicles. The bundle includes a graphical design tool with an integrated simulation engine for rocket launches. Also included in the bundle is a playback application and a headless driver for logging simulations into spreadsheets. ORT integrates JME3 for 3D rendering.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    itermd

    Software tools for applications of simulations by iterations.

    ...The claim of these tools is to facilitate the programming of simulations by providing routines to quickly generate: -display windows and input parameters -help to display the variation in the data as graphs -management of iterations Goal for the user: quickly programme his simulation. Requires knowledge of C language. Knowledge of gtk and cairo (for simple graphs) is not necessary. See examples. -sugar fermentation kinetics -parachute drop -cycle of a water tank heated by solar panels -curve of chase For your simulation, simply copy and adapt some lines corresponding explicit examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    MCloudSim/NovaCloudSim

    a distributed cloud simulator written in Java

    MCloudSim(formerly called NovaCloudSim) is a simulator written in Java for geographically distributed clouds. The software is modified from CloudSim 3.0, which is an open source data center simulator. All functions of CloudSim are reserved, and our newly added files are in the package org.cloudbus.cloudsim.nova. MCloudSim has following characteristics: (1) The overlay protocol can be freely replaced, and we have already ported Pastry, Kadmelia, Chord from PeerSim; (2) A Petri-Net workflow theory based task model is implemented to simulate distributed tasks; (3) A distributed cloud can be easily built by assembling and expanding the basic resource entities provided by the simulator...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    An Educational Toolbox on Data Communications, including Encoding Schemes, Bit-Error-Rate (BER), Noise and Spectral Analysis for Scilab
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    caseGen

    caseGen

    ... [BATCH], [ANALYZE] and [OPTIMIZE] cases in OpenFOAM and others

    'caseGen' allows you to simplify your numerical simulation problem! Actual its not fairly tested so please contact me if you see any refinements or found bugs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The goal for libsspt is to provide common glue-type C++ data structures, numerical routines, and graphical abstractions needed when writing simulations
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Self-Organizing Map Maker for Education and Research. Features include 3D-visualization of the training process, various 2D and 3D map topologies, easy extensibility to additional topologies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    vtSim

    vtSim

    vtSim is a traffic data and simulation management environment

    vtSim is a traffic data, simulation and results management environment. It has been created by the Chair for Traffic Engineering and Control, Technische Universität München (http://www.vt.bv.tum.de/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    MIDA

    MIDA

    Mitochondiral Infectious Damage Adaptation (MIDA) model of aging

    ...The provided source code is written in C and performs the time integration of the master equation for the time-evolution of the probability to find mitochondria in states of quality q at time t. Output is generated in terms of data files and the graphical visualization of readout parameters is automatically performed using the Graphical Layout Engine (GLE; see: http://glx.sourceforge.net/). Please, send email to thilo.figge<at>hki-jena.de to request a copy of the source code.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB