Showing 28 open source projects for "programming language"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    gretl

    gretl

    A cross-platform statistical package for econometric analysis

    gretl is a cross-platform software package for econometric analysis, written in the C programming language.
    Leader badge
    Downloads: 6,349 This Week
    Last Update:
    See Project
  • 2
    Penthode

    Penthode

    Penthode simulates, draw and plot electrical power distributions

    Given a simple net-list describing the high level power architecture of your system Penthode: - simulates the voltage and current from device turn on to the steady state. - highlights components working out of specification - draws a nice power tree diagram showing the currents/powers balance - plots node transient voltage and gate current waveforms It is possible to change component parameters interactively to improve the design
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    WireFactory Simulator

    WireFactory Simulator

    Small factory simulator for control logic test purpose

    Wire Factory Simulator (WFS) is a free software to simulate the control of a factory, mainly controlled by IEC 61499 applications. You can build your own factory and controller. The controller can be implemented on any programming language. WFS was originally built to simulate the action of an IEC 614999 application. So, the devices in the factory are easily connected to IEC 61499 applications. The WFS were mainly tested with FBDK (http://www.holobloc.com/). Wire Factory has been implemented to help to test more complex automation systems during a doctorate course under guidance of: Supervisor: Prof. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    OpenRTDynamics

    A framework for implementing real-time control systems

    ...Besides, this framework properly handles multiple threads, their communication, allows to synchronise control systems to external events (e.g. variable timers or incoming network packages) and provides many other nice features. Because of a high-level schematic-description language -- in form of provided Scilab commands -- only a minimal implementation-effort (no error-prone C-programming) is required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 5
    Crevaya
    General purpose dataflow programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    JBioFramework

    JBioFramework

    Growing suite of proteomics simulations for educational purposes

    JBioFramework (JBF) is a set of two different chemical separations simulations (2D Electrophoresis and Mass Spectrometry) that are frequently used in chemistry, biochemistry and proteomics research. It is written in the Java programming language and will run on any and all systems that have the JVM installed. As we continue to develop the software over the coming months/years and attempt to quantify the success of our efforts with testing and reviews, user input is very important. Please don't hesitate to review the software below or email Paul Craig [pac8612@rit.edu] with larger descriptions/bugs/feature ideas. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    GPMfit

    Gaussian Process Model Fitting

    Gaussian Process model for fitting deterministic simulator output. Establish efficient and reliable likelihood optimization through hybridized DIRECT-BFGS and multi-start BFGS algorithms. Programming Language: Matlab.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PDBManip

    PDBManip

    PDBManip is a free program for editing 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. I know that the text-manipulation script languages such as Awk and Perl are available, and many users, uses these to do their works. However, in developing PDBManip, I have customized scripting language, by adding predefined PDB related variables and functions, in such a way that a user with a very basic knowledge of programming can easily write very eligible scripts, even for very complicated editing and manipulating tasks. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Dover Gadget Drawer SE
    30 modules, 300+ Synthedit prefabs ranging from subcontrol circuits to synths, fsu effects, drum sequencers, near complete copy/paste/save/load system for xox style patterns. 2 complete vst effects, and one vst synth.
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10

    nevesim

    NEVESIM is an event-driven neural simulation tool.

    NEVESIM is a software package for event-driven simulation of networks of spiking neurons with a fast simulation core in C++, and a scripting user interface in the Python programming language. It supports simulation of heterogeneous networks with different types of neurons and synapses, and can be easily extended by the user with new neuron and synapse types. To enable heterogeneous networks and extensibility, NEVESIM is designed to decouple the simulation logic of communicating events (spikes) between the neurons at a network level from the implementation of the internal dynamics of individual neurons.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    XCTruck3D _Truck

    XCTruck3D _Truck

    realistic truck simulator with 3D graphics done from zero

    A truck/car simulator,with realistic physics and oldstyle graphics: it displays pixels through the SDL graphics routines, or the X11 if using that version (has some issues:so use the SDL ver).While the 3D graphics is done by the program itself without external libraries.The environment is a hilly terrain:total freedom to drive around.A remake of the classic "Terep 2". Written in the C programming language: although the code is 30 pages long, it's simple. Trailer can be detouched pressming 'l' (minuscle ELL) so to drive a normal car. There's an OpenGL version too: see the CTruck3D _Open,and an ASCII-Art ver (Term_ CTruck3D). This is also a good dydactical software: code is easy to undersand,and drawing procedures and physics sim procedure are written from 0 so it's clearly understandable how a complete 3D game is done in C, starting from a blank page of any plain text editor.Only basic knowledge of C was used. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SPiM2Eclipse

    SPiM2Eclipse

    Eclipse plugin for Stochastic Pi Machine

    Stochastic Pi Machine (SPiM), created by Microsoft, is a programming language for modeling biological processes. Two tools are available from Microsoft for simulation. A web application Visual SPiM, and a destkop application SPiM Player. Both simulation tools require to be run on a Windows platform. Fortunately Microsoft has also released a command line version for Linux and Mac OS based on OCAML however this version will only output a CSV file for the simulation results. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    itermd

    Software tools for applications of simulations by iterations.

    For simulations or modeling studies of regulations, Automation or various phenomena, with parameters that may be random, interdependent variables without simple rules, etc.. It can also be used to study mathematical curves remarkable how 'pragmatic'. 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. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This utility, lingen, implements evolution of native machine code via linear genetic programming. The assembly level code uses a subset of assembly language which manipulates and performs calculations using the floating point unit (FPU) of the CPU.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    XPSEDAPI is a cross-platform (programming language agnostic) definition of an application programming interface for working with and manipulating SED-ML documents. Interfaces are defined in Interface Definition Language (IDL) with full documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A major mode written for GNU Emacs 22.1 to edit PML files (*.pmlobj, *.pmlfnc, *.pmlfrm and *.mac). PML is the programming language used in Aveva PDMS (Plant Design Management System) to interact with the database, design new objects and run macros.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Khronos DES
    General purpose discrete event simulation (DES) framework for the Python programming language. Khronos gathers ideas from other simulation software and tries to provide a simple and poweful toolset for simulation of discrete systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    IFoam
    IFoam is an OpenFOAM derived framework. It uses Python programming language for definition of its API. Itegrates visual components for limited post-processing. Provides access to some GUI components for more efficient set up the simulation cases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MCS is a tool that exploits the Monte Carlo method and, with a complex algorithm based on the PERT (Program Evaluation and Review Technique), it estimates a project's time. MCS is a opensource project and it was devolped by Java Programming Language.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    ComLinC (a COMmunications Library IN C programming language), a C library for communications research and simulation. It's based on GSL. ComLinC aims at providing elegent, fast functionality to the frequently encountered problems in communications area.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JSim8086 is platform-independent Assembly Language Simulator of the Intel 8086 CPU. It was designed to be a learning tool (CAL) for first year Computing students who are learning Computer Systems Organisation and Assembly Programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    METIL is a python-like interpreted or compiled language made for speed and generic programming, as in C++ but with static symbolic computations, type propagation, "for" surdefinition. Object orientation is centered on properties, rather than hierarchy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JCPUSim is a CPU (Central Processing Unit) simulator written in Java. It is intended to aid in teaching how the fetch-decode-execute cycle, CPU, registers, memory and assembly programming language work in a computer system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    YABI93 is an Interpreter for the esoteric programming language Befunge, version "Befunge93". It is written in Java 1.5 and uses Swing for its graphical interface. YABI supports a multilanguage GUI.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    This projects aims at providing java-bindings to the CUDA numeric environment. CUDA is an extension to the C/C++ programming language by NVIDIA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next