63 projects tagged "Mac OS X"
XmlPlus xsd2cpp is a tool that compiles an XML schema into C++ data bindings. When invoked on an input XSD file, it generates the C++ sources (implementation/headers) for the supplied XML schema, a main.cpp template to demonstrate how generated sources can be consumed, and the automake/autoconf files for building the generated source.
nyu is a combination of modern academic approaches to parsing formal grammars from PEGs and expression grammars that represents the new state of the art in parser generators. nyu grammars are written in a powerful language based on PEGs (parsing expression grammars) but with modifications to allow both the AST and the parser to be specified intuitively in a single grammar. nyu outputs parsers that take advantage of the chilon::parser meta-programming library for C++. The generated parsers are almost as concise and readable as the input grammars, yet perform as well as hand-written C code. nyu ASTs are built using tuples, variant types, and lists, and allow self referential parsers and AST nodes to be manipulated. Advanced features such as hashed containers and grammar inheritance are also possible and well tested. nyu is currently powerful enough to deal with complex grammars and bootstraps its own parser.
WSF Staff is Web Service Framework for C++, AJAX, and J2ME that is based on Apache Axis2/C. WSF Staff wraps Apache Axis2/C code into C++, and also provides many additional features: a stateful Web services implementation in C++ with instance support, a synchronous and asynchronous client implementation in C++, AJAX, and J2ME, a service-component architecture implementation, support for RESTful Web services and clients, WSDL support with xsd import and export, J2ME client support (based on ksoap), a flexible and extensible code generator to generate any sort of Web service related source code (not only in C++), security support (users, groups, sessions, ACLs, etc.), and a Web application toolkit (webapp) with widget support.
Netbeans Java SQL Generator is a plugin that automatically generates SQL code (currently for MySQL and PostgreSQL) and Java database methods (such as insertIntoTable, update, delete, and createTable) from variables in a Java class. It comes with many options and possibilities to customize the generated SQL and code for your needs. It works with Netbeans version 6.9 or later on any Netbeans supported system.
EUGene allows you to manipulate and generate models. It can read UML class models in XMI independent from modeling, generate templates, transform models, and integrate in project building. It features independence in developer code and generated code. EUGene is independent from development tools. EUGene is easy to use and to put into place.
Gastona is an approach for rapid and easy development in less than 1 MB, including sqlite and the complete documentation with samples. It is useful for developing tools and many other applications. The GUI is built through configuration using intuitive layout managers and the communication with widget and the logic using a text generator concept. Emphasis has been put on featured widgets (assisted table and tree) and in high-level commands (scanning files and a text parser for records).
The GS1 DataBar Barcode Font includes TrueType, OpenType, PostScript, and PCL fonts that support all GS1 DataBar barcodes including Omnidirectional, Limited, Stacked, and Expanded types. DataBar Expanded codes in the package can encode the GTIN and may also include additional information such as coupon offer codes, expiration dates, weight, and serial numbers in a single symbol that is about the same size as a UPC-A or EAN-13 barcode.
JGrit is a program that converts images from common formats (e.g. GIF, JPEG, BMP, and PNG) to source code that can be used to render the image on either the Game Boy Advance (GBA) or the Nintendo DS (NDS) system. There are already programs that do this, but none that play nicely with both Windows and Linux. It uses the grit command line tool as a backend.