Simple Project List Software Map

746 projects in result set
LastUpdate: 2002-11-19 13:33

single-honeypot

single-honeypot simulates many services like SMTP,
HTTP, POP-3, shell, and FTP. It can show many
different faces, including those of Windows FTP
systems, Windows SMTP systems, different Linux
distributions, and some Posix distributions.

(Machine Translation)
LastUpdate: 2013-12-08 14:26

cm_tools

cm_tools is a collection of commandline utilities that support and
extend RCS and related configuration management activity.

(Machine Translation)
LastUpdate: 2003-04-01 19:09

Autospec

Autospec is a program which creates Red Hat Package Manager (RPM) spec files automatically from a tarball.

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: 2005-07-23 16:28

JCSC

JCSC is a powerful tool that checks source code against a highly definable coding standard for potentially bad code. Standards cover naming conventions for classes, interfaces, fields, and parameters, and the structural layout of classes and interfaces. Each rule is highly customizable. It can also find potential bugs, including empty catch/finally blocks, switches without defaults, throwing 'Exception' types, and slow code. JCSC was inspired by lint.

LastUpdate: 2009-11-29 11:45

ccbuild

ccbuild is like a dynamic Makefile. ccbuild finds
all programs in the current directory (containing
"int main") and builds them. For this, it reads
the C++ sources and looks at all local and global
includes. All C++ files surrounding local includes
are considered objects for the main program. The
global includes lead to extra compiler arguments
using a configuration file. ccbuild splits these
arguments for compilation and linking, keeping the
linking arguments back for later use. It should
allow development without any scripting and only
simple reusable configuration. Deployment and
distribution should still be done with other
tools. It can create simple Makefiles, A-A-P
files, and graph dependencies using DOT (graphviz)
graphs.

(Machine Translation)
LastUpdate: 2012-01-23 23:29

makl

MaKL is a simple and light framework for building
multi-platform C/C++ projects, purely based on the
Bourne Shell and GNU Make. It is much easier to
install and use than other typical building
systems, while maintaining the essential
functionality. It is ideal for embedded systems
due to its cross-compilation, multiplatform
toolchaining mechanisms, and minimal external
dependencies.

(Machine Translation)
LastUpdate: 2010-01-21 03:51

WinAVR

!WinAVRは、WindowsプラットホームでホストをつとめられるRISCマイクロプロセッサーのAtmel AVRシリーズのためのオープンソースソフトウェアの開発スイートです。CとC++のためにGNU GCCコンパイラを含みます。

LastUpdate: 2008-05-17 11:39

XOTclIDE

XOTclIDE is an integrated (interactive) development environment for the Tcl and XOTcl language, a highly flexible object-oriented extension of Tcl. It provides a Smalltalk-like programming environment similar to Squick. It allows graphical introspection and editing of a running system (based on Tcl's and XOTcl's introspection facilities). The system state can be saved in the form of Tcl packages. It can optionally use a version control system based on a relational database (MySQL, PostgreSQL, ODBC, or SQLite). All system changes are saved to the database on the fly. It provides browsers for viewing and editing xotcl classes and objects. It also contains syntax highlighting and a static code checker for TCL and xotcl. It contains many developer plugins.

(Machine Translation)
LastUpdate: 2003-07-04 11:09

A-A-P

The goal for A-A-P is to make it easy to locate,
download, and install software. Additionally, it
supports making changes to a program and managing
different versions that exist in the world, making
it useful both for users and for developers. It
uses a recipe that is similar to a Makefile, but
with many enhancements, such as integrated Python
script support, support for Internet access, and
version control. An IDE will be provided that
integrates your favorite editor, debugger, and
other tools.

(Machine Translation)
LastUpdate: 2009-03-11 11:05

Cobras

Cobras is a programming environment for Qt, and is
written in Qt itself. It has an integrated debugger (as a front-end for GDB), and is very functional and helpful. It is fast and easy to use. It consists of one binary file (plus
an icon for the desktop). It does not create its
own files when working with a project, but uses
only the original '.pro' file.

(Machine Translation)
LastUpdate: 2009-01-19 22:29

gitty-gitty

gitty-gitty, the (general | GNU) template generation tools, are a set of scripts for creating a whole set of sources which may already be compiled and installed using the GNU development tools. Think of gtgt as a program which is able to create an already compilable, very sophisticated "hello world" program, written in C or C++ and constituted by a main program, two internal modules (classes), and one static and one shared library, and this complex "Hello World" is already fully embedded into the GNU autoconf/automake development environment. By using gitty-gitty, you will get a template of sources for the main cases you might meet, and which you can also use as examples for automake, autoconf, etc.

(Machine Translation)
LastUpdate: 2001-09-17 01:42

Buildkernel

Buildkernel is an intelligent shell script that automates the task of building a Linux kernel. For beginning users, it handles the process from beginning to end, prompting the user when they have to do something. Advanced users can use it to build multiple kernels with little effort. Buildkernel will download kernel and pcmcia source, remove unnecessary code, create symlinks, automatically patch the kernel, build the kernel, modules, and pcmcia modules (nicely), and install them to hard disk or floppy, running LILO as necessary.

(Machine Translation)
LastUpdate: 2004-06-27 20:33

zipdiff

The zipdiff tool compares the contents of two zip files. It is equally suited for comparing jar, EAR, WAR, or RAR files. The project includes a task for Ant.

LastUpdate: 2011-12-20 03:15

EFEU

EFEU is suitable for handling data cubes, which
are especially useful for building data
warehouses. It consists of a building system
including mkmf (a xmkmf like Makefile generator),
esh (a powerful C/C++ interpreter), efeudoc (a
document generator with different output formats
(LaTeX, HTML, roff, etc.)). EFEU has a huge set
of C library core features, including robust
memory allocation tools, functions to concatenate
and copy strings with memory allocation, buffers
for dynamically-growing strings and fields, data
structures with reference counters and garbage
collection, and file tools that allow you to
specify pipes wherever a filename is expected and
support automatic implementation of
(de)compression filters (gzip) depending on
filename extensions. It also includes a high-level
interface to files, strings, and anything else you
can read from or write to.

(Machine Translation)