Simple Project List Software Map

12100 projects in result set
LastUpdate: 2006-08-28 10:44

SOPE Application Server

The SOPE package is an extensive set of frameworks (16 frameworks, ~1500 classes) which form a complete Web application server environment. Besides the Apple WebObjects compatible appserver extended with Zope concepts, it contains a large set of reusable classes: XML processing (SAX, DOM, XML-RPC), MIME/IMAP4 processing, LDAP connectivity, RDBMS connectivity, and iCalendar parsing. The parts of the package can be used stand-alone (e.g. in Cocoa applications) and do not require the appserver parts. For MacOSX developers, the package includes SOPE:X, which contains special Xcode and Cocoa support for SOPE.

(Machine Translation)
LastUpdate: 2013-08-10 16:02

tig

Tig is an ncurses-based text-mode interface for git. It functions mainly as a git repository browser, but can also assist in staging changes for commit at chunk level and act as a pager for output from various git commands.

(Machine Translation)
LastUpdate: 2008-08-20 04:47

MySQL Connector/ODBC

MySQL Connector/ODBC is an ODBC driver for the MySQL database server.

(Machine Translation)
LastUpdate: 2014-04-09 20:29

ECMA-55 Minimal BASIC

ECMA-55 Minimal BASIC is a compiler for "Minimal BASIC" as specified by the ECMA-55 standard.

The target is AMD64/EM64T/x86-64 machines running a modern Linux
distribution (a 3.x kernel).

This compiler will create Assembly Language output files.

These must be assembled into object files and linked to create an executable.

The Assembly dialect used is that of GNU gas.

(Machine Translation)
LastUpdate: 2011-02-06 13:19

PyChecker

PyChecker is a tool for finding common bugs in Python source code. It finds problems that are typically caught by a compiler (or lint) for less dynamic languages, like C and C++. Common errors that can be found include forgetting to import a module, misspelling a variable, passing the wrong number of parameters to a function/method, and not using a module/variable.

(Machine Translation)
LastUpdate: 2014-03-10 21:55

Whups

Whups is a Horde ticket-tracking application. It
is very flexible in design, and can be used for
help-desk requests, tracking software development,
and anything else that needs to track a set of
requests and their status.

(Machine Translation)
LastUpdate: 2012-08-24 12:50

pyobfuscate

pyobfuscate is a source code obfuscator. It makes Python source code hard to read for humans, while still being executable for the Python interpreter.

LastUpdate: 2013-03-15 15:42

Database Independent Abstraction Layer for C

libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. The plugin architecture allows for new database drivers to be easily added by a third party with flexible licensing.

LastUpdate: 2010-10-21 05:59

Java checkstyle Tool

Checkstyle is a development tool to help
programmers write Java code that adheres to a
coding standard. Its purpose is to automate the
process of checking Java code, and to spare
humans of this task.

(Machine Translation)
LastUpdate: 2008-12-24 11:51

LibMPEG3

Libmpeg3 decodes MP2, MP3, AC3, MPEG-1 video, MPEG-2 video, and DVD footage in
a single library. It supports many esoteric features like parallel video
decoding, frame-accurate editing, YUV 4:2:2, and ATSC transport stream
decoding.

(Machine Translation)
LastUpdate: 2005-09-14 06:43

phpBugTracker

phpBugTracker is an attempt to copy the functionality of Bugzilla while providing a codebase that is independent of the database and presentation layers.

(Machine Translation)
LastUpdate: 2001-11-09 18:15

ccmath

CCMATH is a mathematics library, coded in C, that contains functions for linear algebra, numerical integration, geometry and trigonometry, curve fitting, roots and optimization, Fourier analysis, simulation generation, statistics, special functions, sorts and searches, time series models, complex arithmetic, and high precision computations.

LastUpdate: 2009-01-15 00:10

HTML::Mason

HTML::Mason is a full-featured web site development and delivery system. Mason allows web pages and sites to be constructed from shared, reusable building blocks called components. Components contain a mix of Perl and HTML, and can call each other and pass values back and forth like subroutines. Components increase modularity and eliminate repetitive work. HTML::Mason is most powerful when used in conjunction with mod_perl, but can be used in standalone applications as well.

(Machine Translation)
LastUpdate: 2007-03-30 08:31

Internet Communications Engine

Ice is a modern alternative to object middleware such as CORBA or COM/DCOM/COM+. It is easy to learn, yet provides a powerful network infrastructure for demanding technical applications. It features an object-oriented specification language, easy to use C++ and Java mappings, a highly efficient protocol (including protocol compression), asynchronous method invocation and dispatch, dynamic transport plug-ins, TCP/IP and UDP/IP support, SSL-based security, a firewall solution, and much more.

LastUpdate: 2012-04-25 18:16

Exiv2

Exiv2 is a C++ library and a command line utility for managing image metadata. It provides fast and easy read and write access to the Exif, IPTC, and XMP metadata of images in many formats. The Exiv2 command line utility prints Exif, IPTC, and XMP metadata including Makernote tags in various formats, adjusts Exif timestamps, renames images according to the Exif timestamp, extracts and inserts Exif, IPTC, and XMP metadata and JPEG comments, or deletes the thumbnail or a specific type of metadata from an image.

(Machine Translation)