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
Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure
Native application identity and user-based security for your Azure cloud
Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
C++ library for creating XLSX files for MS Excel 2007 and above.
This library represents XLSX files writer for Microsoft Excel 2007 and above.
The main feature of this library is that it uses C++ standard file streams. On the one hand it results in almost unnoticeable memory and CPU resources consumption while processing (that may be very useful at saving a large data arrays), but on the other hand it makes unfeasible to edit data that were written.
Hence, if using this library the structure of the future report should be known enough.
The library...
Simple XML processing using C++14:
-> header-only
-> fully portable
-> simple API
-> powerful features
-> high performance
Overview: http://zenxml.sourceforge.net
libxmldiff is a library to provide diff functions for XML files. It is shipped with xmldiff, a simple command line tool to demonstate libxml functionnalities. See the project xmltreenav for a GUI.
Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
A simple text process library, aims to assist parsing all kinds of text including plain text, XML, HTML, etc., which means it can be used as a simple XML parser or a HTML parser.
CpX is an XML-based lightweight C++ development environment.It’s a philosophy of simple OO software engineering, with a C++ subset & base classes.It has general-purpose useful C++ services & tasks to speed up build.Tired? A Sudoku game is given in CpX as a bonus.
A very small standard C++ non-validating XML element class and parser.
Intended for small projects that want to use the XML for simple tasks such as configuration and structured messages, without any integration overhead.
BZK is a set of tools to help creating games for mobile devices. Graphics are simple but enough to create good games. This suit maybe not be suitable for very intensive games or near-photorealistic graphics. For everything else, welcome.
XML Simple Parser is a parser and generator for xml files which is kept as easy and lightweight as possible. Its intended for use in games or other applications to store data in xml files and for sure also for reading it from there.
Seelib(SErializElib) is a simple class serialization library written in C++ language. This library can read/write a objects to file in several formats: xml, text and binary. Class can be serialized only if it implement a serializable interface.
Expatpp is a simple C++ layer to make using the open source expat XML parsing library vastly easier for complex schemas. It has been used widely in industry including the Valve Steam project.
XMLCereal is a data-binding library for the serialization/deserialization of C++ objects to/from XML. It aims to be fast, use a minimum of memory, and provide a simple OO programming interface. It includes an XML pull parser and a SAX like XML writer.
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.
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.
XMLPDF allows you to generate PDF documents painfully with a simple XML
descriptive input. XMLPDF can act as a PHP module, or as a standalone binary. XML source is more or less structured as HTML page, but implements containt pagination, embedded image
The project implement three main functions: 1.Software remote management.2.Monitor remote host resource and report alarm information.3.Remote configure function,user can config any information to remote host via the system.
SCXML which means State Chart XML defines an easy way to describe a finite state machine through an XML file. SCXML is currently a working draft by the W3C. SSCXML (Simple SCXML) is a C++ library implementing the draft.