Simple Project List Software Map

839 projects in result set
LastUpdate: 2009-05-06 15:23

QDox

QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools.

LastUpdate: 2002-01-09 00:02

GNU/Liberty Basic Compiler Collection

GNU/Liberty Basic Compiler Collection (GLBCC) is a suite of tools that allow Liberty Basic source code to be compiled directly to executable programs. It leverages greatly off of the GNU Compiler Collection, which allows it to run both on Windows and Linux, while also having the ability to generate both Linux and Windows executables on Linux via the Mingw cross compiler. The suite also includes a frontend program that has both a GUI and CLI to provide a simple environment to compile Liberty Basic code.

(Machine Translation)
LastUpdate: 2006-10-07 22:42

xcb-proto

xcb-proto contains descriptions of the X Window
System core protocol and selected extensions in an
XML-based data format. They are used by the X C
Binding (XCB) library to generate much of its
code, but you can also use these descriptions for
other purposes, such as decoding the X protocol or
building X Window System bindings for other languages.

(Machine Translation)
LastUpdate: 2007-08-03 04:56

NamespaceSim

This package can be used to emulate class namespaces under PHP 5. It parses PHP code to extract namespace definition statements. The code is rewritten to emulate the namespace support in a way similar to the Java language supports namespaces. This package implements new commands named package and import. The package command defines the package to which a class belongs. The import command indicates that the package should be imported for use in the PHP script on which the import command is used.

(Machine Translation)
LastUpdate: 2003-10-31 14:22

Pilot Template for PalmOS 5.x

pilot-template will generate the skeleton code,
Makefiles, icons, etc. for programming for the
Palm Pilot using open source tools. This version
was modified to work with PalmOS SDK 5.x.

(Machine Translation)
LastUpdate: 2008-01-25 10:36

Greengrass

Greengrass is a C# framework providing a high-level API for the Resource Description Framework (RDF), allowing RDF triples to be parsed, stored, and manipulated. Greengrass supports serialization and deserialization of CLR types to plain RDF, OWL, and other RDF vocabularies. Greengrass should work with any CLR-complied language, like C#, BOO, IronPython, Nemerle, IKVM Java, and VB.NET.

LastUpdate: 2003-02-20 07:12

CGI::Application::Generator

CGI::Application::Generator provides a means by
which a CGI::Application-based module can be
created from code, as opposed to being written by
hand. This module is intended to create the shell
of an application module, based on the
specification you provide. It will not output a
completely functional application without
additional coding. It will, however, create the
structural parts of your application common to all
CGI::Application-based modules. This module is
intended to ease the creation of new
CGI::Application modules and to encourage
standardization of CGI::Application coding styles.

(Machine Translation)
LastUpdate: 2011-03-28 21:09

Gnome Inform

GNOME Inform 7 is a GNOME port of the Inform 7 IDE for creating interactive fiction or text adventures.

LastUpdate: 2008-11-05 17:29

Abacus Formula Compiler

The Abacus Formula Compiler (AFC) compiles
computations defined in spreadsheet files directly
to Java byte code. Users can thus customize an
application using Excel or OpenOffice Calc. AFC
compiles against your own Java interfaces to
obtain input values and compute output values (it
essentially generates strategy implementations for
you), and supports internal computations with
either double or BigDecimal (for financial
applications).

(Machine Translation)
LastUpdate: 2002-06-24 18:22

Freefactor

Freefactor is a Java refactoring framework. It
consists of a tool-independent refactoring system
and an interface to allow it to be integrated with
other tools. Currently, a prototype Java-based
tool is provided as well as bindings for Emacs.

(Machine Translation)
LastUpdate: 2010-03-12 22:44

autober

autober is a language for generating BER decoders. It's different from an ASN.1 compiler in that it's much simpler and it only deals with BER-encoded messages. It is intended for smart card and RFID applications where much of the data stored on these devices is, in-fact, BER-encoded TLV data. The language is designed to be very similar to the template definitions found in the specifications for smart card and RFID applications.

LastUpdate: 2001-10-15 08:55

Cameleon

Cameleon a Framework for developing reliable
database applications in a technology independent
and predominantly editorial way. User interfaces
may be easily exchanged from Swing to HTML and
vice versa, and databases may be exchanged in the
same manner. The Swing variant framework is
established. The HTML user interface is under
construction but can be reviewed on the project
Webpage ("Test sample application"). Cameleon's
target users are programmers who manage midrange
data volumes (from thousands to millions of
database records) and who prefer simplicity and
availability rather than animation. Business
features such as security management and parameter
administration are supported in the framework. The
framework allows web developement without any
knowledge of JSP, HTML, Servlets etc. Data input
elements (and groups of them) may be used in Java
Server Pages.

(Machine Translation)
LastUpdate: 2007-07-27 07:18

MySqueaks

MySqueaks is a PHP class that allows you to create
MySQL statements with the flexibility of OOP and
throws in a simple database interface as well.
This means that you can create PHP objects to
represent your database tables and use the various
methods provided to select, update, or delete
data. This also means that instead of having to
write out a very long SQL query, you can simply
convert the representation into a series of
"steps", which can be easier to understand and debug.

(Machine Translation)
LastUpdate: 2010-03-26 22:34

jsapigen

jsapigen generates glue code for embedding Mozilla's JavaScript engine (SpiderMonkey) into C applications. It uses a simple interface definition language to describe the connection between native C code and the JavaScript engine. This description is converted into C code, which can be compiled into an application.

LastUpdate: 2008-04-05 13:25

ngrease

ngrease is a simple metalanguage for defining new concepts easily on any level. It can define analysis, requirements, design and implementation (in any programming language), and transformations to produce lower level concepts (working software) from higher level concepts.