Simple Project List Software Map

839 projects in result set
LastUpdate: 2007-06-16 22:50

RAJAX

RAJAX is an approach to remove the repetitive code
that coders need to add for simple AJAX
applications. AJAX code is generated from POJOs
with annotations (and with no configuration
files). A simple MVC framework is available
totally based on the client side using XSLT to
transform either XML or JavaScript objects.

(Machine Translation)
LastUpdate: 2004-09-17 11:52

MonoUML

MonoUML is a CASE (Computer-Aided Software
Engineering) tool based on the Mono Framework. It
uses Mono, GTK#, UMLCanvas#, and
ExpertCoder.

(Machine Translation)
LastUpdate: 2004-04-04 13:55

mudsbuilder

Mudsbuilder is a set of tools for the creation of dungeon
maps in MUDs. Once a map is created, the user has the
ability to generate LPC code from that map for virtually
any mudlib. It supports standard (south, north, east,
etc.) exits, ups and downs, and miscellaneous exits,
such as one-way exits.

(Machine Translation)
LastUpdate: 2001-08-26 14:11

clig

Clig uses a simple description file to create
C-code to interprete the typical *NIX command line
as well as an up-to-date usage-message and a
manual page skeleton. It supports Flag, String,
Int, Long, Float and Double types, with ranges,
defaults, and more. The generated C-Code is ANSI
but has been reported to work with C++. It is self
contained code which does not depend on any
library other than libc. Included is a TCL-only
TCL-package to instrument your TCL scripts the
same way as your C-programs.

(Machine Translation)
LastUpdate: 2007-04-16 06:07

Druide DB

Druidedb is a simple XML file database API in Java
to manage an XML database file system without
database complexity (no server or client, and
stores only strings). This API creates both the
access DAO sources files and the DB filesystem. It
can handle auto-increments and primary keys.

(Machine Translation)
LastUpdate: 2003-04-21 09:57

elmer

Elmer allows Python code to run from C or Tcl as if it was written in C or Tcl. Elmer generates "glue" code that embeds an interpreter for one type of language into an extension for another. Elmer allows function calls and various data types, both native and custom, to pass transparently between the two languages.

LastUpdate: 2008-01-17 02:05

xmds

XMDS is a code generator that integrates equations. You write them down in human readable form in an XML file, and it goes away and writes and compiles a C++ program that integrates those equations as fast as it can possibly be done in your architecture.

(Machine Translation)
LastUpdate: 2002-01-24 07:00

JavaTemplates

JavaTemplates is a code-generator based upon the
JSP technology. It allows any kind of Java code to
be used inside templates to convert XML-Nodes to
whatever you like (email, EJB-Classes,
configuration files, etc.).

(Machine Translation)
LastUpdate: 2003-11-06 08:14

dbPerceptor

dbPerceptor generates HTML forms for editing MySQL
databases. It is based on configuration files that
you define, and it automates the process of
creating listing, adding, editing, and deleting
interfaces. Over 25 configuration options are
available.

(Machine Translation)
LastUpdate: 2004-04-06 17:12

Lemick

Lemick is a programming language similar to traditional Basic
implementations but with all the attributes of the modern
programming tool. Major design features include a source to
bytecode compiler and bytecode to object code compiler,
platform-independence of the compiled code (through the use
of VM bytecode), native
support of concurrent and distributed programming (multi-
threading and distributed multi-threading), rendezvous for
message passing, replicas and ultra-weak consistency model
for shared memory simulation, advanced exception handling
mechanism including distributed version, weak typing, mixed
style of procedural and object-oriented programming (relaxed
OO), and high performance.

(Machine Translation)
LastUpdate: 2007-01-08 15:46

Exemplar: An XML Parser Generator

Exemplar is designed to make it easier to work
with XML. It began life as a program to generate
the smallest possible parser for a given
vocabulary of XML. While it still retains the
capability to do this, it is now a more general
program intended to support conversion of
specifications of XML vocabularies (DTDs, schemas,
etc) into useful code.

(Machine Translation)
LastUpdate: 2004-07-03 20:06

Retargetable Server Pages

RSP is a retargetable language for writing portable Web
applications. Web applications can be written once in RSP
and then compiled, using the RSP compiler, to either ASP,
JSP or PHP. The RSP language is syntactically similar to
Java/JSP. It is strongly typed and pseudo object orientated.
Its standard library contains functions and objects for
common Web programming tasks and database abstraction.

(Machine Translation)
LastUpdate: 2009-09-14 12:21

MyCCM High Integrity

MyCCM-HI is a component framework developed by Thales targeting
mission- and safety-critical distributed real time
embedded software. It integrates components
written in C, and generates code for handling
inter-component communication, threads
(priorities, periods), locks, and mode-based
reconfiguration. In addition to the software
components, MyCCM-HI takes as input a model of the
application in a so-called Component-Oriented
Architecture Language.

(Machine Translation)
LastUpdate: 2007-06-13 06:56

WriteTarget

WriteTarget is a universal text generator based on
Bash text substitution. It can be used to generate
text in any programming or markup language. The
generator does not define its own language; it
rather defines several functions, making it
possible to use Bash for creating simple or
sophisticated templates.

(Machine Translation)
LastUpdate: 2004-04-21 11:16

Glade SourceFile Maker

The aim of Glade SourceFile Maker is to simplify
writing PHP-GTK with Glade. GladeXT is an XML
parser that runs through Glade files to extract
all window widget names, user editable widgets,
and handlers (to react to the user), and creates a
file in pure PHP that is 'pre-made' PHP code.

(Machine Translation)