Simple Project List Software Map

839 projects in result set
LastUpdate: 2010-12-19 01:00

SourceMagic

SourceMagic is a PHP object generator. SourceMagic automatically generates PHP classes and methods from database tables. These automatically generated methods let programmers create, read, update, or delete database records.

(Machine Translation)
LastUpdate: 2005-03-03 04:55

cstor

cstor is a cross-reference compiler and reverse engineering tool. It compiles one text file (database) from multiple source modules (currently reads C, C++, and Perl). The tool combines reverse engineering capabilities, code validation, and an HTML documentation generator. The database can then be reused from own scripts and programs, e.g. to implement cross-compilers, validate coding conventions, build statistics etc. The builtin documentation generators are actually an application of the database.

LastUpdate: 2001-06-23 00:39

gtklean

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.

(Machine Translation)
LastUpdate: 2003-03-12 07:50

Porque

Porque uses an XML-defined data-schema to produce
a database schema and a PHP object model with
getters/setters, database persistence, HTML form
templates, and HTML post/data reception.

(Machine Translation)
LastUpdate: 2012-01-03 21:41

gtkaml

gtkaml is an XML syntax and parser that extends the Vala.Parser and transforms all your tags into a valid Gtk+ UI class. It features a casual XML syntax for describing the way Gtk widgets are laid out in a (new) custom widget you're creating. Code "islands" (written in Vala) are used for widget signal handling and other methods/signals/properties that you're introducing. It doesn't depend on an external library at run-time, and it is much more readable than the usual UI boilerplate.

LastUpdate: 2002-12-14 14:30

JSPTemplates

JSPTemplates is a template engine that allows
developers to write JSP pages that are very
similar to the Sun API. The output of the pages
does not have to be sent over the Web, and can be
saved to a file or streamed in any other way. Any
Java can be embedded in a JSP page, making the
engine much more flexible than other template
engines, and precludes the requirment to learn new
syntax. It can also be used as a more flexible
alternative to xslt for dynamically generating XML.

(Machine Translation)
LastUpdate: 2008-08-01 07:48

PostSharp

PostSharp is a tool for .NET and Mono developers. It can reduce the number of lines of code and improve its logical decoupling. Therefore, it helps you deliver higher stability, cleaner design, and cheaper source code maintenance.

LastUpdate: 2001-07-10 22:29

Micro fitter

Micro fitter searches the best approximation to a set of data points using simple equations (rects and quadratics), and computes the maximum absolute and relative errors for the adjusted interval, the whole data set, or a specified range. It can generate the assembly code to implement it (currently only for Microchip's PIC family of microcontrollers).

(Machine Translation)
LastUpdate: 2004-12-03 12:38

PicForth

PicForth is a free software Forth compiler targetting PIC 16F8xx microcontrollers. It generates compact and efficient code.

LastUpdate: 2005-03-31 03:40

Easy Generator Generator

Easy Generator Generator (EGG) is a development
tool for fast and easy realization of XML to
plain-text tranformations. It is similar to XSLT,
Velocity, or JSP but emphasises source code
generation in a model-driven generative developmen
process. It comes with an iterative development
process for creating templates that lets you build
transformations quickly and easily.

(Machine Translation)
LastUpdate: 2004-04-08 05:10

GuiHelper

GuiHelper is a very simple utility for designing
Java Swing-based GUIs. It lets you add
components such as JButton and JTextField
into a JFrame and set their width, height
and position. Finally you can generate the related Java code.

(Machine Translation)
LastUpdate: 2007-07-12 04:23

ESE

ESE (pronounced "easy") stands for "Enterprise
SmartEiffel". Its aim is to build enterprise-level
tools and libraries for SmartEiffel.

(Machine Translation)
LastUpdate: 2005-02-25 18:09

JavaGen Ant Modules

JAM (JavaGen Ant Modules) allows Java/J2EE
developers to create robust, test-driven build
environments with just a few lines of Ant script.
Builds are simplified with a standard set of
commands that you customize for your project. The
Maven-to-Ant bridge manages classpaths,
dependencies, versioning, and resource downloads
automatically. JAM modules support JBoss, Tomcat
5, Resin, Oracle OC4J, JUnit, Cactus, XDoclet,
CVS, Axis, Castor, JMX EJBs, and Hibernate.

(Machine Translation)
LastUpdate: 2009-07-17 13:26

JSeance

JSeance is a code generator that can generate code or resources in any language. It integrates with existing projects via Maven, Ant, or command-line. Using input XML Models (any schema) and a JSeance XML template, the code generation engine produces text output of any type, supporting complex transformations and customizations through native rich-features and an embedded JavaScript engine. JSeance's philosophy is to enable developers to produce highly-complex code while keeping emphasis on template readability and maintainability. It follows a structured approach to solve most of the challenges of code generation, and integrates a full-featured JavaScript engine (Rhino) for solving the other challenges within the same template XML file.

(Machine Translation)
LastUpdate: 2008-01-24 08:39

Pas2Dox

Pas2Dox is a pre-processor add-on for the Doxygen
documentation generator. This allows the
production of advanced documentation from
Delphi/Kylix source code.

(Machine Translation)