633 projects tagged "Code Generators"
Euphoria is a simple, very high-level programming language. It has automatic garbage collection and lots of run-time error checking. The Euphoria interpreter makes it easy to develop and debug applications. The new Euphoria to C Translator converts any Euphoria program to C. You can then compile it to get a stand-alone executable file that runs almost as fast as compiled C.
Shimari is a simple, flexible, lightweight component enclosure for standalone Java applications that translates a configuration file into an object hierarchy. It is similar in purpose to Apache Digester, except that responsibility for instantiation is encapsulated in the object's constructor, and the resulting objects form a loosely coupled collection of co-operating components.
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.
xFloWS aims to provide a graphical toolkit in Java that enables users to create complex workflows by combining existing resources such as Web Services, Java classes, and more using an intuitive drag and drop interface, coupled with a graphical modelling system. You choose the entities that the new business requires for implementation, use the graphical interface to build connections between resources and model the flow to reflect the business functionality, and generate the code necessary for the business deployment.
JBind is a data binding framework linking Java and XML. It consists of a schema compiler for generating Java sources and a runtime environment. The runtime environment is used for unmarshalling (reading) and marshalling (writing) XML documents, for validation, and for accessing and manipulating XML data. In addition, JBind introduces the concept of XML code that is the result of adding behavior to XML data. XML code is the seamless integration of manually implemented methods with sources generated by the schema compiler. XML code offers great possibilities for application, framework, and configuration developments. Instance documents are validated against their schema when they are unmarshalled. Simple constraints (constraints that consider only single values of attributes or simple content of elements) are enforced during manipulation. Global constraints (constraints that consider the occurrence of attributes/elements or identity constraints) can be checked by an explicit API call.
gtklean is a C header file generated directly from the GTK+ headers to provide a visually cleaner and less error prone C API for GTK+. It eliminates gtk_ prefixes in front of every GTK+ function. It automatically inserts calls to the type checking and casting macros for arguments that require them (e.g. GTK_WIDGET() and GTK_SIGNAL_FUNC()) so you can't forget them and never need to see them. It also replaces the string literals used for signal names with C identifiers to replace run time errors with compile time errors.
MX Kart is a tool for creating e-commerce software quickly and easily. Unlike other shopping cart systems, it is easy to use and extensible. It uses the tNG core to allow developers to customize the e-commerce application logic directly from Dreamweaver MX or MX 2004. It features component-based configuration, an advanced cart recordset, support for multiple properties per product, powerful commands and server behaviors, built-in multiple payment gateways integration, shipping and taxes support, ImpAKT2 compatibility, and tight integration with Dreamweaver MX.