DISQLite3 implements a self-contained, embeddable, zero-configuration SQL database engine. Features include:Transactions are atomic, consistent, isolated, and durable (ACID) even after system crashes and power failures.Zero-configuration -
Runtime parser with end user visual interface. Nice for creating calculators, runtime evaluation, runtime filter design,
The Gastown Command Line Parser quickly, easily, and reliably parses the command line passed to your application.Gastown is similar in some respects to the getopt library which is so often used in Linux applications, but it offers enhanced
Transactions in ASP.NET is a tutorial which deals with the information about processing transactions in ASP.NET page. A transaction is described to cover various ACID properties such as atomicity, consistency, isolation and durability. The author in
Expression parser is a library of components, that evaluates Pascal like scripts at run time. It is not an interpretator, but is a quasi compiler, so it works fast. It has the following features:user defined functions and
Creating a SAX Parser using the XmlTextReader is a web based tutorial in which the author elaborates the concepts of Simple API for XML and the method of creating SAX Parser. The author describes about XmlTextReader through which SAX can be created.
Chilkat XML Parser component is a high-performance XML component for parsing, navigating, and manipulating large XML data files. The parser is non-validating, it accepts XML files containing errors, and has an AutoFix property, which when turned on,
ScimoreDB embedded database is an in-process running SQL database with over 375.000 deployments that has a small footprint, an easy-to-use interface and yet offers a full set of stand-alone database servers features.
CFX_XMLParser is a Fast Java CFX tag 1000% faster than the MSXML Parser invoked through CFOBJECT (CFOBJECT based parsers also tend to buckle under load). This parser takes an XML document and returns a ColdFusion structure containing the XML document
HTML form parser for GET and POST in C. Includes source code. Very simple interface. Call one function to return form data as strings, then use atoi to convert the data, etc. |