Showing 237 open source projects for "cpp"

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
  • Teradata VantageCloud Enterprise is a data analytics platform for performing advanced analytics on AWS, Azure, and Google Cloud. Icon
    Teradata VantageCloud Enterprise is a data analytics platform for performing advanced analytics on AWS, Azure, and Google Cloud.

    Power faster innovation with Teradata VantageCloud

    VantageCloud is the complete cloud analytics and data platform, delivering harmonized data and Trusted AI for all. Built for performance, flexibility, and openness, VantageCloud enables organizations to unify diverse data sources, run complex analytics, and deploy AI models—all within a single, scalable platform.
    Learn More
  • 1

    flier_C++

    flier.cpp

    YTV : https://youtu.be/s-T_hxguE28
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Steepest-descent-like search algorithm

    Heuristic search to find 21-variable PW type functions with NL>1047552

    ...See comments in "pw21_nlac.cpp" in the zipped file for details. 2) Steepest-descent-like iterative search algorithm used in the same paper is implemented using the files in "sdl_algo.zip" which are briefly described as follows: "stp_ineq_pw21.cpp": Main file containing the source code (see comments therein for details). "ADK.txt": Contains the integer values corresp. to the vector space representations of nonzero elements in GF(2^{21}). "INEQs_21s.txt": Contains the coefficient matrix (see Appendix A). "EC.txt": Contains all the 115 groups (each is an equivalence class). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    aaaEngine

    CPP Implementation of AAA Engine that glues RADIUS & TACACS+ client to

    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This C++ library adds reference-counting to user classes, as well as custom deleters and weak ptrs support. Thus it almost eliminates the need in tr1:shared_ptr. Wrapped objects could be used with tr1:intrusive_ptr or with this library smart pointers
    Downloads: 0 This Week
    Last Update:
    See Project
  • eProcurement Software Icon
    eProcurement Software

    Enterprises and companies seeking a solution to manage all their procurement operations and processes

    eBuyerAssist by Eyvo is a cloud-based procurement solution designed for businesses of all sizes and industries. Fully modular and scalable, it streamlines the entire procurement lifecycle—from requisition to fulfillment. The platform includes powerful tools for strategic sourcing, supplier management, warehouse operations, and contract oversight. Additional modules cover purchase orders, approval workflows, inventory and asset management, customer orders, budget control, cost accounting, invoice matching, vendor credit checks, and risk analysis. eBuyerAssist centralizes all procurement functions into a single, easy-to-use system—improving visibility, control, and efficiency across your organization. Whether you're aiming to reduce costs, enhance compliance, or align procurement with broader business goals, eBuyerAssist helps you get there faster, smarter, and with measurable results.
    Learn More
  • 5

    Dev-C++ for Homeworks

    Orwell Dev-Cpp with author authentication for homeworks

    ...In addition, paste in authenticated files is only allowed from one's own files. The CheckHash.exe tool checks the hash and reports the authentication status of of all .cpp files in the current directory. This tool is intended for teachers. How to install: simply download a Setup Release and install it. Alternatively, it is possible to just overwrite devcpp.exe in the original Dev-Cpp installation folder with the one in the zip release, and also add Auth.dll in the same folder. Dev-C++ for Homeworks is based on Orwell Dev-C++ software. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6

    ExpCalc - experimental C++ program

    Simple. Powerful. Adaptive. A new experimental calc

    ExpCalc - experimental project, that have a large amount of functions. This simple and powerful calc can do many operations, and developed for beginners to learn C++
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Privileges#

    This is a hacking style game set in the early '80s

    ...You can download the source code I uploaded it all as a zip file in the download section. It has the game files needed to run the game. Go here if you just want the CPP file or like to view the code: https://github.com/jwlickliter/privileges.git Right now the file for download will run on android with use of an ide. I recommend cppdroid. Its free on google play and has a really good console.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    DictionaryTeacher

    I written this console application to help my daughter to study words

    ...This file is not a real document but just a set of tips to help the understanding. 1. this program is a consolle application 2. only the source files (.h, .c, .cpp) are supplied: so this code is available for evry platform where a compiler is available 3. into the .zip there are also - an executable for OSX Snow Leopard (working) - a dictionary database (73 voices) - a .csv that has been used to generate the dictionary database 4. launching the program with -h you have printed the supported option list MAIN IDEAS To help the remembering you have ask the word translation into a usefull order: - never ask the same words (is boring) - rarely ask the word that is expected the student knows please continue reading on the read.me.txt file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    C/C++ Program Perfometer

    C/C++ Program Perfometer

    The program enables to get performance of C/C++ program for any metric

    The program enables to get performance of C/C++ program and separated pieces of code for any metrics (for instance : time, memory, metrics defined by user etc.). The measurement results are represented in detailed/summary reports. Latest Version: 2.10
    Downloads: 0 This Week
    Last Update:
    See Project
  • HOA Software Icon
    HOA Software

    Smarter Community Management Starts Here

    Simplify HOA management with software that handles everything from financials to communication.
    Learn More
  • 10

    Octet Game Framework

    Educational framework for OpenGLES, OpenCL and OpenAL

    Octet is a cross-platform game development framework for developing games on Windows, Mac and other platforms. It is designed to be very simple, dependency-free and very fast to build.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    ART

    Adaptive Reuse Technique

    ART is a kind of a pre-processor with cpp-like syntax. ART can do what cpp does, but also extends cpp’s capability to manage software variability and write reusable software in general. ART is an improved version of XVCL (http://xvcl.comp.nus.edu.sg or https://sourceforge.net/projects/fxvcl/). ART replaces the need for many Variability Management Techniques with a single well-thought out mechanism that is simple, powerful and fully automated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    json-cpp

    C++ JSON parser (Now in GitHub)

    THIS PROJECT HAS MOVED TO GITHUB. jsoncpp is an implementation of a JSON (http://json.org) reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. New homepage: https://github.com/open-source-parsers/jsoncpp Old homepage: http://jsoncpp.sourceforge.net
    Leader badge
    Downloads: 93 This Week
    Last Update:
    See Project
  • 13

    sub2srt in c++

    Convert sub format to srt format

    Convert subtitles in sub format to srt format. Command line only. Writen in c++11
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    nsnake

    nsnake

    Classic snake game on the terminal; made with C++ and ncurses

    ...You play this game on the terminal, with textual interface. It has a gui-like interface on the console, with many settings and possible game modes. Note that it depends on `ncurses` and `yaml-cpp`. For a more detailed README, check out the GitHub page: https://github.com/alexdantas/nSnake
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    midipiano_chungDLL
    midipiano chung DLL is a dll midi player version of midipiano_chung piano synth / expander . It can be called by any program (basic, c++, ...) with simple api to play midirec or mid files. Freebasic and cpp examples are provided. Can run on a small netbook .Used in circuit_chung's radio and minimidi_chung midi player (included) with stunning unique piano sound and up to 11 stations midi folders.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    XOR encrypt v2.0

    XOR encrypt v2.0

    Encrypt Your Text documents with XOR encryption

    This software provides an easy graphical way to encrypt your text documents from source code , text files ,scripts even jpeg files .It is a enhanced version of my earlier project https://sourceforge.net/p/xorencrypt which used win32 GUI . This is a demonstration of working of XOR encryption which was used by Germans in World War II (http://en.wikipedia.org/wiki/Lorenz_cipher) . Besides from XOR'ing the message with password after every encryption the key changes pseudorandomly....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    TODOs

    TODOs

    Search TODO, FIXME and similar comments in project files.

    TODOs is a small command-line utility to search TODO, FIXME and similar comments in project files. It is written in Python 3 and licensed under the terms of GNU GPL 3 license. Supported output formats are TXT, HTML and XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    TR-Indentator

    This software Indent your program files.

    This software Indent your c,cpp,java and c# program files.indentation make your code more readable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Interpp

    Interpp

    Light-weight C++ scripting interpretor library

    ...Interpp allows you to expose objects from a C++ application to an embedded interpreter interface for run-time scripting. Interpp is comprised of only 2 files: a header and a cpp file. All you need to do to get started with Interpp is simply add these files in your C++ project and #include <interpp.h>. An example project is also included in order to demo Interpp's usage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    MEEP for Windows (CPP)

    Writing CPP code that uses MEEP engine

    A full portable package for Windows user to use MIT's MEEP simulator in CPP code.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    midipiano_chungVSTI

    midipiano_chungVSTI

    a VSTI / vst older version of midipiano_chung virtual acoustic piano

    a VSTI / vst plugin older version of midipiano chung virtual acoustic piano synthesizer / expander . Can run on a small netbook with a VSThost .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    KrisonAV

    KrisonAV

    Content Management System Based on Codecharge Studio and Artisteer

    ...There is also a commercial version which includes all Codecharge Studio's project files for you who feel that KrisonAV CMS does not fully satisfy your expectations. Owning project files (*.cpp), you can modify (by using Codecharge Studio) core files for your own needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Logging Framework supports stream-like usability, extensibility, portability, type-safety, allows enabling/disabling certain parts or fully at compile time and dependent on the configuration also at runtime and avoids macro-related pitfalls.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Codegroup

    Codegroup

    A Java application for transferring computer files in 5 letter groups

    ...For content encryption, the use of Java's facilities is being considered as a long term option. This project's initial sourcecode is related to : http://www.fourmilab.ch/codegroup/ http://winmorse.com/ https://bitbucket.org/bgneal/cpp-enigma http://www.whence.com/minimodem/ For the User Interface http://www.oracle.com/technetwork/java/javafx/tools/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Eclipse CDT New Qt Form Wizard

    Eclipse CDT New Qt Form Wizard

    A wizard dialog plug-in for Eclipse CDT which creates a new Qt Form (*.ui file) with a C++ wrapper class (*.cpp/*.h). It is inspired by NetBeans' "New Qt Form" Wizard. You can install it via this Eclipse update site: http://eclipse-cdt-qt-form-wizard.sourceforge.net/
    Downloads: 0 This Week
    Last Update:
    See Project