Showing 1425 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
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 1

    libwifibot

    Linux C++ library to use the wifibot mobile robot.

    This is a small low level library written in C++ to control the wifibot lab mobile robot. More information about the robot here : http://www.wifibot.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Yet Another Fuzzy Logic API, in C++. An API providing basic fuzzy functions
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    libknot

    libknot is a knot library

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

    sparray

    A sparse matrix package for Python.

    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 5
    UiBox
    Uibox is an universal, platform-independent C++ toolkit for development of both graphical and console applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A Graphical User Interface Development Environment for OpenGL, and associated OpenGL Widget set.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JNativeLicense is a free license manager for Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    cxx-utils

    A set of lightweight cross-platform C++ utility libraries

    cxx-utils provides a set of lightweight utility libraries for cross-platform development of C++ applications and libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    C++ network library with implemented streams and events.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • 10
    A set of useful general purpose C++ classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    NixConf is a very simple c++ library for working with configuration files that are in the standard group format used by Linux and Unix applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    UIx - User Interface Framework

    GUI framework for Windows

    UIx User Interface Framework is Windows C++ library for creating applications with graphical user interface
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A neural networks framework for solving problems and processing data using neural networks of various descriptions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Impressora Plugin

    Implementação de uso simples para impressoras não fiscais

    Com essa biblioteca você pode implementar de forma simples o uso de mini impressoras não fiscais das marcas mais usadas no mercado
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The OpenCL Extension Wrangler library is a spin-off from the CLCC project. This library allows you to load the OpenCL library at run-time and discover extensions supported by it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Library that will supply a clean interface for Linear, Quadratic, and Logarithmic regressions including verification for autocorrelation and heteroscedasticity using Durbin Watson and White tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The priority managing container library extends the C++ STL stack and queue containers, allowing the assignment of a priority to each object in the container and providing various schemes for managing those priorities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SCXML which means State Chart XML defines an easy way to describe a finite state machine through an XML file. SCXML is currently a working draft by the W3C. SSCXML (Simple SCXML) is a C++ library implementing the draft.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Projet cpp consistant à créer une librairie effectuant des opérations arithmétiques simples (somme, différence, produit, division) sur des grands nombres. Creation of an open source library managing huge numbers with simples arithmetics operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    std::decimal Implementation

    A portable implementation of the proposed C++ std::decimal.

    A portable implementation of the proposed std::decimal. Some compilers (notably gcc) are already making this available, and it seems likely to become standard. This does not implement the decimal arithmetic, but rather relies on existing implementations (typically C libraries) that can easily be downloaded elsewhere.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Extended Functions Library

    Extended Functions Library

    The Extended Functions Library is a free and open source C++ library.

    The Extended Functions Library is a set of free and open source, high-level cross-platform C++ libraries designed to add enhanced features to the standard output methods used in C++. Such as enhanced console functions like colour and title changing, screen clearing, added text buffering, timers etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A haptics abstraction layer for OGRE. This should allow other developers to write haptic API plugins to be used seamlessly with OGRE without having to re-write any code in the OGRE application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Svg parser is a C++ library, that you can use to parse SVG documents to build object model, you can work with. It's very small, so you don't need much time to build it. You can easily integrate it to your applications because of some accessibilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    delegates

    delegates

    Modern c ++ 17 library containing delegate.

    Modern c ++ 17 library containing delegate which is a data structure that refers to a static method or to a class instance and an instance method of that class. * Github repository : https://github.com/gammasoft71/delegates * Homepage : https://gammasoft71.wixsite.com/delegates * Reference guide : https://codedocs.xyz/gammasoft71/delegates/ * Examples : https://github.com/gammasoft71/delegates/tree/master/examples
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    C++ Multivariate Distributions Library

    C++ Multivariate Distributions Library

    A Multivariate Distributions Package for C++

    A library based on Eigen and Boost to handle common multivariate distributions in C++
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo