Showing 65 open source projects for "c++ gui library windows"

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
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

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

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 1
    Mongoose Embedded Web Server

    Mongoose Embedded Web Server

    An embedded web server

    Mongoose is a networking library for C/C++. It implements event-driven non-blocking APIs for TCP, UDP, HTTP, WebSocket, MQTT. It is designed for connecting devices and bringing them online. On the market since 2004, used by vast number of open source and commercial products - it even runs on the International Space Station! Mongoose makes embedded network programming fast, robust, and easy. Cross-platform, works on Linux/UNIX, MacOS, Windows, Android, FreeRTOS, etc. Supported embedded...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2
    Puma

    Puma

    A Ruby/Rack web server built for concurrency

    Unlike other Ruby Webservers, Puma was built for speed and parallelism. Puma is a small library that provides a very fast and concurrent HTTP 1.1 server for Ruby web applications. It is designed for running Rack apps only. What makes Puma so fast is the careful use of a Ragel extension to provide fast, accurate HTTP 1.1 protocol parsing. This makes the server scream without too many portability issues. If you are using Bundler, just add Puma to your project's Gemfile. Once you've installed your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    GeoWebCache
    GeoWebCache is a WMS tile cache that lets you serve cached map data to WMS clients, Goole Earth, Google Maps and MS Virtual Earth. The system is pluggable on both ends and does automatic matching to the best available tile. It is very fast and scalable.
    Leader badge
    Downloads: 161 This Week
    Last Update:
    See Project
  • 4
    UniNFe
    NF-e, CT-e, NFS-e, MDF-e e NFC-e Monitora uma pasta procurando pelos arquivos XML - Assina digitalmente os arquivos XML - Transmitir / Receber arquivos XML usando o Webservice da SEFAZ.
    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.
  • 5
    CBMPy

    CBMPy

    PySCeS Constraint Based Modelling

    ... these into the underlying mathematical structures. . CBMPy implements popular analyses such as FBA, FVA, element/charge balancing, network analysis and model editing as well as advanced methods developed for the ecosystem modelling. CBMPy supports user interaction via: - interactive console or as a library for advanced use - GUI, visual representation of the model, analysis methods - a SOAP based webAPI exposes high level functionality via web services
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The Vexi Platform
    Vexi is a rich GUI platform for creating desktop-like Internet or intranet applications using an intuitive XML/JavaScript API and an extensible widget set with themes, JSON support. Communicate with servers using XMLRPC/SOAP/REST and runs on Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Simple WebSocket Server C++

    An easy way to make WebSocket endpoints in C++.

    Please go to https://github.com/eidheim/Simple-WebSocket-Server, as this sourceforge page will no longer be updated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    EXIficient
    NOTE: we moved to http://exificient.github.io !!! The Efficient XML Interchange (EXI) format is a very compact representation for the Extensible Markup Language (XML) Information Set that is intended to simultaneously optimize performance and the utilization of computational resources. Besides the EXI library EXIficient provides a command-line interface (CLI, see com.siemens.ct.exi.cmd.EXIficientCMD) and a graphical user interface (GUI, see http://exificient.sourceforge.net...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A C++ XmlRpc library, client side only at this stage, for Windows. It's built on top of WinInet rather than reimplementing the HTTP and HTTPS protocols, and therefore has automatic support for SSL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Shift, the browser that merges all of your web apps into one powerful window. Icon
    Shift, the browser that merges all of your web apps into one powerful window.

    Your power browser.

    Streamline everything you do online when you install Shift and access thousands of apps without leaving your browser. Connect all of your Gmail, Outlook, and Office 365 accounts and manage everything from one centralized window. Build out your Shift browser with apps that integrate seamlessly so you have ultra-fast access to all the tools you use to stream, shop, work, browse, and stay connected. Shift brings it all together.
    Try for Free
  • 10
    XML-Parser Library for BR-Automation PLC

    XML-Parser Library for BR-Automation PLC

    Simple to use XML-Parser/Composer Library for B&R Automation PLC (SPS)

    The Library xmlio is a simple to use non validating XML-Parser/Composer for B&R Industrial-Automation PLC (B&R SPS). It reads and writes Process-Variables including Structures from and to XML-Files. Easy to use: #include <xmlio.h> /* Write Variable to XML-File */ status = xmlWrite(strName, strFile, strDevice, 0); /* Read XML-File into Variables */ status = xmlRead(strFile, strDevice, ignoreUnknown, &line, &character);
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    libzeep

    SOAP and webapp library for C++

    A C++ library used to create SOAP and REST servers. This library uses several boost libraries to create a complete SOAP server implementation during compile time based on the signature of exported methods. This library includes a validating XML Parser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    XQuery tester

    Simple program to learn and develop XQuery

    Simple program to learn and develop XQuery
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    LibY!Mail

    .NET object oriented encapsulation and access library to Yahoo! Mail

    LibY!Mail is a .NET object oriented hierarchical encapsulation of the Yahoo! Mail web services. It allows developers of web applications easy access to the web services, without the hassle of having to follow message ID's, part ID's and their relations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    C++ production ready implementation of Scott Seely's Simple SOAP RPC code. OS neutral, HTTP transport, XML validation, envelope parsing, RPC dispatching, extendable data types, fault generation and a extendable test suite useful for release validation. Now builds on newer versions of Linux.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    This is the Open Source RESTful client for the take.io platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MagentoXtender .NET Webservice Client is an open source .NET library to connect to the webservice of a Magento Webshop using XML-RPC. This module gives you the ability to create .NET applications which can communicate with a magento webshop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    dotFeedLib is a free library for .NET/Mono applications you can use to create and edit RSS-/ATOM-Feeds. This library used to be part of Easy Feed Editor but is independent now.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SMPP protocol library for fast and easy SMSC(Short Message Service Centre) client development even for non-telecom guys. Easy to use classes covers all needed functionality for SMS applications developers and Content Providers. Written for .NET 2.0 in C#
    Downloads: 6 This Week
    Last Update:
    See Project
  • 19
    FastRPC C++ library, Python and PHP extensions. XML-RPC compatible.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    mod_wscpp is an Apache module, part of a Web Service C++ Framework, that allows to serve SOAP requests via the gSOAP library, with session information and Web Services implemented in multiple libraries. Apache 2.x multi-process and multi-threading
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Slightly Automated Public Turing test. CAPTCHA like authentication but 'Slightly' because you have to add the pictures yourself, and 'Automated' cause they are randomly changed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Hybrid HTTP API Tester
    A general purpose API tester GUI. You can specify a URL and send GET or POST requests to it as a client with an interface allowing you to setup a database of API commands and their parameters. Useful for probing 3rd party APIs, or building your own.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Darmowa aplikacja do zarządzania sprzedażą na allegro. WebAPI. Freeware. Open source. Automatyzacja allegro.pl, projekt również obejmuje skrypty PHP przydatne m.in. do masowego wystawiania aukcji. Projekt rozwijany przez www.mojito.waw.pl
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Windows GUI utility to bulk upload files into Google's App Engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    wsdlpull is an efficient and powerful command line utility for dynamic inspection and invocation of WSDL web services.It provides a C++ library with dynamic WSDL invocation API,WSDL parser,Schema parser and Validator and an xmlpull Parser/Serializer.
    Leader badge
    Downloads: 21 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next