It is standalone version of argp - part of glibc library.
It was separated off glibc by Niels M
ArgoUML is a powerful yet easy-to-use interactive, graphical software
design environment that supports the design, development and
documentation of object-oriented software applications.
If you are familiar with a family of software applications called
Computer Aided Software Engineering (CASE) tools then you should find
ArgoUML instantly familiar.
The users of ArgoUML are software designers & architects, software
developers, business analysts, systems analysts and other
professionals involved in the analysis, design and development of
software applications. Main features:
* Open standards: XMI, SVG and PGML
* 100% Java
* Open Source allows to extend or customize it.
* Cognitive features like: reflection-in-action, opportunistic
design, comprehension and problem solving
Parsing a program's command line arguments has always been a distraction from
the main programming task at hand. The argtable library simplifies the job by
enabling the programmer to define the command line options directly in the
source code as a static array of structs and then pass that array to argtable
library functions which parse the command line accordingly. The values
extracted from the command line are deposited directly into user-defined program
variables where they can be accessed by the main program. Argtable can also
generate descriptions of the command line syntax from that same array for
display as on-line help.
Chipmunk is a simple, lightweight, fast and portable 2D rigid body physics
library written in C. It is licensed under the unrestrictive, OSI approved MIT
license.
The ADAPTIVE Communication Environment (ACE) is an object-oriented
(OO) toolkit that implements fundamental design patterns for
communication software. ACE provides a rich set of reusable C++
wrappers and frameworks that perform common communication software
tasks across a range of OS platforms.
asmutils is a set of miscellaneous utilities written in assembly language,
targeted for x86 embedded systems and small distributions (like rescue or
installation disks); it also contains small libc and crypto libraries. It
features the smallest possible size and memory requirements, the fastest
speed (with few exceptions), and good functionality.
inilib is a C++ library which provides a method of saving the "state"
of a program. inilib provides a means of storing a number of arbitrary
settings in memory with an easy access interface, as well providing
means for saving the information to and loading it from disk. Data is
stored in an easy to read format, allowing the user to modify any of the
information with a simple text editor.
inilib benefits the programmer by providing a simple, intuitive means to
store any data that can be expressed in std::string, int, double, or bool
types. In addition, inilib handles any conversion that may be necessary
to convert from one type to the other. Saving all information stored in
inilib to disk or loading information from disk requires only one command.
Kaptain is a tool that lets you build a GUI for a command line program
in the form of a script. The program interprets that script to present
the graphical interface. The built interfaces use the Qt library.
An STL Container Initialization Library.
iReport is a powerful, intuitive and easy to use visual report builder/designer
for JasperReports written in 100% pure java. This tool allows users to visually
edit complex reports with charts, images, subreports,... iReport is integrated
with JFreeChart, one of the most diffused OpenSource chart library for java.
The data to print can be retrieved through several ways including multiple JDBC
connections, TableModels, JavaBeans, XML, etc.