Search Results for "/storage/emulated/0/android/data/net.sourceforge.uiq3.fx603p/files" - Page 6

Showing 483 open source projects for "/storage/emulated/0/android/data/net.sourceforge.uiq3.fx603p/files"

View related business solutions
  • Monitor production, track downtime and improve OEE. Icon
    Monitor production, track downtime and improve OEE.

    For manufacturing companies interested in OEE monitoring solutions

    Evocon is a visual and user-friendly OEE software that helps manufacturing companies improve productivity and remove waste as they become better.
    Learn More
  • Effortlessly manage macOS, iOS, iPadOS and tvOS devices across multiple clients and locations. Icon
    Effortlessly manage macOS, iOS, iPadOS and tvOS devices across multiple clients and locations.

    The Most Powerful Apple Device Management Tool for MSPs and IT Teams

    Addigy solutions accelerate Apple adoption in any environment.
    Learn More
  • 1

    Advanced Simulation Library

    Free multiphysics simulation software package

    ...ASL can be utilized to model various coupled physical and chemical phenomena and employed in a multitude of fields: computational fluid dynamics, virtual sensing, industrial process data validation and reconciliation, image-guided surgery, computer-aided engineering, high-performance scientific computing, etc..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Molecular Simulation Grid

    Molecular Simulation Grid

    Provides high performance computing power and state of the art tools

    MoSGrid focuses on the configuration and provision of Grid services for molecular simulations and annotation of the results with metadata and their provision for data mining and knowledge generation. It is based on Liferay technology togethe with gUSE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    MGSyn

    MGSyn

    MGSyn - Automatic Synthesis for Industrial Automation

    ...Please download the tutorial for step-by-step instructions on installing and using the tool. It is advised to use 32-bit version (Eclipse) associated in the "MGSyn supplementary files", as the 64-bit version will by default demand huge memory, which may lead to Java exceptions.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Condor GUI

    Condor GUI

    GUI for managing and working with one or more HTCondor pools.

    Condor GUI is a tool for managing and working with one or more HTCondor pools. It was developed at the Otto von Guericke University Magdeburg, Germany, to support the daily work using HTCondor. Version History: Version 0.9.3: - QDarkStyleSheet is an optional package now Version 0.9.2: - New layout of job file editor - Keyword arguments in job file editor - Linux compatibility
    Downloads: 1 This Week
    Last Update:
    See Project
  • Next-generation security awareness training. Built for AI email phishing, vishing, smishing, and deepfakes. Icon
    Next-generation security awareness training. Built for AI email phishing, vishing, smishing, and deepfakes.

    Track your GenAI risk, run multichannel deepfake simulations, and engage employees with incredible security training.

    Assess how your company's digital footprint can be leveraged by cybercriminals. Identify the most at-risk individuals using thousands of public data points and take steps to proactively defend them.
    Learn More
  • 5
    Gimias

    Gimias

    Graphical Interface for Medical Image Analysis and Simulation

    GIMIAS is a workflow-oriented environment for solving advanced biomedical image computing and individualized simulation problems, which is extensible through the development of problem-specific plug-ins. In addition, GIMIAS provides an open source framework for efficient development of research and clinical software prototypes integrating contributions from the Physiome community while allowing business-friendly technology transfer and commercial product development.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    YASIM Commander

    YASimCommander is a platform-independent editor for YASIM files.

    YASim Commander is a platform-independent, open source editor for creating and editing YASim aircraft models in Flightgear.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    runjags

    The 'runjags' R package and standalone JAGS extension module

    This package provides high-level interface utilities for MCMC models via Just Another Gibbs Sampler (JAGS), facilitating the use of parallel (or distributed) processors for multiple chains, automated control of convergence and sample length diagnostics, and evaluation of the performance of a model using drop-k validation or against simulated data. Template model specifications can be generated using a standard lme4-style formula interface to assist users less familiar with the BUGS syntax. A JAGS extension module provides additional distributions including the Pareto family of distributions, the DuMouchel prior and the half-Cauchy prior.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    CFD2D

    The incompressible Navier-Stokes equations solver in 2D domains

    CFD2D is open source software for Linux for solving the non-dimensionalized incompressible Navier-Stokes equations (NSE) inside an arbitrary two-dimensional domain inscribed in a unit square with Dirichlet and "do-nothing" boundary conditions. The space discretization is based on Finite Element Method (FEM) using an approximately uniform triangular mesh. The two choices of FE spaces are offered, these are of the so called MINI-element and of the Taylor-Hood element. The first element...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    LOOS

    LOOS

    Analyze molecular simulation data

    LOOS is a light-weight object oriented software library for creating new tools for analyzing molecular simulation data, written in C++. The main design goal is to allow casual programmers to easily implement new analysis methods. THIS PAGE IS NO LONGER UPDATED. Please see https://github.com/GrossfieldLab/loos for all recent developments
    Downloads: 3 This Week
    Last Update:
    See Project
  • LinkSquares: All-in-One Contract Management Platform Icon
    LinkSquares: All-in-One Contract Management Platform

    #1 Customer Rated CLM Any Contract. Every Department. One Platform.

    LinkSquares is the leading Contract Lifecycle Management (CLM) software designed to help legal, procurement, and business operations teams master the entire contract lifecycle, from creation to execution and renewal. The platform transforms how companies manage agreements by centralizing data, automating routine work, and providing actionable insights powered by AI. This single, connected source of truth helps teams eliminate manual processes, streamline workflows, boost visibility, and ensure compliance across thousands of contracts, ultimately reducing risk and administrative burden.
    Learn More
  • 10

    2d Heat advection Parallelized

    MPI based Parallelized C Program code to solve for 2D heat advection.

    Type - 2D Grid - Structured Cartesian Case - Heat advection Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit, QUICK Temporal - Unsteady Parallelized - MPI (for cluster environment) Inputs: [ Length of domain (LX,LY) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup: The left and top edges are heated to 100 C and the right and bottom boundaries are heated to 0 C. The flow is along the main diagonal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    3D Heat advection C code

    A C Program code to solve for Heat advection in 3D Cartesian grid.

    Type - 3D Grid - Structured Cartesian Case - Heat advection Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit, QUICK Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LX,LY,LZ) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The left, top and inside plane boundary is at 100 C and the right, bottom and outside plane boundary is at 0 C. The flow is along the main diagonal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    2D Heat advection C code

    A C Program code to solve for Heat advection in 2D Cartesian grid.

    Type - 2D Grid - Structured Cartesian Case - Heat advection Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit, QUICK Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LX,LY) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The left and top boundary is at 100 C and the right and bottom boundary is at 0 C. The flow is along the main diagonal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    C-Tools

    Input file preparation tool for DFT codes

    This application can produce input files of various applications for density functional theory (DFT) calculations via user-friendly parameter adjustment using three-dimensional computer graphics (3DCG) and graphical user interfaces (GUI). Input-file conversion between different applications is also possible. Now C-Tools supports the three file formats for DFT codes, xTAPP, OpenMX, RSDFT, VASP and Quantum ESPRESSO(PWscf).
    Downloads: 8 This Week
    Last Update:
    See Project
  • 14

    TAPIOCA

    support software to enhance the usability of xTAPP by visualization

    A tool of input-file preparation and visualization for xTAPP, an application of the first-principle calculation. By graphical user interface (GUI), this application helps xTAPP users for making input files, and visualizes results of wavefunctions, electron densities, and potential profiles into three-dimensional graphics from output files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Testability Measurement Tool

    Testability Measurement Tool

    Performs SCOAP and PODEM algorighms on ISCAS89 Netlists.

    This application calculates combinational and sequential SCOAP parameters (CC0, CC1, CO, SC0, SC1, SO) and Testability Index parameter from a ISCAS89 netlist. It also performs the PODEM algorithm to check testability of a net against a single stuck at 0 or 1 fault.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 16

    DISUnity

    Unity3D DIS(1278.1) Implementation

    Coming Soon - An open source implementation of DIS (Distributed Interactive Simulation) written for the Unity3D game engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ...***** This extension connects the simulation platform NetLogo with the statistical analysis software R. It adds some new primitives to NetLogo, which offers the interchange of data with R and the call of R functions from NetLogo. See the documentation for more details. There is also the possiblity to open an Interactive R Shell from NetLogo. _______________________________________ Please have also a look on our info page about other NetLogo extensions at http://www.uni-goettingen.de/en/315075.html. _______________________________________ Please cite this software in scientific publications as: Thiele, JC; Grimm, V (2010). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ============================= THIS CODE IS DEPRECATED ============================= For updated information about MTSA visit: http://mtsa.dc.uba.ar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Analysis software for Nbody/SPH or SPH simulations (e.g. performed with Gadget II). See http://sourceforge.net/apps/wordpress/hyplot/about and http://sourceforge.net/apps/trac/hyplot/wiki for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Cadence 614 Installer

    Cadence 614 Installer

    Cadence 614 installing scripts with source files

    this code include automation for installing Cadence614 with Calibre2011 all you need to do is to install Centos 6.5 32bit on your machine http://archive.kernel.org/centos-vault/6.5/isos/i386/CentOS-6.5-i386-LiveCD.iso and the scripts will do the rest
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    OptFerm

    OptFerm

    A computational platform to study fermentation processes

    ...This tool is focused in optimizing a feeding trajectory to be fed into a fed-batch bioreactor and to calculate the best concentration of nutrients to initiate the fermentation. Also, contains a module for the estimation of kinetic and yield parameters, allowing the use of experimental data obtained from batch or fed-batch fermentations to reach the best possible model setup.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    DuMuX

    DuMuX

    Porous-Media Simulator

    ...Its main intention is to provide a sustainable and consistent framework for the implementation and application of model concepts, constitutive relations, discretizations, and solvers. It has been successfully applied to CO2 storage scenarios, environmental remediation problems, transport of therapeutic agents through biological tissue, and subsurface-atmosphere coupling. DuMuX is part of the OPM (Open Porous Media) initiative, opm-project.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    MatODE

    Matlab interface to the Open Dynamics Engine (ODE)

    ...The system to be simulated is defined in an XML file, while the joint positions and motor signals can be sensed and actuated from a Matlab script. Examples are provided. Starting at version 0.30, MatODE is only available for Windows and Linux 64-bit. For older 32-bit versions, select "Browse all files".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    DiLa Series

    Old PCs' Emulator Series

    DiLa Series is a personal attempt to resurrect the oldest PCs through emulation. Downloads contain source code, documentation and some available binaries. Emulated PCs up to date: Kenbak-1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Serial Communicator

    Serial Communicator

    A cross-platform, Qt-based software to communicate through serial port

    The aim of this project is to develop a cross-platform, Qt-based software to communicate through serial ports. This plugin-based software can be extended from a basic terminal to a more complete application, by adding features such as log abilities, data display through a graph, and so on.
    Downloads: 9 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB