Simple Project List Software Map

839 projects in result set
LastUpdate: 2001-07-15 13:12

C language utilities

The cutils collection is composed of: cdecl and cundecl (decode and encode C type declarations), cobfusc (make a C source file unreadable but compilable), chilight (highlight C source files), cunloop (unloop C loops), yyextract (extract grammar rules from yacc grammar), and yyref (generate a cross-reference for yacc input).

LastUpdate: 2001-01-30 06:12

GPI

With GPI you can develop ultra-rapidly a complete networked DB system (client and server size). It is naturally totally platform independant (Java 2), Locale independant (I18N), and may be easily made DB engine-independant.

LastUpdate: 2006-11-08 16:18

Jupe

Jupe is a UML Plugin for Eclipse. It provides support for the creation of UML class diagrams, Java code generation, and reverse engineering. Jupe is based on the GEF and UML2 frameworks and supports Eclipse 3.2.

(Machine Translation)
LastUpdate: 2013-01-14 20:10

ARIO

ARIO is a C++ library for reading and producing archive files, which are commonly used as libraries of relocatable object files.

LastUpdate: 2007-02-08 09:48

JetPAG

JetPAG is a flexible yet powerful full-LL(k) parser and lexical analyzer generator focused on high performance, efficiency, usability, and readability of generated code. It generates powerful optimized recursive descent recognizers, and supplies a small library that can be used to do minimal parsing needs. Generated code is nicely structured and distributed over several files for easier management and integration into larger projects. JetPAG offers a powerful control over the generated source code, preventing post-generation modifications.

LastUpdate: 2001-02-12 01:47

jxml2sql

jxml2sql is a Java application that makes use of libjxml2sql for converting XML documents into various forms of output to aid database administration. Examples of outputs are SQL for table creation and HTML for table reference.

(Machine Translation)
LastUpdate: 2006-12-24 06:34

yadia2sql

yadia2sql is a tool that generates SQL CREATE
TABLE statements from Dia XML files. Its goal is
to provide a lot of freedom to customize the
generated SQL code.

(Machine Translation)
LastUpdate: 2007-09-27 10:39

froofyJIT

froofyJIT is a C++ 'syntactic sugar' front-end for Paolo Bonzini's GNU lightning library for dynamic native code generation. It uses C++'s powerful language facilities to allow GNU lightning instructions to be expressed in a more concise way that approximates a 'real' assembly language. It also includes froofyQua, a preliminary implementation of Henry Massalin's "quajects".

LastUpdate: 2005-10-08 16:36

PhpCodeBuster

PhpCodeBuster is a PHP class to obfuscate your PHP
code. This means that the code is changed in such
a way that it is very hard te reverse engineer it
into an understandable format. It produces PHP
code with normal syntax that is unreadable to the
(normal) human eye but will function correctly on
any normal Web server. A nice feature of
PhpCodeBuster is the availability of debug
settings. By using the debug settings, you can
check the obfuscated results while they are still
readable and make necessary changes to the
original code.

(Machine Translation)
LastUpdate: 2003-10-06 21:32

DObject Library C++

The DObject Library C++ is a Java-like library that acts as a bridge between the C++ and the Java worlds. It offers a wide range of the Java facilities without losing the power of C++. It offers naming convention that is similar to the Java language, smart pointers emulating Java references, and classes emulating Java arrays.

LastUpdate: 2009-12-24 18:37

PHPTAL

PHPTAL is a fast, safe, XML-based template engine for XHTML and HTML5. It implements Zope's Template Attribute Language, which has clean, concise syntax that is compatible with XML tools (no custom ugly tags), and template source files can even be previewed in Web browsers or opened in WYSIWYG editors. Templates are compiled to PHP and cached, giving great performance and taking advantage of PHP accelerators. PHPTAL by default ensures well-formed output and escapes XML-unsafe characters everywhere, which means that your pages can be completely safe against HTML-injection (XSS) without great effort. It features fine-grained caching of output, pre- and post- filters, internationalization via gettext or custom backend, creation of custom template attributes and expressions, and templates loaded from non-standard sources (e.g. databases). It supports UTF-8 well, is easy to integrate and redistribute with PHP frameworks and applications, and has an object-oriented design and a comprehensive unit test suite.

(Machine Translation)
LastUpdate: 2006-09-01 16:32

logindpostgres

logindpostgres is a script that reads SQL select
statements from PostgreSQL logs and generates all
the indices to optimize the database for each
request. It has been tested on 1.2 GB of logs.

(Machine Translation)
LastUpdate: 2005-01-22 08:21

texttemplate

texttemplate converts text templates into simple object models that
can be manipulated by ordinary Python scripts. It's loosely based on
HTMLTemplate.

(Machine Translation)
LastUpdate: 2007-12-05 16:00

Much More Than Parsing

Much More Than Parsing is a parser generator for
context free grammars defined in a BNF-like
format. It generates scanners, parsers, ASTs,
prettyprinters, etc. Several target languages are
supported. It is a fork of More Than Parsing.

(Machine Translation)
LastUpdate: 2007-05-04 07:51

dia2fsm

dia2fsm reads DIA diagram files constructed in the prescribed format and produces Finite State Machine (FSM) skeleton code. It supports code generation to C and C++ and is built on Linux only.

(Machine Translation)