Search Results for "open source assembly software source code" - Page 36

Showing 904 open source projects for "open source assembly software source code"

View related business solutions
  • $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
  • 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
    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
  • 2

    sparray

    A sparse matrix package for Python.

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

    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
  • 4
    A Graphical User Interface Development Environment for OpenGL, and associated OpenGL Widget set.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5
    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
  • 6

    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
  • 7
    C++ network library with implemented streams and events.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    REX: Remote EXecution Distributed Computing Services for Linux and Solaris, providing C and C++ APIs, librex library and "rexd" daemon software to implement Load Balancing Process Migration : Dump + Restore, Remote File and Resource Management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10

    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
  • 11
    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
  • 12
    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
  • 13
    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
  • 14
    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
  • 15
    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
  • 16
    SilverScript

    SilverScript

    Lightweight scripting language written in C++

    SilverScript is a new, platform-independent scripting language that can be used to script events in games and other applications. It is designed to be simple and easy to learn. Its API is written in object-oriented C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Clint

    Clint is a library for Qt projects to create charts, trees, etc.

    Clint can display data containing in a QAbstractItemModel as charts, trees or timelines. A chart can be linear ( data are displayed as curves, bars or points), radial ( data are displayed like a bar chart but in circle) or a piechart (2D or 3D). A tree displays data from a model like QTreeItemModel in a classic tree (horizontal or vertical) or radial (in circle). A timeline displays data from a model like a QListItemModel following a path.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    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
  • 19

    Shovel Library

    Simple graphics, keyboard and mouse library with a C interface

    is a collection of ultra-simple routines I've found useful for making small interactive graphics applications. === Functions include === * Window creation * 32-bit RGBA bitmap creation * Fast software based drawing routines (pixels, lines, text etc) * Mouse and keyboard input === Details === * Written in C * Python bindings provided * Permissive BSD licence * Win32 version currently. Linux and Mac planned. === Performance === Running on Windows XP on an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Prog is a lightweight, high-level, general-purpose, interpretable, compilable, strongly typed language that balances pragmatism, legibility, and versatility. Types are first-class objects and evaluation is considered a side-effect of type conversion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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
  • 22

    LibThreadPool

    Library for easy multithreading programming

    The ThreadPool library is a simple and efficient way to manage multiple tasks in a program. It allows you to run several tasks at the same time using a pool of worker threads. The entire implementation is provided in one single header file, making it extremely portable and hassle-free to integrate into your project. Whether you are building a small project or a larger application, this library offers the necessary tools to efficiently handle multi-threading with minimal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ktdata is a C++ library for accessing tabular data, like from CSV files. Its goals are: 1. object design 2. portability (Linux and Windows support at least) 3. high performance 4. support for common data file formats, like CSV, ARFF (Weka), etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Nervous System

    A C++ Neural Network Toolkit

    Sourceforge is no longer being updated! This project has merged into another that can be found here: https://github.com/nicrohobak/Toolbox The designer portion is currently on hold. ------------------------------------------------------------ A C++ neural network toolkit. This project is a C++ library for adding, potentially complicated, neural networks to any project. libNervousSystem is developed in conjunction with the GUI tool, Nervous System Designer, to easily generate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Numerikus is an attempt to build a set of numerical libraries written in C/C++, Fortran, Java and C# for single processor and multi-core processors. It wil have from basic functions to Linear Algebra solvers and ODE's and PDE's methods.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo