Showing 13 open source projects for "g++"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • 1
    Tiny CUDA Neural Networks

    Tiny CUDA Neural Networks

    Lightning fast C++/CUDA neural network framework

    This is a small, self-contained framework for training and querying neural networks. Most notably, it contains a lightning-fast "fully fused" multi-layer perceptron (technical paper), a versatile multiresolution hash encoding (technical paper), as well as support for various other input encodings, losses, and optimizers. We provide a sample application where an image function (x,y) -> (R,G,B) is learned. The fully fused MLP component of this framework requires a very large amount of shared...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Jittor

    Jittor

    Jittor is a high-performance deep learning framework

    Jittor is a high-performance deep learning framework based on JIT compiling and meta-operators. The whole framework and meta-operators are compiled just in time. A powerful op compiler and tuner are integrated into Jittor. It allowed us to generate high-performance code specialized for your model. Jittor also contains a wealth of high-performance model libraries, including image recognition, detection, segmentation, generation, differentiable rendering, geometric learning, reinforcement...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Larsen Commander for OS/2 and eCS

    Larsen Commander for OS/2 and eCS

    Source code is here - https://sourceforge.net/projects/lcmd-git/

    Source code is now developed using GIT. Please use new project page here - https://sourceforge.net/projects/lcmd-git/ Larsen Commander for OS/2 Warp and eCS. Consists of two parts; 1) the underlying C++ G-Lib framework that build directly on top of native 32 bit OS/2 APIs and 2) the Larsen Commander application it self, written in C++ on top of that G-Lib framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    handy

    handy

    A simple C++11 network server framework

    Simple and easy-to-use C++11 network library/ Supports tens of millions of concurrent connections on a single machine/ a simple C++11 network server framework. Graceful exit allows programmers to better define the exit behavior of their programs. You can better check for memory leaks with tools such as valgrind. 10 lines of code to write a complete server. Asynchronously manages network I/O and processes requests synchronously, which simplifies the writing of server processing logic. For...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powerful small business accounting software Icon
    Powerful small business accounting software

    For small businesses looking for desktop accounting software

    With AccountEdge, business owners can organize, process, and report on their financial information so they can focus on their business. Features include: accounting, integrated payroll, sales and purchases, contact management, inventory tracking, time billing, and more.
  • 5
    Crow

    Crow

    Crow is very fast and easy to use C++ micro web framework

    Crow is C++ microframework for web. (inspired by Python Flask). If you just want to use crow, copy amalgamate/crow_all.h and include it. C++ compiler with good C++11 support (tested with g++>=4.8). Provide an amalgamated header file crow_all.h with every features. Handler arguments type check at compile time. Now supporting VS2013 with limited functionality (only run-time check for url is available.) Out-of-source build with CMake is recommended.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    omegalib

    omegalib

    Hybrid visualization framework for desktops, large immersive displays

    A hybrid visualization framework for desktops, large immersive displays and the web. A framework for virtual reality and cluster-driven display systems. Requires Python (the pre-installed 2.7 version on OSX and most linux distros works fine, on Windows omegalib comes with python bundled so you don't need this). C++ Build tools for your platform (g++, clang/XCode, Visual Studio 2012/2013 depending on the OS). On windows, the free Visual Studio editions work fine. Modules are optional components...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Generator express

    Generator express

    An express generator for Yeoman, based on the express command line

    An express-generator for Yeoman, based on the express command line tool. Make sure you have yo installed: npm install -g yo. Install the generator globally: npm install -g generator-express. Run: yo express and select Basic. Add --coffee if you require CoffeeScript. Run: grunt or gulp to run the local server at localhost:3000, the grunt/gulp tasks include live reloading for views, css in public/css and restarting the server for changes to app.js or js in routes/. Contributors are welcome...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    G-Framework Web3.0 ToolKit
    This is the most advanced and complete new generation tool for creating Web applications. You can create your own "Web Applications" once writing very few lines of code and make it simply accessible from anywhere in the world.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    FFEntityFramework is an Object-Relational Mapping Framework (O-R Mapping / Object Persistence) for .NET with built-in features like Xml-Serialization, Model-View-Controller-Framework or UndoManagement ... All these Components use the same Meta-Base which can be definied via Attributes (Annotations) on your Business-Classes. Nevertheless differences between Xml- and Db-Serialization can be made via an enum MetaUsage (Database, Xml, Internal …). For Example you can define a Key-Column which...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Precoro helps companies spend smarter Icon
    Precoro helps companies spend smarter

    Fully Automated Process in One Tool: From Purchase Orders to Budget Control and Reporting.

    For minor company expenses, you might utilize a spend management solution or track everything in spreadsheets. For everything more, you'll need Precoro. We help companies achieve procurement excellence and budget efficiency by building transparent, predictable, automated spending workflows.
  • 10
    G-Truc Creation is an open source and creativity enthousiat website. As a main goal, G-Truc Creation features an OpenGL Framework (GLF). It's a C++ based project that aims to improve OpenGL programmers work with libraries, documentation, samples and
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    Writes data (e. g. files, passwords, encrypted text, ...) hidden in an image. The data will be hidden in the color-channels from the image. There is no difference for human eyes between the image with no hidden data and the image with hidden data!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Expression4J (Math Expression Parser) is a java framework used to manage mathematic expression stored in String object like "f(x,b)=2*x-cos(b)" or "g(x,y)=f(y,x)*-2". Expression gramar can be define by user (add new operator or type ...)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    XEAS stands for eXperience Enterprise Applicaton System, designed and deverloped by G&L Studio.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next