Showing 54 open source projects for "code"

View related business solutions
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    Spglib is a C-library written for finding crystal symmetry. Symmetry operation, space group, etc, can be obtained using this symmetry finder. It is easy to include this library to your code. For more information, See, http://spglib.sourceforge.net/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    RDKit

    RDKit

    Open-Source Cheminformatics and Machine Learning

    A collection of cheminformatics and machine-learning software written in C++ and Python. NOTE: the RDKit source code and downloads are now in github: https://github.com/rdkit/rdkit The core algorithms and data structures are written in C++. Wrappers are provided to use the toolkit from either Python or Java. Additionally, the RDKit distribution includes a PostgreSQL-based cartridge that allows molecules to be stored in relational database and retrieved via substructure and similarity searches.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 3
    A More Accurate Fourier Transform

    A More Accurate Fourier Transform

    Computes Accurate Fourier Transform via Explicit Integration not FFT

    ...It has been shown recently that EI methods can be more accurate than FFT methods (Courtney and Courtney, A More Accurate Fourier Transform) for scientific data analysis and that EI methods can be implemented in reasonable times with modern computing power. This project makes the source code (and command line Windows executable) developed in that study openly available for scientific and engineering uses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    ThermV

    Comprehensive thermal analysis software package

    ...The modules for peak deconvolution, peak profile analysis and determination of Ea and lnA will be provided first. Full GUI will be provided in beta stage. Due to computational limitations, the code is partly programmed in Python and partly in R. Python code will eventually be fully integrated into GUI. R code might remain standalone, although it will be integrated to a highest possible degree. Distributed under GPL
    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
  • 5
    cclib
    IMPORTANT! As of version 1.2, cclib development has moved to github. Please use the flowing pages for up-to-date information about cclib: Repository (source code, tracker) - https://github.com/cclib/cclib Online documentation - http://cclib.github.io/ cclib is an open source library, written in Python, for parsing and interpreting the results of computational chemistry packages. It currently parses output files from ADF, Firefly, GAMESS, GAMESS-UK, Gaussian, Jaguar and ORCA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Animp is an OpenGL program to display movies of particles in motion where the movies are produced by adding calls to animp library routines to simulation code written in either C++ or Fortran. Animp can also display molecules read from PDB files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    IQuant

    A pipeline for quantitative proteomics based upon isobaric tags

    ...This website contains the IQuant software, an example data labeled by iTRAQ-8plex for testing and a user's manual. If you have any question about IQuant, please contact me: wenbo@genomics.cn. The source code of IQuant can be found here "https://sourceforge.net/p/iquant/code/".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Bika Open Source LIMS

    Bika Open Source LIMS

    Web based Open Source laboratory information management system (LIMS)

    Modern Open Source LIMS (Laboratory Information Management System) · Professionally supported by experts The Bika code was migrated to https://github.com/bikalims Getting Started: https://github.com/bikalims/bika.lims/blob/main/README.md Modern Bika releases are built on the Senaite LIMS core, the LIMS that originated as a Bika fork. It is therefore as new and modern as Senaite, frequently upgraded and has many very useful add-ons. Bika expands on Senaite's lean design by adding modules for bulk sample importing, two tier Sample Point Locations, instrument result importers extra COA templates etc. while remaining within ISO 17025 guidelines Other differentiation is per lab discipline, e.g. branches for environmental management, health care, geochemistry snd cannabis. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    SunlightDPD

    Open source codes related to dissipative particle dynamics

    SunlightDPD provides a home for open source codes related to the dissipative particle dynamics (DPD) simulation method. Currently the file release contains the HNC integral equation code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    ASCEND modelling environment
    ASCEND is a modelling environment and solver for large or small systems of non-linear equations, for use in engineering, thermodynamics, chemistry, physics, mathematics and biology. Solvers for both steady and dynamic (NLA & DAE) problems, are provid
    Downloads: 15 This Week
    Last Update:
    See Project
  • 11

    javadbchem

    A universal chemistry database system, using Java and any rdbms

    ...Everything is written in Java and is independent from the rdbms used (first tested system is mysql, tweaking might be needed for others). The chemistry is handled using Chemistry Development Kit, this is proven code. The system holds atoms and bonds as entities in the rdbms, this makes it possible to have properties recorded using foreign keys and referential integrity. Apache Torque is used for database access. The build system of the project makes it possible to add properties directly to the molecule/atom/bond tables. This makes it more flexible than systems where structures are saved as monolithic blobs in a single table.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    nwhess2freq

    Calculates frequencies/modes from an nwchem generated hessian

    ...The advantage of having a separate script for this is that you can use the same hessian to calculate frequencies for different isotopic substitutions i.e. you only have to run one nwchem calculation. The script is finished in its current form in the sense that it is feature complete. Feel free to amend, translate, copy, steal etc. See the README in the code repository for instructions. Installation: Simply download the file and start Octave in the download directory.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Starch CLD fit

    Starch CLD fit

    Least-squares fit of amylopectin chain-length distribution

    ...The amylopectin CLD biosynthesis model used by this program is explained in the article “A Parameterized Model of Amylopectin Synthesis provides key insights into the Synthesis of Granular Starch”, by Alex Chi Wu, Matthew K. Morell and Robert G. Gilbert. The downloadable .zip file contain the main code readily usable after compiling. An instruction manual is also provided. This is an open source program.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Methods and testing of methods for automatic analysis of in situ cyclic voltammetry data. This, at least initially, is the code from my masters thesis, which was done as a contribution to a larger project called Aevum. Aevum is being developed at t
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A reactor solver which uses stochastic particle methods to model particle population balances. This code is developed by the CoMo group in the chemical engineering department at the university of Cambridge (como.cheng.cam.ac.uk).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The Blue Obelisk is a group of scientists driven by a belief in Open Source, Open Standards and Open Data, expressed in code, data, algorithms, specifications, tutorials, demonstrations, articles and anything that helps get the message across.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Source code for the Chemical Informatics and Cyberinfrastructure Collaboratory project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Swarm framework for chemicals, to neurons, to group models and species models and etc. I will try to keep one version of the code independent of any platforms, but I will also be integrating the code with JADE, JBoss and my software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This is an implementation of the adaptive biasing force method (ABF) in NAMD. The code for ABF was developed by Eric Darve, Stanford University. ABF is a method created by E. Darve and A. Pohorille to calculate the free energy of bio-molecules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Datagam is a tool for extracting data from output or punch files produced by GAMESS(US) or FireFly (old name PC GAMESS) packages. Mac GUI wrapper also available. Upstream version of the project goes to the launchpad. Only final versions of the source code and compiled binars will be available from this domain.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Goal: to make a lean, mean C++ engine capable of handling complex mathematical computations and to create a separate MFC (native C++) UI. NB: Project has been moved to Google Code: http://code.google.com/p/ultimath/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Quantum Monte Carlo algorithms expressed in Python. This code calculates electronic properties of atoms and molecules from first principles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Mdxvu is a C code program for Linux, Un*x and Win32/Cygwin. It analyses molecular structures and molecular dynamics (MD) trajectories from the AMBER, GROMACS, TINKER and DISCOVER (TM) programs. Simple graphics are provided by using the X11/XLIB library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PIMC++ is a code designed to perform fully-correlated simulations of quantum systems in continuous space at finite temperature using Path Integral Monte Carlo. It is designed in a modular way to facilitate easy addition of new algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Chemical Evaluation Framework (CEF) is a molecular structure based software to assist in hazard assessment. Download requires Java 6 update 1. Source code is contained in jar files. Download contains GSH reactivity plugin.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB