Simple Project List Software Map

12100 projects in result set
LastUpdate: 2003-04-24 03:28

Avalon

Avalon is Apache's Java Server Framework project. It is separated into
six subprojects: Framework, Excalibur, LogKit, Cornerstone, Phoenix,
and Apps. Its purpose is to simplify server side programming for
Java-based projects. It formalizes several best practices and patterns
for server side programming. Framework describes the interfaces and
contracts for the component-based architecture. Excalibur provides a
number of useful components and utilities. LogKit is a logging
implementation. Cornerstone is a group of reusable server components
and services. Phoenix is an enterprise container implementation that
uses all of the other subprojects to automatically deploy and manage
one or more componentized servers. Apps is a home for several
Phoenix-compatible server applications and reusable components (like
FtpServer).

(Machine Translation)
LastUpdate: 2010-01-13 08:56

Xaraya

Xaraya is a fully dynamic, multi-platform content
mangement solution. It utilizes robust
permissions, data management, and multilingual
systems to dynamically integrate and manage
content. Its modular, database-independent
architecture introduces tools which separate form,
function, content, and design.

(Machine Translation)
LastUpdate: 2012-11-19 04:04

InDefero

InDefero is a simple software forge. It can be used to save you and your team time. It tracks bugs and provides downloads, documentation, and an easy overview of your Git, Subversion, or Mercurial managed code base.

(Machine Translation)
LastUpdate: 2012-09-09 18:14

eclim

eclim is a set of Eclipse and Vim plugins to integrate the two pieces of software.

Natural Language: English
Operating System: OS Independent
Programming Language: Java
User Interface: Eclipse
LastUpdate: 2012-05-29 00:52

Logtalk

Logtalk is an object-oriented logic programming language that can use most Prolog implementations as a back-end compiler. As a multi-paradigm language, it includes support for both prototypes and classes, protocols (interfaces), component-based programming through category-based composition, event-driven programming, and high-level multi-threading programming.

LastUpdate: 2013-02-03 02:26

GNU Autoconf Macro Archive

The GNU Autoconf Archive is a collection of more than 450 macros for GNU Autoconf. They can be re-used without imposing any restrictions on the licensing of the generated configure script. In particular, it is possible to use them in configure scripts that are meant for non-free software.

LastUpdate: 2014-02-07 20:08

Class Library for Numbers

Class Library for Numbers (CLN) is a library for computations with all
kinds of numbers. Its rich set of number classes includes integers,
rational numbers, floating-point numbers, complex numbers, modular
integers, and univariate polynomials. It implements elementary functions
(also with unlimited precision), logical functions, and transcendental
functions. It is designed for memory and speed efficiency as well as
interoperability.

(Machine Translation)
LastUpdate: 2008-04-17 04:31

libart

Libart is a library for high-performance 2D graphics. It supports a very powerful imaging model, basically the same as SVG and the Java 2D API. It includes all PostScript imaging operations, and adds antialiasing and alpha-transparency. It is also highly tuned for incremental rendering. It contains data structures and algorithms suited to rapid, precise computation of Region of Interest, and a two-phase rendering pipeline optimized for interactive display.

(Machine Translation)
LastUpdate: 2014-01-15 23:29

Curie

Curie is a very minimalistic, tiny C library. It
supports basic I/O, basic networking,
S-expression based I/O, signal handling, process
handling, and I/O multiplexing. If the target
architecture is explicitly supported, statically
linked binaries may be as small as 4-20 kilobytes;
if not, then it only relies on the host's C
library. The library explicitly does not provide a
POSIX interface so that it may be used in
conjunction with a regular host libc (or without one).

(Machine Translation)
LastUpdate: 2008-05-19 13:11

PHP-GTK

PHP-GTK is a PHP extension that implements
language bindings for GTK+. It provides an
object-oriented interface to GTK+ classes and
functions and greatly simplifies writing client
side cross-platform GUI applications.

(Machine Translation)
LastUpdate: 2011-07-16 18:18

OpenSC

OpenSC provides a set of libraries and utilities to work with smart cards. Its main focus is on cards that support cryptographic operations, and facilitates their use in security applications such as authentication, mail encryption, and digital signatures. OpenSC implements the PKCS#11 API so that applications supporting this API (such as Mozilla Firefox and Thunderbird) can use it. On the card, OpenSC implements the PKCS#15 standard, and aims to be compatible with every software/card that does so.

(Machine Translation)
LastUpdate: 2014-05-16 02:43

The Sound of Sorting

The "Sound of Sorting" is a demo program containing many integer sorting algorithms. The algorithms are visualized in real time and augmented with sound effects, which are based on the values being compared. Animation speed and sound sustain can be customized while the algorithm is running. The visualization also highlights the algorithm's internal workings, which makes the demo program very useful for teaching sorting algorithms in an undergraduate computer science course. The program also counts the number of comparisons done by an algorithm, which can then be compared to the analytically derived value. The demo is implemented using the cross-platform toolkits wxWidgets and SDL, and can be executed on Windows, Linux, and Mac.

(Machine Translation)
LastUpdate: 2010-05-30 07:18

XForms

XForms is a GUI toolkit based on Xlib. It comes with a rich set of objects such as buttons, browsers, sliders, and menus integrated into an elegant event/object callback execution model that allows for fast and easy construction of X applications. In addition, the library supports loading and writing images, format conversion, and simple image processing. It consists of a flexible set of C-routines that can be used in C and C++ programs, is efficient and portable, and runs on all major Unix platforms and OpenVMS, OS/2, and Windows NT.

(Machine Translation)
LastUpdate: 2012-05-19 01:10

libssh2

libssh2 is a C library that implements the SSH2 protocol.

LastUpdate: 2007-06-06 07:17

OpenAl

OpenAL, the Open Audio Library, is a joint effort to create an open, vendor-neutral, cross-platform API for interactive, primarily spatialized audio. Its primary audience is made up of application developers and desktop users that rely on portable standards like OpenGL for games and other multimedia applications.

(Machine Translation)