Showing 44 open source projects for "dom"

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
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    FTXUI

    FTXUI

    C++ Functional Terminal User Interface

    ...-platform. The DOM module defines a hierarchical set of Element. An element manages the layout and can be responsive to the terminal dimensions. It is highly recommended to use CMake FetchContent to depend on FTXUI. This way you can specify which commit you would like to depend on.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    gSOAP Toolkit

    gSOAP Toolkit

    Development toolkit for Web Services and XML data bindings for C & C++

    The gSOAP toolkit is an extensive suite of portable C and C++ software to develop XML Web services with powerful type-safe XML data bindings. Easy-to-use code-generator tools allow you to directly integrate XML data in C and C++. Serializes native application data in XML. Includes WSDL/XSD schema binding and auto-coding tools, stub/skeleton compiler, Web server integration with Apache module and IIS extension, high-performance XML processing with schema validation, fast MIME/MTOM streaming,...
    Leader badge
    Downloads: 519 This Week
    Last Update:
    See Project
  • 3
    Vanda Engine

    Vanda Engine

    A free 3D game engine to create games and realtimes scenes for Windows

    Vanda Engine is a free and open source 3D game engine for Windows. I'm developing this game engine for years to help the students and other enthusiast learn game engine programming and develop 3D games for free. While giant companies are building game engines with huge budget and a lot of manpower, I'm developing this free 3D game engine alone with no budget. I have published step by step tutorials about Vanda Engine, 3D tools, and COLLADA format: https://vanda3d.org/tutorials/ Please...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    The COLLADA Document Object Model (DOM) is an application programming interface (API) that provides a C++ object representation of a COLLADA XML instance document. Contact a project admin to become a developer!
    Downloads: 7 This Week
    Last Update:
    See Project
  • 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
  • 5
    Hipe: Hypertext Pipe

    Hipe: Hypertext Pipe

    Display server for Linux based on Webkit and HTML layout capabilities.

    ... display server, then manipulate a DOM-tree of HTML elements directly. Annoyances like page refreshes are done away with. Why use HTML? Because it's ubiquitous. Everyone is using it and everyone already knows how to use it. Why use a browser engine for an OS-level display layer? Because content rendering and layout is *hard*. Decades of development have seen web browser engines become very capable indeed. Meanwhile, native OS display capabilities have lagged behind. Time to fix that.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ansvif

    ansvif

    An advanced cross platform fuzzing framework suited to find code bugs.

    ansvif, or A Not So Very Intelligent Fuzzer, suited to find bugs in code by throwing garbage arguments, files, and environment variables at the target program, that you may or may not have the source code to. It supports many features, such as buffer size, randomization of the buffer size, random data injection, templates, and much more. The purpose of this project is to identify bugs in software, specifically bugs that can induce a segmentation fault under various conditions. This aids...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    VTD-XML is the next generation XML parser/indexer/editor/slicer/assembler/xpath-engine that goes beyond DOM, SAX and PULL in performance, memory usage, and ease of use.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    RapidJSON

    RapidJSON

    A fast JSON parser/generator for C++ with both SAX/DOM style API

    RapidJSON is a JSON parser and generator for C++. It was inspired by RapidXml. RapidJSON is small but complete. It supports both SAX and DOM style API. The SAX parser is only a half thousand lines of code. RapidJSON is fast. Its performance can be comparable to strlen(). It also optionally supports SSE2/SSE4.2 for acceleration. RapidJSON is self-contained and header-only. It does not depend on external libraries such as BOOST. It even does not depend on STL. RapidJSON is memory-friendly. Each...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    loadngo Xml
    XPath XSLT Editor and XML Document Explorer for MSXML 6+ XML DOM Tree (Split View, Left DOM Tree, Right Tabbed XPath or XSTL Windows). Create XPath Statements and XSLT (stylesheet transforms).
    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
  • 10

    uma::bson

    DOM-style C++ API for reading/writing BSON data

    uma::bson is a DOM-style C++ API for reading/writing BSON data. Unlike the MongoDB C++ API, which exposes a read-only interface with a separate interface for creating a BSON representation, this API allows reading/writing on the existing data. The API is designed primarily for serialising/deserialising BSON data to/from streams (files, socket connections, etc.).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    CppWeb - C++ Web developement framework

    CppWeb - C++ Web developement framework

    Cross-platform C++ library for developing CGI Web applications

    CppWeb is cross-platform C++ library for developing web applications with server push support. The library decodes CGI variables and cookies, supports file uploads, performs automatic cookie detection, provides URL and HTML entity encode/decode functions, supports server-push (long-polling via ajax), has built-in HTML parser, SQLite database wrapper etc. CppWeb compiles on Windows, Linux and MacOSX (tested with GNU C++, MingW, MS Visual C++ and Borland C++ compiler) and can run with...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    spt::json

    Simple JSON API for Qt4

    A SAX style JSON parser for Qt4. A simple object model using QVariant is available for projects where custom data models are not used. A DOM style parser that parses JSON into the object model is also available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    POCO C++ Libraries

    POCO C++ Libraries

    Cross-platform C++ libraries with a network/internet focus.

    NOTE: Current source code as well as bugs/patches are on GitHub: https://github.com/pocoproject/poco/ C++ class libraries for network-centric, portable applications, integrated perfectly with the C++ Standard Library. Includes network protocols (Sockets, HTTP, FTP, SMTP, POP3, etc.), SQL database access and XML parsing. Licensed under Boost license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Arabica is an XML and HTML processing toolkit written in C++ which provides SAX, DOM, XPath, and XSLT implementations. Source code is now hosted on GitHub - https://github.com/jezhiggins/arabica
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    libgdome-cpp is a C++ library that provides the DOM level 2 Core API for accessing XML documents. It is implemented as a wrapper around the libgdome library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Sgml(html)-class for QT
    This small classes proviede a DOM module for SGML/HTML-files for QT. I call it SGML-class because I only had a look on the "grammar" (SGML describes the "grammar" of HTML). Never the less this classes are made to easily handle HTML files.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    A C++ based XML loader and writer with an internal DOM representation. It is very lightweight and high-performance. The goal of this project is to provide a lightweight C++ interface for XML programming that is similar in API and functionality to JDOM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Xemeiah is a fast, modular and scalable XML Framework written in C++, with an efficient DOM and Oasis-compliant XSLT Processor. Xemeiah modules include a persistence layer, a fast Ajax Web Server, a Media Player, ImageMagick frontend, java bindings...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    C/C++/Java XML parsers benchmarking toolset. Supported parsers: LibXML2, Xerces, Oracle XDK, Expat, RXP, QT, Sun Crismon. Benchmark Fields: Parsing (Native,SAX,DOM), DOM Manipulation, Schema Validation, XSL Transformation, XML Signature & Encryption.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A LGPL library to handle xml documents in a DOM-like style. It's designed for LOW-performance systems (like embedded ones) and for lightly handle very large documents, automatically speeding up memory management in a user tunable style.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    LDOM is aiming to provide a LDAP back-ended simple / easy to administer web based POSIX user & group account management system running atop a custom built FreeBSD OS booted from a compact flash card.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    XMLSP - XML Stream Parser is a small & simple XML parser for C++. It uses STL for lists and strings. This tiny XML parser source code is less than 20kb in size. It support custom entities and special characters. Now with optional DOM support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    GMetaDOM is a collection of librares, each library providing a DOM implementation. Each DOM implementation is generated automatically by means of XSLT stylesheets.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Simple Plain Xml Parser (spxml) is a stream-oriented XML parser that supports pull-model and DOM-model XML parsing.Resulting DOM trees can be read, modified, and saved.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This lib is a utility for auto read|write a xml dom to cpp struct. It use other xml parser such as tinyxml , would support xerces-c.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next