Showing 14 open source projects for "c c++ source code browaser"

View related business solutions
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
    Learn More
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Looker is an enterprise platform for BI, data applications, and embedded analytics that helps you explore and share insights in real time.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
    Try it free
  • 1
    cpprestsdk

    cpprestsdk

    Microsoft project for cloud-based client-server communication

    The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. cpprestsdk is in maintenance mode and we do not recommend its use in new projects. We will continue to fix critical bugs and address security issues. Once you have the library, look at our tutorial to use the http_client. It walks through how to setup a project to use the C...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    civetweb

    civetweb

    Embedded C/C++ Web Server

    Civetweb is a small footprint HTTP Server with optional Lua and SQLite support written in C. It can be embedded into C/C++ applications or used as stand alone web server for Windows, Linux, BSD or Mac-OS. This project is based on the Mongoose web server, but maintains the MIT license and is free from GPL licenses. Installation Guide https://github.com/civetweb/civetweb/blob/master/docs/Installing.md Contributions are welcome and encouraged. The official source code is at https...
    Downloads: 28 This Week
    Last Update:
    See Project
  • 3
    NTK RTMP SERVER

    NTK RTMP SERVER

    Naam Tamilar Web TV Live Streamer

    Naam Tamilar RTMP Server This project updated as open source for future use of Naam Tamilar Political Party. To contribute to the party and in some case if there is any possibilities if i cannot support them for long term. I thought of sharing this source code so in future it may be helpful for the community and party in which other software developers can help them to upgrade. This source is forked from - https://github.com/arut/nginx-rtmp-module and modified with multiple broadcast...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Snap! C++

    Snap! C++

    Fast Websites: Powerful CMS for Apache written in C++

    Snap! C++ runs your CMS using binary code written in C and C++. (We use some libraries that are written in C, all of our server code is written in C++.) The basic concept is taken from a large set of Drupal 6.x modules from Drupal Core and necessary 3rd party modules (we've been using over 220 modules on top of the Core modules.) The result is quite extensible as it offers a plug-in mechanism that everyone is welcome to use to create their own extensions. Debian Packages can be downloaded...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Seamlessly Connect Your Entire Supply Chain with Top-Rated EDI Software Icon
    Seamlessly Connect Your Entire Supply Chain with Top-Rated EDI Software

    TrueCommerce is the only electronic data interchange (EDI) provider that offers a true one-stop shopping solution for EDI compliance.

    TrueCommerce delivers the most complete and scalable EDI solution that makes it easier and more cost-effective to do business with your trading partners.
    Learn More
  • 5

    DesignerWt

    A layout and widget editor for Wt (C++ web applications)

    This program will allow you to create sophisticated screen layouts that can automatically adjust to browser size. Each widget within a layout is highly customisable, using property pages that adapt to the type of widget being edited. There is a preview mode and a zoom mode for detailed editing. In addition to the main design dialogs and popup menus can also be created. A design, when saved, will generate a C++ header class that contains all elements of the design. This class, when created...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    C++ On Air

    C++ On Air

    Light-weight C++ web application server library

    C++ On Air (or "ConAir") is a light-weight library that combines the power of C++ with the flexibility of Interpp to allow you to create impressive web applications with new / existing C++ code. ConAir uses an embedded http server and Interpp interpreter to serve html, and process http requests from within your C++ application. This internal server establishes a bidirectional web socket connection between your C++ application and a client-side JavaScript interface for interactive scripting...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    CPoll based C++ server pages

    Server side scripting language similar to ASP and PHP, but using C++.

    CPPSP (C++ Server Pages) is an open source web application framework similar to ASP.NET. It features a template parser that parses, compiles, and loads CPPSP pages automatically at runtime. CPPSP pages have a very similar syntax to ASP and ASP.NET, where all code is considered HTML by default, and server-side active code can be embedded using "<% ... %>". CPPSP is built upon the CPoll asynchronous I/O and utility library, which offers simple I/O abstraction, network abstraction, memory...
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    Tntnet is a Web application server for developing Web applications in C++ by embedding C++-code into HTML-pages. These pages are compiled and linked into a shared library at compiletime.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    A cross platform Http web server developed using C++. Agile methodology with emphasis on :- 1. Good Design 2. Object Oriented Programming 3. Refactoring 4. Static/Dynamic Analysis, Unit-testing, Code Coverage 5. Software Engineering best practices.
    Downloads: 2 This Week
    Last Update:
    See Project
  • R3 Contract Management for GovCon Icon
    R3 Contract Management for GovCon

    Designed to meet the unique needs of Federal Government Contractors.

    R3 Contract Management for GovCon is a practical, flexible, and affordable software solution designed specifically for small to mid-size Federal Government Contractors. It provides you with a centralized contract management system. This gives you greater control over your contracts, reduces risks, increases your effectiveness and provides you with cost savings from increased productivity.
    Learn More
  • 10
    SiteMesh is filter plugin for web-servers that provides presentation and web-app application integration. It is easy to use and requires no modification to existing code (HTML, CGI, PHP, etc).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    aoPHP is an extension to PHP that enables PHP programmers to use Aspect-Oriented Programming Techniques in their code through the use of an Apache Module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    T++ is a engine for running web applications written in C++, i.e., with C++ code embeded into HTML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This is the minimal HTTP/1.1 server as defined in the W3C spec. It's written purely in C++. It's funcionality is very low - only basic file serving. The purpose of this project is just educational. I tried to make the code as clear as posible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    It is simple form-based editor for Tomcat's web.xml files. It supports tags &lt;servlet&gt;, &lt;servlet-name&gt;, &lt;display-name&gt;, &lt;description&gt;, &lt;servlet-class&gt;, &lt;init-param&gt;, &lt;servlet-mapping&gt;, &lt;url-pattern&gt;. These
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next