Showing 4557 open source projects for "tiny-core-plus"

View related business solutions
  • 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
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    ViennaGrid is a generic mesh handling library that provides the traversal of structured and unstructured grids in arbitrary spatial dimensions, in particular 1d, 2d and 3d. Quantities can be conveniently stored on mesh elements using ViennaData.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    phcfM

    phcfM

    R package for modelling anthropogenic deforestation

    phcfM is an R package for modelling anthropogenic deforestation. It was named after the REDD+ pilot-project 'programme holistique de conservation des forêts à Madagascar'. phcfM includes two main functions: (i) demography(), to model the population growth with time in a hierarchical Bayesian framework using population census data and Gaussian linear mixed models and (ii) deforestation(), to model the deforestation process in a hierarchical Bayesian framework using land-cover change data and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    KL1p

    A portable C++ library for Compressed Sensing

    KL1p is a portable C++ framework for handling sparse recovery of inverse problems of underdetermined linear systems, like in compressed sensing technique.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A Binary Decision Diagram library, with : many highly efficient vectorized BDD operations, dynamic variable reordering, automated garbage collection, a C++ interface with automatic reference counting, and much more.
    Downloads: 8 This Week
    Last Update:
    See Project
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 5

    Block Matrix library

    Highly efficient implementation of BLAS for sparse block matrices.

    Highly efficient implementation of BLAS for sparse block matrices. Accelerated using heavy-duty C++ meta-programming, SIMD instructions and GPU.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    NXShield API's and Documentation Online API reference available at: http://www.openelectrons.com/NXShield/html/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    EqualX

    EqualX

    The LaTeX Equation Editor

    EqualX makes you easily write equations in LaTeX and preview them in real-time. repository: https://gitlab.com/q-quark/equalx
    Downloads: 13 This Week
    Last Update:
    See Project
  • 8

    Mono Odometer

    Monocular visual odometry system for ground vehicles.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    NIKS

    NIKS (Needle in a K-stack) - detection of mutations in NGS data

    To get access to the code, please check it out with svn as described in the code section.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 10

    basecv

    BCV is DNA base caller with vocabulary

    The Base Calling with Vocabulary (BCV) software package is intended for analysis of direct (population) sequencing chromatograms using known vocabulary sequences similar to the target DNA. The current version of BCV can only process chromatogram files obtained on Applied Biosystems capillary sequencing machines (ABIF file format).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Keplerian Toolbox
    IMPORTANT: This project has moved to github. https://github.com/esa/pykep There you will find the most uptodate code. the code in these repositories is no longer maintained
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    NBO Analyzer

    Analyze output of NBO computations

    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    OPEN GENERAL SCIENTIFIC INTERFACES
    OPEN GENERAL SCIENTIFIC INTERFACES homepage : http://www.opengsi.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Scintillate-Suite

    Scintillate-Suite

    simulation tools for scintillation detectors

    Scintillate-Suite consists of Scintillate!, Multiply!, and Evaluate!. Scintillate! uses Geant4 to simulate the scintillation process in scintillator-based gamma detectors and produces lists with the incidence time and position of visible photons on the cathode of an attached photomultiplier tube (PMT). Multiply! simulates the PMT and Evaluate! allows for evaluating results as well as testing a number of evaluation algorithms used in digital spectrometry applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ABFF
    Project for develop force fields with using ab-initio calculations
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    GraFIX fixations coder
    GraFIX is a software and a method to detect fixations in low and high quality data, consisting of a two-step process in which eye-tracking data is initially parsed by using adaptive velocity-based algorithms, before it is hand-coded using the graphical interface, allowing accurate and rapid adjustments of the algorithms' outcome. GraFIX is released under the GPLv3 public license (http://www.gnu.org/licenses/). Please cite as: Saez de Urabain, I.R., Johnson, M.H., Smith, T.J., (2014)...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    EMsieve

    A simple sieve/prefactor program for Eisenstein-Mersenne Primes

    A simple sieve/prefactor program for the so-called Eisenstein-Mersenne Primes: 3^p +- 3^((p + 1)/2) + 1. See http://oeis.org/A125738, A125739 and [1] for a good introduction. Some easily established properties are: p must be prime; sign is minus for p=+-1 (mod 12), plus otherwise; composites only have factors of form 6kp+1 (integer k). Related probable primes (3^p -+ 3^((p + 1)/2) + 1)/7 are sieved at the same time. See http://oeis.org/A125743, A125744. After sieving, the Berrizbeitia-Iskra or a Proth test can be run; this is best implemented with FFT mod (3^3p+1) using GWNUM library. A sample implementation (a patch to the LLR program) is available from Batalov...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Clip

    Clip

    Interactive program for evaluation of Laue diffraction patterns

    Clip is an interactive program for simulation, indexing and refinement of Laue diffraction images.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 19

    SIMtoEXP

    For comparison of simulation and experimental scattering data

    SIMulation to EXPeriment is software that allows the direct comparison of simulation density information with that obtained from X-ray and neutron scattering experiments, by converting the simulation data to form factors. It also calculates volume probability distributions according to a space filling volumetric model. Written in C++ and Qt, SIMtoEXP has a very simple and easy to use GUI with interactive plotting. The software was originally developed by Norbert Kucerka. The code has...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Open PECTool

    Open PECTool - manipulate peroidic error data for Celestron mounts.

    This is clone of the Celestron PECTool used to upload, download and manipulate PEC data. It is intended to work with Celestron Nexstar mounts like NexStar GPS, NexStar GPS-SA, NexStar iSeries, NexStar SE Series, NexStar GT, Advanced-VX, Advanced-GT and CGE mounts. Communication to the hand control is 9600 bits/sec, no parity and one stop bit via the RS-232 port on the base of the hand control. To build it libnexstar version 0.11 or newer is needed, which can be found here:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Photonics is a photon tracking Monte Carlo package, which calculates photon flux and time distributions in a heterogeneous medium surrounding a light source. The propagation medium and detector and light sources are highly customizable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Educational software for studying quantum mechanics. This is the 3rd incarnation of QUANTX software created for Physics Department of Novosibirsk State University. The first version of this software was used in 1985-1991, and the second one was in use since 1991 till 2011. This 3rd version should be useful for universities of Russia and CIS. Translation into English is underway.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    OpenNEC is an open-source program based on the NEC2 core. NEC2 is a method-of-moments simulation and analysis tool for antennas and conductive structures such as metal towers. The current goal of the project is to recode the NEC2 core from ForTran into Octave and Matlab for cross platform use as a simulation and analysis tool with the powerful graphics and mathematical capabilities of those programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    EVO is a simulation platform for co-evolving the morphology and the behavior of 3D artificial agents in a complex environment. This project directly follows the original work of Karl Sims. It puts together complex creatures, a GA & Open Dynamics Engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Displays four-dimensional objects and functions by projecting them into three-dimensional space. Viewpoint transformations and parameter changes are displayed in real time. THE PROJECT'S CODE BASE HAS BEEN MOVED TO GITHUB: https://github.com/lene/HyperspaceExplorer The Git repository on SourceForge will be kept in sync with GitHub at least for the time being, but for the latest commits you should check the GitHub Project. If you want to report a bug or a feature request, please use...
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo