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

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

View related business solutions
  • Streamline Hiring with Skill Assessments Icon
    Streamline Hiring with Skill Assessments

    Say goodbye to hiring guesswork. Use Canditech’s job simulation tests to assess real-world skills and make data-driven decisions.

    Canditech offers innovative, cheat-proof skill assessments and job simulations to transform your hiring process. From technical skills to soft skills, we help you assess candidates on actual job performance. With over 500 customizable tests and powerful video interview features, you can evaluate real-world capabilities, streamline your hiring, and reduce biases. Whether you’re hiring for remote roles, mass hiring, or looking to expand your diversity pool, Canditech’s data-driven platform ensures the right candidates are chosen for the job every time.
    Get a Free Demo
  • Run your private office with the ONLYOFFICE Icon
    Run your private office with the ONLYOFFICE

    Secure office and productivity apps

    A Comprehensive Alternative to Office 365 for Business
    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
    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
  • 3
    PDBManip

    PDBManip

    PDBManip is a free program for editing PDB (Protein Data Bank) Files

    PDBManip is a free program for editing and manipulating PDB (Protein Data Bank) files. It has a graphical user interface and it is provided as an executable file for running on Windows® operating systems. There is a bunch of free programs on the internet for the same purpose. What discriminate between PDBManip and those programs is that PDBManip uses AngelScript language which is very similar to C/C++ language, to write scripts to do our editing tasks.
    Downloads: 0 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
  • Free Website Monitoring Service | UptimeRobot Icon
    Free Website Monitoring Service | UptimeRobot

    The free online uptime monitoring service with an App is available for iOS and Android.

    With the Free Plan, you can monitor up to 50 URLs, check for a website's content (using the keyword monitor), ping your server or monitor your ports in 5-minute intervals. You can create a status page to showcase your uptime. SMS or Call alerts can be bought anytime.
    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
    DLCSim

    DLCSim

    Controller-Pilot Data Link Simulator for procedural and radar training

    DLCSim is now capable of procedural and radar control, with option of connecting to FSX or Prepar3D flight simulator for real time aircraft tracking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    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
  • 9

    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
  • The AI coach for teams, built on validated assessments. Icon
    The AI coach for teams, built on validated assessments.

    Cloverleaf is an assessment-backed AI Coach that fully understands your people and the context of their workday.

    Give managers and teams proactive, contextual coaching to lead effectively, communicate clearly, and navigate real work situations as they happen.
    Learn More
  • 10

    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
  • 11

    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
  • 12
    Tool support for creating FMC* diagrams [Block diagrams, Petri nets, Entity-Relationship diagrams (ERD)] in MS-Visio 2000 and newer. Features: stencils, consistency checking, Petri net simulation, exporter e.g. pdf, ... *Fundamental Modeling Concepts A stripped down version of the stencil set is available for TAM (Technical Architecture Modeling of SAP). This set uses UML notation and contains Block, Activity, Sequence, State, Class, and Component diagrams. It doesn't contain Simulation,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    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: 1 This Week
    Last Update:
    See Project
  • 14

    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: 9 This Week
    Last Update:
    See Project
  • 15
    ChEnMTD

    ChEnMTD

    Calculate the number of theoretical trays with McCabe-Thiele method

    Use the McCabe-Thiele method to calculate the number of theoretical trays in a distillation column operated under the conditions specified. It has tools for data analysis to obtain empirical or semi-empirical equilibrium models. You can even use cubic splines. This project uses icons of "Open Icon Library" https://sourceforge.net/projects/openiconlibrary/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Gekko Timeseries Software

    Gekko Timeseries Software

    Timeseries handling, and solving of large-scale economic models

    Gekko Timeseries Software is a free time-series oriented software package for timeseries handling, and solving and analyzing large-scale economic models. Since 2009, Gekko is being used by Danish ministeries, banks, interest groups and universities, for the simulation of economic and energy-related models. The software runs under Windows (.NET), and is open source (GNU GPL)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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
  • 18

    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
  • 19
    ...***** 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
  • 20
    Elements

    Elements

    A cross-platform tool for creating and editing custom weather files.

    Elements is a free, open-source, cross-platform software tool for creating and editing custom weather files for building energy modeling. The goal of the project is to develop a comprehensive, integrated application suitable for handling all of the common tasks associated with weather files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ============================= THIS CODE IS DEPRECATED ============================= For updated information about MTSA visit: http://mtsa.dc.uba.ar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    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
  • 23
    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
  • 24

    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
  • 25

    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
MongoDB Logo MongoDB