Simple Project List Software Map

839 projects in result set
LastUpdate: 2012-12-08 00:15

Common Text Transformation Library

Common Text Transformation Library is a library of C++ classes and functions to parse and modify STL strings. CTTL substring classes may be compared, inserted, replaced, and parsed with EBNF grammars. The compiled program implements a fast, thread-safe, re-entrant recursive descent parser.

LastUpdate: 2005-01-05 12:55

Staroffice/Openoffice to HTML Converter

Staroffice/Openoffice to HTML Converter converts a Staroffice/Openoffice.org document to HTML, using xsltproc for the XML conversion and ImageMagick's convert to convert images. It creates a table of contents with links, and handles tables, styles, spans, and many other XML elements from a writer file.

LastUpdate: 2006-05-31 05:43

Jostraca

Jostraca is a general purpose code generation
toolkit for software developers. It uses JSP
syntax and can be configured to use a number of
different programming languages. Jostraca is a
templating tool for Generative Programming.

(Machine Translation)
LastUpdate: 2008-06-25 23:09

SQL C++ code generator

The SQL C++ code generator (sql2class) utility is a code generation tool to convert SQL output to simple C++ classes. It supports MySQL and Sqlite. For each database table, one C++ class will be generated containing member variables for each column, as well as methods to read / insert / update records and also return the record as XML.

LastUpdate: 2014-02-28 19:13

configure

The configure project is a Makefile generator
which uses project description files to create
simple Makefiles. It strives to keep the generated
code as simple as possible.

(Machine Translation)
LastUpdate: 2017-03-05 22:03

CSVプリプロセッサ言語シ

CSVプリプロセッサとはExcelから多種多様なソースコードを自動生成するプログラムです。

LastUpdate: 2012-12-02 00:43

JsDecoder

JavascriptDecoder is a tool for easily decoding obfuscated JavaScript code. Besides decoding, it can also serve as a JavaScript code beautifier and colorizer.

LastUpdate: 2008-07-31 20:32

Neko

Neko is a high-level dynamically typed programming language. It can be used as an embedded scripting language. It has been designed to provide a common runtime for several different languages. Learning and using Neko is very easy. You can easily extend the language with C libraries. You can also write generators from your own language to Neko and then use the Neko Runtime to compile, run, and access existing libraries. Neko is a good way for language designers to focus on design and reuse a fast and well-designed runtime, as well as existing libraries for accessing filesystem, network, databases, XML, etc. It has a compiler and a virtual machine. The virtual machine is very lightweight and well optimized. The VM can be easily embedded into any application, and your libraries can be accessed using the C foreign function interface.

LastUpdate: 2013-05-18 03:48

pycrc

pycrc is an easy to use CRC calculator and source code generator. The generated C source code can be optimized for simplicity, speed, or tight memory constraints for embedded platforms. pycrc contains a long list of the parameters of common CRC models.

LastUpdate: 2004-11-28 12:40

GCC Introspector

The GCC XML Tree Node Introspector project consists of a patch to the gcc compiler to output the internal compiler tree nodes in RDF/XML and programs to process that RDF/XML. The tree nodes are complex data structures which represent the source code inside the compiler. Through these tree nodes, users are able to extract information from their programs that would be otherwise very difficult to obtain. Modules exist to store these nodes in Redland RDF using a Berkley database. The long-term goal of the project is create a high-level API that will make the programmatic manipulation of programs easier than it is now.

LastUpdate: 2012-08-21 21:00

Project Builder

Project-Builder is a tool that helps you build packages of your application (managed with a tar file or a configuration management system such as CVS, Subversion, Mercurial, or GIT). It is able to generate a build package skeleton for your project. With simple configuration files, it can generate for up to 20 different tuples of distributions (name, version, architecture), including Fedora, Mandriva, OpenSuSE, Debian, Ubuntu, Gentoo, and Slackware. It is a good tool for doing continuous packaging.

LastUpdate: 2006-11-18 14:34

DiaDBDesigner

DiaDBDesigner is a standalone module for constructing databases with the help of the diagram creation program Dia. In an easy to use environment, you can join multiple diagrams together to form one model of interconnected tables.

LastUpdate: 2009-04-06 15:47

SmartCRUD

PHP CRUD is a tool for generating PHP code for CRUD (create, replace, update, and delete) operations. It's based on Smarty with an MVC style for MySQL.

(Machine Translation)
LastUpdate: 2004-07-23 22:27

Jaffa

Jaffa (Java Application Framework For All) is an enterprise-focused Java framework for rapid application development. It provides a complete Java Web application development stack, extending exsiting projects like Tomcat and Struts at the frontend with MVC-based web widgets, all the way through to a high-performance lightweight O/R persistence engine, with plenty of rich features in between including rules engines, declarative application, and data security. In addition to the runtime framework, there is a suite of component templates and other tools for rapid application development, including a TogetherSoft plug-in for UML intergration.

LastUpdate: 2013-05-18 03:37

ELFIO

ELFIO is an ELF (Executable and Linkable Format) reader and producer implemented as a C++ library.