Showing 538 open source projects for "code e-library"

View related business solutions
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 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.
    Get started free
  • 1
    Model driven code generation can improve coding standards, speed, quality of development and reduce your costs. From my experience generating code from XML using XSLT is one of the best and fastest solutions. This is just the base of the framework presenting the idea, any code template can be implemented upon request. Some sample generators are present for SQL / PLSQL / C# / AnsiC / Java The main target is to generate DTO/BDO/POJO objects based on the database definitions in multiple...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    mkfusion
    Free open source native CFML(ColdFusion compatible) application server. Test the app at http://mkfusion.bokicsoft.com/test/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    EasyCP

    The easiest C++ way to deal with constraints !

    EasyCP is a modern, user-friendly C++ library that lets you use constraint programming in a very natural way, taking advantage of its expressive power. Just model and let the CSP (Constraint Satisfaction Problem) solver do the job !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    libsdl2gl

    libsdl2gl

    A small library to create SDL 2 - OpenGL applications.

    The purpose of the library is to help the programmer to easily create an application with an OpenGL context and to help monitoring keyboard and mouse input . The library may be appropriate to start learning to code in opengl but not for big projects. This version is like a small glut replacement but without routines for drawing geometric primitives or for creating pop-up menus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
    Learn More
  • 5
    The Hoard Memory Allocator
    Hoard is a multiprocessor memory allocator that is fast, memory-efficient, and scalable. If you are running multithreaded code on a multiprocessor system, Hoard can dramatically improve your application's performance without any changes to your source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    libpdfjs is a C++ library that extracts JavaScript code from PDF files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    QuickMock is a library for testing C++ code using simple hand-writing mock objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DataDraw is a feature rich database generator for high performance C applications. DataDraw gives your C application a high performance object-oriented framework at speeds that beat hand coded C.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 9

    Boost.Application

    Boost.Application

    A Boost.Application allows a developer run your application as a Windows service, as a Unix/Linux daemon, or as a usual interactive application (terminal) without the need to add extra code, the library abstract OS specific API and provide a ease common interface. To version beta4 (aspect based), check :https://github.com/retf/Boost.Application
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 10
    Nana C++ Library takes aim at easy-to-use and portable library, it provides a GUI framework and threads for easy programming with modern C++ methods, such as traits, metaprogramming and other template technologies. http://sourceforge.net/p/nanapro/blog The project is moved to http://sourceforge.net/p/nanapro
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    cCNN

    cCNN

    A fast implementation of LeCun's convolutional neural network

    Code of this library is partialy based on myCNN MATLAB class written by Nikolay Chemurin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    ImpPath

    Simple C++ library for path manipulation

    ... file systems, and thus doesn't know anything about symbolic links. Primarily designed for usage in a secure environment with known simple limitations. For example, for working with internal application resource paths referencing a "sandboxed" virtual filesystem (like with PhysicsFS). Platform-specific path support is mainly intended for tools (e.g. map editor) which need to share a common code base (and perhaps some hard-coded resources) with the main sandboxed application (e.g. game).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    file2code

    File2Code is a Windows command-line code generator written in C++.

    File2Code is a Windows command-line code generator for converting the binary content of a file into an array based on configurations written in XML. File2Code provides an alternative form of embedding a file into an application or library. Currently File2Code converts binary data by the byte into a decimal or hexadecimal string.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    libbbb

    Basic building blocks library

    The library groups common code used in some applications and libraries. Some features: - a simple generic class - a buffer capable of accumulating various kinds of values - linked lists - memory tracking - customizable messages to the user - threads that delete themselves - background job suport As it is based on Qt framework[2], the code is easly portable. For Ubuntu a ppa is available: ppa:nicu-tofan/ppa [1] On my tests I needed following commands: sudo apt-key adv...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Kayacc

    A Compiler Development Toolkit

    ..., and translating between Unicode and byte oriented encodings. Tombo is an alternative for lex, yacc and Bison tools. Source can be browsed in git/code repository or src directory. Send e-mail to tombo@gekkoware.com for support
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A C++ based lightweight, non-invasive SCA (Service Component Architecture) runtime. Optimized for the use in the embedded domain. We are proud to announce release 0.8 of Trentino Release 0.8 adds a major feature to Trentino. With Service discovery, configuration, deployment and operation of Services on devices is made simple and cost efficient.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The Micro C++ Library (libmicxx) is a small set of portable and easy to use classes providing core features commonly used in modern applications. It is based completely on the Standard C++ Template Library (STL).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    AntTweakBar

    AntTweakBar

    C/C++ library to add light and intuitive GUI to OpenGL and DX programs

    ... to tune parameters (even in fullscreen mode) and see the result in real-time like 3D demos, games, prototypes, inline editors, debug facilities of weightier graphical applications, etc. The project is not maintained anymore but feel free to download and modify the source code to fit your needs or fix issues.
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • 19
    Visu@lGrid

    Visu@lGrid

    Visu@lGrid - IDE for Building BOINC Projects

    Visu@lGrid - UML for BOINC: A Modelling Language Approach for the Development of Distributed Applications based on the Berkeley Open Infrastructure for Network Computing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    lxgui

    lxgui

    A Lua and XML Graphical User Interface

    Note: this project has been migrated to github: https://github.com/cschreib/lxgui lxgui is an open source, portable, and data driven GUI. It is fully extensible, and supports caching through render targets. It is meant to be used by real time applications (such as games). The GUI can be created either by C++ code, or by using the integrated "add-on" system, where the GUI is parsed from XML and Lua files. It relies on keyboard and mouse input (support for other controllers is not planned...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A nested set of C++ wrappers and related code for the SDL library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    QuickSock

    QuickSock

    A simple C++ socket library used to make socket programming tolerable.

    ... in the future" section for details. Any criticism, feature requests, and/or bug reports are appreciated. Things to add in the future: * Proper support for IPV6 networking. * Optional reliable messaging. * TCP support. * C++ native stream support. / Better error checking. * An asynchronous socket class. The source code for the project is provided 'as-is' to anyone who wants it, edit it as you like. I'd prefer it if you'd credit me for the official version, but that's completely optional
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    libparallelize

    A C++ Library meant to make parallelization a breeze.

    This library will be design with only the features provided by the new C++11 standard. This means that the code will compile with any platform and compiler that supports the new standard. The goal of this project is to allow developers to easily add parallelization to their code without having to mess around with the perils of concurrency. This library will focus mostly on parallelizing data processing and will use a dependency system to make sure a series of operations to be performed on data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    vMotion Detector

    vMotion Detector

    vMotion Detector for Linux & Windows Platforms

    vMotion Detector is an application suite designed for Oracle OEM, Oracle Grid or Nagios that allows a Windows or Linux Guest VM detect when it has its Session ID modified due to an underlying DRS or HA clustered environment change.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    hardcodian

    Script that creates a library with hardcoded resources.

    Hardcodian is a bash script that uses GCC/MSYS to create a resource library (resources.a) linkable with your C++ programs. Hardcodian also generates a resources.h file, with includes all you need to work with your embedded resources.
    Downloads: 0 This Week
    Last Update:
    See Project