Showing 259 open source projects for "all-in-one"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • 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
  • 1

    Herakles Engine

    Strong 2D & 3D graphics engine

    Herakles is a 2D-3D graphics engine. As its name implies, it is intended to be a really strong and fast engine. Its only library dependancies are OpenGL and OpenAL. Fully object-oriented, written in C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    iwlib++

    It is a libiw-dev -like library written in C++

    I have gained some basic experience in C programming, and handling wireless interfaces in C with libiw-dev library, and i thought that I could improve my C++ programming skills if I try to implement some basic functionalities of the libiw-dev library in C++ language. I don't have any specific purposes with this project yet, I do it just for learning, and I consider it an amateur implementation. It was created as a MonoDevelop project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    C/CIF

    C/CIF

    Compact/ Chess Interchange Format

    C/CIF is an interchange format for chess applications. This format is supporting all features of a chess application - PGN does not provide this - and can be used to transfer chess archives without any loss via an application independent format. C/CIF is supporting two formats: the binary format CCIF, and the human readable format CIF (in XML).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Ionflux Computer Graphics Toolkit

    Toolkit for 2D and 3D computer graphics

    NOTICE: This repository of IFCG will no longer be maintained. You can find the current version at https://github.com/TehFlux/ifcg The Ionflux Computer Graphics Toolkit is a collection of libraries for 2D and 3D graphics processing. The toolkit is written primarily in C++ and has full Python bindings for all components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5

    Easy Simple Network Library

    A MINA-like, cross-platform C++ network library based on boost::asio

    The full name of "esnetwork" is "easy simple network library". It is a cross-platform C++ network library based on boost::asio (http://think-async.com). It aims to be a simple, easy-to-use and full-featured networking framework, like MINA in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    TSAR

    Tools Slightly Above the Runtime

    Tools Slightly Above the Runtime QueryTool for IBM i based on TSAR: http://www.ibm.com/developerworks/ibmi/library/i-extended-dynamic-sql/index.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    New CTruck3D Rally

    New CTruck3D Rally

    Free-roaming 3D racing game featuring advanced terrain rendering

    It's a free-roaming 3D racing game featuring advanced terrain rendering. For small file-size, a 4k x 4k terrain is available, sampled meter-by-meter so it's very smooth. Lightweight program. This is the form in which I wished to do the first release of the terrain rendering Algorithm I have developed throughout almost 2 years. Written in C++, featuring multithreading (2 threads): a total remake of the first 3D game I did years ago, CTruck3D_Simplex and sequels. This works better,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ConvArt

    ConvArt

    MS Office DOC, DOCX, XLS, XLSX, PPT to HTML converter

    C++ library for rapid conversion of Microsoft Office documents such as DOC, DOCX, XLS, XLSX and PPT to HTML. It retains all the formats of original document including text formatting, layout, images, diagrams and tables. The library has extremely simple interface and supports asynchronous and controllable conversion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Downloads: 0 This Week
    Last Update:
    See Project
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save 50% off for 3 months with QuickBooks Payroll when you Buy Now

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 10

    meminfo

    Shows memory info about processes

    This small header file is pure C and can be used in any C/C++ program to get memory information about the current process. Did you ever try to monitor a process in a task manager or similar and wondered why the memory doesn't go down even if your program freed all the memory? Then this small library is right for you! It is even capable to observe a difference before and after a call to free() or delete.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Project CIF(Core Information Foundation)

    c++ and c library to help build win32 software and others platforms

    The project CIF now created with new philosophy of JPM (Joint Project Module) with SDK style. Now simply include CIF.h and use all of functions, macros and classes. BTS (Basic Text Support) Library Used in TOM (Text Object Module). TOM for now with CAnsiString , CAnsiStringLite And Text namespace. CAnsiString created with more functionality then typical string and text classes. EVS (Enhanced Visual Support) provide COpenFileDialog And CSaveFileDialog. JCM (Joint Core Module) used as base...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Arpeggi is a general purpose C++ library of generic classes, or at least it might be one day. In its initial form it just contains a utility class for reading and writing .ini configuration files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    PdfPageCounter

    C++ code to count the number pages in a given PDF file.

    This C++ library contains the 'PdfPageCount' class that performs the single task of finding the number of pages in a given PDF document. While the PdfPageCount class is very simple to use, the contained code is complex because the page count can be hidden in any number of places, quite often within compressed data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    xprintf

    Printf for c++11

    The well-known standard C printf() adapted to C++. Integrated into the C++ stream I/O and C++ string environment. The included StrCvt library converts strings and streams between the different C++ character types char, wchar_t, char16_t and char32_t, locale dependent and UTF. For more information see the README files in the Wiki.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    An object oriented Math library written in C++. This library contains set of template classes that are ready to be used. Currently a 2D Matrix, modular arithmetic, vector, and complex numbers are present. These systems can work together, you can create a matrix of complex numbers. Iterators for matrix and vector classes will be added soon. Please use SVN to access current version.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16

    Cairo Solution for Visual Studio 2012

    Solution and project files for compiling pixman/cairo with VS2012

    Solution and project files for compiling pixman/cairo with Visual Studio 2012 without the need of msys, cygwin or mozilla build tools. Only the pixman/cairo source is needed. The projects compile pixman/cairo into static libraries without additional dependencies, but are easy to modify if you need PDF, SVG or PNG support (in which case you will have to supply libpng and zlib.) No source files from the original projects are included, but will work as-is if you follow the instructions in...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    Simple C++ string and vector classes

    Two simple C++ classes, replacements for std::string and std::vector

    ... in an application using mixed libraries, especially one compiled with an old Intel compiler icc 7 (for Linux), and other libs compiled with newer compilers. Icc 7 uses an incompatible c++ standard library implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    HexNET

    A simple telnet (and possibly SSH) server

    Sourceforge is no longer being updated! This project has merged into another that can be found here: https://github.com/nicrohobak/Toolbox ------------------------------------------------------------ A simple telnet server originally developed as a foundation to a MUD server project called HexMUD. These project should be maintained alongside each other, but this particular project should be a very generic telnet/SSH server and nothing more. The game logic belongs in the HexMUD project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    QMARIADB

    Full Featured Qt Driver for MariaDB / MySQL

    This is my dropin replacement version of the QMYSQL driver that is provided out of the box with Qt. It covers the same features but also adds these extra features/fixes. 1, Parameters Can Return Recordsets 2, Calls to procedures can return out/inout vars 3, Threadsafe when using MariaDB Client Libs 4, Supports multiple returned recordset The driver checks during runtime that it is using the MariaDB Client library. If it's not it will fail to init. This is because the MariaDB Client...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    qLibc - Complete C/C++ Library
    ======================================================================================= OUR PROJECT HOME HAS BEEN MOVED TO http://wolkykim.github.io/qlibc/ PLEASE CHECK OUT OUR NEW HOME FOR THE LATEST UPDATES. ======================================================================================= The goal of qLibc project is providing general purpose complete C/C++ library which includes all kinds of containers and general library routines. For example, it contains Doubly Linked List...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GTK+2 for Windows Runtime Environment

    GTK+2 for Windows Runtime Environment

    The files required to run GTK+ applications on Windows

    This is the GTK+2 Runtime Environment Installer for Windows. It includes all of the files required to run GTK+2 applications on Windows. Some support tools are also available. This project is no longer maintained. Please use its successor: https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer
    Leader badge
    Downloads: 1,621 This Week
    Last Update:
    See Project
  • 22

    Memory-friendly Containters

    Simplified almost-standard C++ containers

    Goals of this library: - provide base for custom implementations of containers - provide simple containers that treat memory with care (with embedded systems in mind)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    xdbm

    XDBM is an XQuery implementation on the W3C's EXI binary XML format.

    XDBM version 2 will be an XQuery implementation that uses EXIP to handle binary XML in the EXI format adopted by the W3C. It will, like EXIP, aim to be as small as possible so that it runs well on resource constrained devices. It is still in the project design stage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    serialLCD ATmega8 (ArduinoBased)

    The serial LCD module using ATmega8 along with easy arduino library.

    serialLCD is Arduino based open-source project. It contains ATmega8 with given firmware file & the arduino library. The ATmega8 can be replaced by ATmega168/328. ATmega8 uses its 8MHz internal oscillator to reduce hardware (atmega8 no-xtal bootloader is used). The arduino library uses SoftwareSerial internally to communicate ATmega8 via digital pin 6 (only for uno/duemilanove or clone with atmega8/168/328, not for mega & due). Only one wire simplex serial communication at baudrate 9600...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Coronis SDK

    Coronis SDK

    Set of module for data processing of wireless device

    The goal is to create a leading “Set of software libraries for data processing of wireless device based on Coronis platform“. These libraries will run on all major platforms (embedded and desktop) and provide services for data processing through generic APIs. Keywords: Coronis, Wavenis, API, Plugin, Wireless, Waveport, Wavecard, Profile, Java, C, C++, C#
    Downloads: 0 This Week
    Last Update:
    See Project