Thelei is a code generator which generates files from database and templates written in script. It supports database plugins, and it's very easy to write a new database plugin. Access homepage for more details: http://thelei.sourceforge.net
PHP Compressor is a PHP class that compress a selected directory and files into an install.php file.
You can chose the destination directory where decompress the file, and you can chose a file that will be executed at the end of decompression.
DataScript Tools for formal specification and automatic decoding of binary data formats. NOTE: This project has moved to http://developer.berlios.de/projects/datascript/.
Punchcard is a python script for rapid generation of XHTML/CSS layouts from simple txt files.
You can draw boxes with ascii characters and translating it in the structure of a web page.
This program uses very simple input files to generate code for a C++-Object that can read in configuration files. The values are accessible by object-members of the same name as the configuration file entries.
Capgemini's MDA Workbench is a powerful, simple MDA tool implemented as an Eclipse plug-in. The MDA Workbench allows for creating (UML) model-to-code mappings, markings and lifecycle management from model to code. Proven in very large and small projects
chex is a little tool for developers that allow you to convert files or parts of files in a C/C++ or pascal arrays, in order to include binary files in your source code. It's released under GPLv3.
Jutty is a code generator that will produce basic classes for a variety of patterns and standard coding classes. I'm hoping to make this an Eclipse plugin in order to start all types of new files.
A toolkit of nitty-gritty classes from real-life projects. Contains generic snippets along with things like server-side DOM implementation or RSA or code generation tools.
ExpertCoder is a toolkit for the .NET platform that supports the creation of code generators based on templates and expert systems. It is suitable for MDA projects. The UML-related libraries (UML, MOF and XMI) are now provided by the nUML project.
iWa Framwork is the PHP Framework.It's help developer to reduce code on thier's projects. it's have controller,data modal,view,form and validate,simple ajax and websevice. It's is FREE!!!!!!! Website :: http://www.madoogun.com
This project is a smart code/text file generator based on template files. This project can generate multiple files in one command/template file and also can modify existing files based on special tags.
Add logger code to all java files recursively from a given directory. If directory is not defined, the current directory is used. System.out.println are defaultly replaced by logger.fine but you can change the lever or do not replace.
XmlGen is an Ant Task to generate code from XML files and Velocity templates. XmlGen allows using XML data in the Velocity template. You can access XML elements or attributes by name, select some nodes with an XPath expression or loop on elements list
Converts bitmap file to c/c++ files (usefull for embedded systems with GUI). The color encoding is fully configurable (for example 16bit 5/6/5) and a "preview" bmp file is generated to show how much the picture is altered by the information reduction
A tool to support MDA / MDSD. It generates source code or other files based on an arbitrary XML model and some templates, which are written in a simple XML dialect (similar to XSLT). Editing in generated files and regeneration is possible.
A translator that converts Qt Designer UI files into SWT java classes. Use the power of Qt Designer to generate your user interface and then automatically generate SWT java source code.
MD4J is an extensible J2EE webapp generator used in Ant and Maven based projects. Basically it reads your Hibernate 3 mappings to create EJB 2.1, Struts 1.x and JSP 2.0 code for CRUD and Search operations with patterns like MVC, DAO and SessionFacade.
Generic source code generation utility working by aggregating file chunks and searching/replacing keywords. Supports re-injection in re-generated files of code already changed in previously generated files
The CCM Tools are CASE tools used for generating CORBA components, test components, and test programs based on source IDL files. Various target languages can be generated. Scripting language wrappers can also be generated to enable rapid prototyping.
Boiler-template (source) file generator. Automates (source) file generation from template files: speeds up developement of redundant or re-usable software and more. An example template for Linux Kernel Device Drivers generation, is included.