Showing 243 open source projects for "cpp-httplib"

View related business solutions
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1

    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
  • 2

    FdbXml

    a lib to use xml file as database easily.

    Fdbxml makes some simple rules for users to write .xml file.Then user can run a executable program to generate a .h file and a .cpp file. You join the files to your project and it can use the fdbxml lib to create structs and objects for you.Use that data easily!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    OpenJSM C++ (new version)

    A new version of my JSM implementation

    ... - An Eclipse project for quick development, which compiles JSM as an application, static library (.a) or dynamic library (.so) - All sources (in src/, which are .h and .cpp) - Already compiled libjsm.so and application (Debug/jsm) which could be execured with sample data (input.txt), log is saved into output.txt - Docs made by doxygen (/html/index.html) How to use: 1) Use it as a program - change main.cpp as you wish 2) Use it as a shared library - write #include "way_to_jsm/headers.h" in your file, and add reference to libopenjsm.so Changes since last (1.0) version (https://sourceforge.net/projects/openjsmcpp/): - Added new methods ("get properties of object" and "add sample as string") - Added possibility of .so compilation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Here is some c++ programming samples for beginner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5

    Sujit C++

    Cpp Files

    C Programming
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Text Zipper

    Text Zipper

    All text based files into one batch file!

    Instead of always creating these annoying zip folders or just new folders for all your text based files (C files, NSIS files, CPP files, etc.), just use Text Zipper! It takes your files and puts them all into one Batch file. Making these files more Portable. Example: Distribute your sourcecode in a easier way. You can customize by editing the batch file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    GUI utility for convert binary files to c/c++ array. Simple interface and use.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8
    A plugin for Notepad++, which aids in documentation. It generates documentation templates for functions. Source moved to https://github.com/kapilratnani/DocIt
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Concyl

    Concyl

    Concentric Cylinder Stress Analysis Program

    Concyl computes the stress state for a system of concentric cylinders under combined pressure and thermal loading. The program includes a plotting interface to Excel, a design optimizater, and detailed instructions with verification samples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 10

    HugeCPPNum

    definition huge integer number with 300 digits in cpp

    this project is huge integer number for my data structure course . it use array with 300 element it s better use queue instead if it .i define * - + % for integer number . in cryptography course i'm use it for Miller and Robbin prime test and add qiuck power to it .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    fb_chungVST

    fb_chungVST

    an audio multi effects VST plugin loading simple dlls

    fb chung VST is an audio multi effects VST loading host dlls written in high level language (like freebasic) .you can add a simplified dll plugin in the /plugin/ /plugin2/ /plugin3/ folders it will be automaticaly recognized and loaded.Included 4echo_chungVST example (4 combined echos) , baxandall eq and peekenhancer effect . Just define the following dll cdecl export functions : plugininit : your init sub startpluginmain : start your gui window edit closepluginmain : called to close...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    TestCpuAndRam

    test your cpu and ram only (linux vs windows)

    ...i'm run this appliction on my win seven 32 and ubuntu 32 . this promgram check is 65537 is prime or not by miller and robbin test base on https://sourceforge.net/projects/hugecppnum/ . please see windows vs linux .txt file. this my prove to linux is more better than windows . program write in cpp and codeblocks IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    cpp-quant

    Quantitative financial models implemented in Java

    The project contains classes for implementation of binomial option pricing model and Newton method for finding roots of a function in C++. You are welcome to browse and download the source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    cpp-snippets

    useful cpp snippets and tutorials

    This project is meant to be a place to post cpp snippets and tutorials that I think would be useful to others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Trim Lines

    Trim Lines removes trailing whitespace from source code files

    This is simple command line tool to batch process source code files to remove trailing whitespaces and convert all line endings to your system native style. Usage example: trimlines d:\Projects\SomeProject\src *.c;*.cpp;*.h;*.hpp;*.inc .svn;.git With this command all files in "d:\Projects\SomeProject\src" including sub-folders that match search masks "*.c;*.cpp;*.h;*.hpp;*.inc" and excluding specified folders ".svn;.git" will be processed. Can process unicode and system native encoded text files. Programming language is C++ with Qt, it can be compiled for any platform supported by Qt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Redis cplusplus client Win32 port

    A windows port of official Redis cplusplus client library

    ...http://redis.io/ There are many Redis client as different language binding available: http://redis.io/clients For C++, there is a client library recommanded by official named redis-cpp-client but too bad it can neither build nor run on Windows platform. This project is a little tweek on the official C++ client library's source code. The goal is to make it possible to build and run redis-cpp-client on Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    GosSolver

    solve n moadele m majhol

    this program write with cpp and it about my linear algebra course and get n equation and m unknown parametr and solve it . kharazmi university mobin shaterian
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    csharp ports

    ports of core libs in other langs

    csharp lib to emulate c, cpp, java common libs for easy port of existing projects
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    AI Engine for Mancala

    AI engine developed for Mancala game using CPP.

    This AI engine developed using CPP with minor QT library function which will be easily replaceable using standard CPP function. This Engine takes complete Mancala board as input string in this format. Format : pit-numberOfStone 0-4,1-4,2-4,3-4,4-4,5-4,6-0,7-4,8-4,9-4,10-4,11-4,12-4,13-0 Pits are arranged like that. 12 11 10 9 8 7 13 6 0 1 2 3 4 5 so the format is pit number - number of stone in that pit, Every time send the current board in string format using initialize() function. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    matrixclass

    A small and simple cpp template class for manage matrix.

    A cpp class for manage matrix. Support the calculus of the determinant with the Lagrange's algorithm and the Gauss' method. From the revision 11 are avaiable new functions, like crop and cat of matrixes, and the LU decomposition algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    echo_chung
    echo chung is a universal echo effect that takes any sound from the selected input (ex : the system mixer) and sends its echo to the selected output (ex : the output speakers) with time delay,volume, and 3bands tone equalizer for echotone_chung.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Head First Design Patterns translated to C++. Three separate translations are planned: 'Bronze' is literal; minimal (syntax) changes only. 'Silver' is semantic; more C++ idioms + leftover patterns. 'Gold' is (forthcoming and) modern; template based
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Memory_Handler

    A simple memory overseer using overloaded versions of new and delete

    To integrate the memory debugger into the program simply include the cpp and .h to your project and include the .h into any relevant files. In the event of a leak the proper symbols are generated, the ptr address, modbase, file name, line number, and stack address are presented in “leaks.log” for every leak. In the event of a heap bug a break point is enabled at the offending area.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Sudoku Solver written in c++/sdl.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Travail de maturité Gymnase de Burier 2012, jeu de tir subjectif en C++
    Downloads: 0 This Week
    Last Update:
    See Project