20 open-source projects similar to componolit/sxml, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best SXML alternative.
Serialize / de-serialize an AutoHotkey object structure
JWX is a library for handling JSON data and more. It is implemented in the SPARK programming language and has been proven to contain no runtime errors. As a result, JWX is particularly suited for processing untrusted information.
For AutoHotkey. Manipulate strings in tabular (TSV) format. Library-style collection of functions.
AutoHotkey_L (AHK) functions to load from CSV files, sort, display and save as CSV collections of records using the Object data type. Files can be read and saved in any delimited format (CSV, semi-colon, tab delimited, single-line or multi-line, etc.). Collections can also be displayed, edited and read in GUI ListView objects.
An Ada 2012 library for parsing JSON (RFC 7159url-rfc). It supports Ada 2012's iterator and indexing syntax. The RFC does not support comments, thus this library does not support it either. If your JSON data contains comments, you should minify the data so that comments are removed.
The prefered installation method is compiling from sources. Just checkout repository and run: ` make all install PREFIX=/path/to/install `
This is an implementation of the upcoming YAML 1.3 standard. Since the standard is not completed yet, some features are due to change.
The project Ada Bar Codes provides a package for generating various types of bar codes, including 2D bar codes like the QR code, on different output formats, such as PDF, SVG vector graphics or PNG bitmaps.
The Ada PDF Writer consists of a package, PDF_Out, which produces PDF files - as "physical" files, or as other types of data streams.
The Excel Writer consists of an Ada package, Excel_Out, which produces Excel files - as "physical" files, or as other types of data streams.
The Generic Image Decoder (GID) is a low-level Ada package for decoding a broad variety of image formats, from any data stream, to any kind of medium, be it an in-memory bitmap, a GUI object, some other stream, arrays of floating-point initial data for scientific calculations, a Web browser…