Showing 504 open source projects for "project"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 1
    CCruncher

    CCruncher

    Open-Source Project for Credit Risk Modeling

    CCruncher is a project for quantifying portfolio credit risk using the copula approach. It is a framework consisting of two elements: a technical document that explains the theory, and a software program that implements it. CCruncher evaluates the portfolio credit risk by sampling the portfolio loss distribution and computing the Expected Loss (EL), Value at Risk (VaR) and Expected Shortfall (ES) statistics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    FlexxCpu

    FlexxCpu

    Flexible and eXpandable Cpu simulation

    A small simulation of an experimental customized Cpu called FlexxCpu. A virtual Cpu whose assembly instructions have been strongly influenced by old cpus architecture (8080, 6809, z80, 68k, etc...) Please support this project by donating to this fundraiser: ------------------------------------------- Give birth to new travel bicycles!!! https://gofund.me/2201d2a4 -------------------------------------------
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Dynamic Linkage

    Dynamic Linkage

    Dynamic Linkage Social Aggregation Model

    This project will create a user-friendly modeling system for studying animal social aggregations. The model codifies the a new hypothesis that the animal's state, kinematics, and the group's emergent properties are dynamically linked together, with each one affecting the others. The model will be constructed using Object-Oriented MatLab.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This site hosts the source code for C++ version of the Broker for SBW, NOM module, advanced simulation suite, analysis applications and model editors.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    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.
    Start Free
  • 5
    trnsys-fmu

    trnsys-fmu

    The FMI++ TRNSYS FMU Export Utility

    This project has been moved to https://github.com/fmipp/trnsys-fmu This open-source project provides a stand-alone tool for exporting FMUs for Co-Simulation from TRNSYS 17 models. The current release supports FMI version 1.0 and 2.0. Instructions on installation and usage are given in the documentation, which is provided as part of the download.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    TOFSIMS

    TOFSIMS

    R/Bioconductor toolkit for mass spectrometry data

    The tofsims project is an R/Bioconductor toolkit designed for processing, analyzing, and visualizing imaging mass spectrometry data from Time-of-Flight Secondary Ion Mass Spectrometry (ToF-SIMS) instruments. It supports importing raw and preprocessed data from popular instrument platforms (e.g. IONTOF, Ulvac-Phi) and provides methods for mass calibration, peak picking, and peak integration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    abumpack

    abumpack

    Fortran library with the Abaqus user material subroutines UMAT/VUMAT

    This library contains several of user material subroutines for implicit quasi-static (UMAT) and explicit dynamic (VUMAT) versions of the Abaqus solver. The project web site: http://abumpack.sf.net. The Abaqus is a proprietary finite element (FE) code ( http://www.3ds.com/products-services/simulia/products/abaqus/). Users can write subroutines for use with the Abaqus. Linear elastic, isotropic hardening plasticity, Gurson-Tvergaard-Needleman (GTN), Rousselier constitutive models are provided. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    Mathematica-SPICE

    Mathematica-SPICE

    Call SPICE from Mathematica to enable advanced circuit optimization

    This project connects the ubiquitous circuit simulation software, SPICE, with the powerful tools of Mathematica. This allows the optimization of circuits based on arbitrarily complex criteria. For example, automatically tune component values to match a desired filter profile. Tweak a circuit to maximize its efficiency. Match a circuit's output to an arbitrary waveform.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    C++ Standard Airline IT Object Library
    That project aims at providing a clean API, and the corresponding C++ implementation, for the basis of Airline IT Business Object Model (BOM), ie, to be used by several other Open Source projects, such as RMOL, Air-Sched, Travel-CCM, OpenTREP, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    Logic Circuit Diagram

    Logic Circuit Diagram

    Build now your diagram logic circuit

    A full-client web application, practical and useful developer diagrams for the construction of the logic of a circuit, with circuit simulator, AC, DC and Transient Analysis, for your Computer Desktop. You can to export yours diagrams in pdf, png, jpg, gif and tiff. ========== Support Windows 7 and later with ia-32 or arch x64 ========== Android app: https://play.google.com/store/apps/details?id=com.ulm.droidtronics Chrome extension: http://bit.ly/29Tdvz7 Opera add-on: http://bit.ly/1igCRWQ
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MuPIF

    MuPIF

    Multi-Physics Integration Framework (MuPIF)

    ...The design supports various coupling strategies, discretization techniques, and also the distributed applications. The development of MuPIF is at present suppoted by the EU project Multiscale Modelling Platform: Smart design of nano-enabled products in green technologies, http://mmp-project.eu/, project number 604279.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    A star

    it is an implementation of A* algorithm with examples of its usage.

    A start (A*) is the algorithm for searching the shortest path in the weighted graphs. My implementation is provided with various interesting applications, i.e. 15 puzzle. This project is related to my other projects located at sourceforge as well: https://sourceforge.net/projects/path-finder-qt/ https://sourceforge.net/projects/shortest-path-graph-a-star/ For detail of A* algorithm see wiki page: https://en.wikipedia.org/wiki/A*_search_algorithm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Analog Insydes is a Mathematica toolbox for symbolic analysis of analog electronic circuits. This project provides a set of free add-ons to Analog Insydes, including a Java front-end and a native netlister for Cadence's Analog Design Environment (ADE).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Political economy library

    Political economy simulation toolkit

    Political economy library is a set of classes and accompanied tools for simulation of economy based on employment by companies, production of goods and consumption - EPC model. Actually it includes market-based model for research of the effects of Tobin tax. The library is based on Zarja library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JBioFramework

    JBioFramework

    Growing suite of proteomics simulations for educational purposes

    ...Our next scheduled release will contain (in addition to 2DE and MassSpec) a 1D Electrophoresis simulation as well as a tab containing ChemAxon's MarvinSketch [http://www.chemaxon.com/products/marvin/] along with some improved functionality. It should be out shortly as we complete the creation and modification of a permanent domain for the project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    experix laboratory control system

    experix laboratory control system

    instrument control, data acquisition display and analysis

    Experix is a command-line driven environment for laboratory data acquisition and device control and graphical presentation and analysis of data. Written in C for GNU-Linux . Tested on PC and Raspberry Pi. The core is written very generally in order to support applications by means of script files. Device interfaces: PCMCIA daq (2 devices tested) via kernel module with interrupt handler and memory-mapped data; USB daq (1 device tested) using libusbx; running an equipment servicing program...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 17

    AirTSP

    Simulated Airline Travel Solution Provider Library

    AirTSP is also named AirTSP (TSP standing for Travel Service Provider). That project aims at providing a clean API and a simple implementation, as a C++ library, of an Airline Schedule Management System. It is intended to be used in simulated environments only: it is not designed to work in the real-world of Airline IT operations. AirTSP/AirTSP makes an extensive use of existing open-source libraries for increased functionality, speed and accuracy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ETFOMM (Enhanced Transportation Flow Open-source-simulation Microscopic Model) is sponsored by a US DOT SBIR Program. The objective of the project is to establish a transportation flow simulation software program and its Application Program Interface. ETFOMM can be used as a DLL as a substitute for CORSIM in the TSIS package. It is compatible with TRAFED and TRAFVU. ETFOMM can also be used as a separate executable from a Windows or Linux command line. ETFOMM may also be linked into another application using the provided Application Programming Interface (API). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SocLab : the Sociology Laboratory
    ...Visit the homepage of the project on soclabproject.wordpress.com for tutorials, examples and further theoretical position.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    Ballistic Calculator

    Open Source Ballistic Calculator in C#

    !!! This project is currently CLOSED. There is a new version of API available under LGPL license at https://github.com/gehtsoft-usa/BallisticCalculator1 There is a new version of application in progress (ported to net framework 5.0) https://github.com/nikolaygekht/ballistic.calculator.app Ballisitic Calculator based on JBM's implementation 3-degree of freedom model, ported to C#, improved to support metric system and extended by some math from Litz's "Applied Ballistic" book. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    WirelessOverSim-INETMANET

    Wireless characterstics in OverSim over OMNeT++ for simulation

    This project aims to provide the wireless support in OverSim to simulate the P2P protocol over Mobile AdHoc Network or Wireless Mesh Network. Our project include the INETMANET-2.0 open source library to facilitate wireless characteristics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Virtual Cell

    Former home of the Virtual Cell platform (VCell), see http://vcell.org

    This project and all source code has moved to GitHub, see https://github.com/virtualcell
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CITYOPT mission is to optimize energy systems in smart cities. The project will create a set of applications and related guidelines that support efficient planning, detailed design and operation of energy systems in urban districts.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    Emulator of Wang 700

    The functional model of the old calculator series Wang 700 and 15VSM

    This project introduces a console application designed for functional emulation of the USA old calculator series Wang 700 and their USSR derivatives 15VSM (15ВСМ). The main goal of the project is emulation of those models made in Soviet Union: 15ВСМ-5, 15ВМ16/32/128 - which are also known as D3-28 (Д3-28). The choice of them is due to the extremely strong and authentic CPU command set developed by Soviet engineers as a superset around the original Wang 700's command set. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    facebrok
    Social engineering tool oriented to facebook. 2,782 Downloads in total.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB