Simple Project List Software Map

410 projects in result set
Última actualización: 2010-09-06 12:02

sprintf() for JavaScript

sprintf() for JavaScript is a lightweight yet powerful JavaScript implementation of sprintf(), based on the PHP specification.

Última actualización: 2011-06-21 12:16

Mirror C++ reflection library

The Mirror C++ reflection library provides both compile-time and run-time meta-data describing common C++ program constructs like namespaces, types, enumerations, classes, their base classes and member variables, constructors, etc. and provides generic interfaces for their introspection. It also provides several high-level utilities based on the reflected meta-data like a factory generator, which generates, at compile-time, implementations of object factories which can create instances of arbitrary 'reflectable' type.

Última actualización: 2011-02-08 22:25

DROID (Digital Record Object Identification)

DROID (Digital Record Object Identification) is a
software tool to perform automated batch
identification of file formats. It is designed to
meet the fundamental requirement of any digital
repository to be able to identify the precise
format of all stored digital objects, and to link
that identification to a central registry of
technical information about that format and its
dependencies. It uses internal and external
signatures to identify and report the specific
file format versions of digital files. These
signatures are stored in an XML signature file,
generated from information recorded in the PRONOM
technical registry. New and updated signatures are
regularly added to PRONOM, and DROID can be
configured to automatically download updated
signature files from the PRONOM Web site via Web
services.

(Machine Translation)
Última actualización: 2012-08-17 23:18

Gerbil

Gerbil consists of an interactive visualization tool targeted at multispectral and hyperspectral image data, and a toolbox of common algorithms, e.g. for segmentation. Multispectral imaging has been gaining popularity and has been gradually applied to many fields besides remote sensing. However, due to the high dimensionality of the data, both human observers and computers have difficulty interpreting this wealth of information. Gerbil facilitates the visualization of the relationship between spectral and topological information in a novel fashion. It puts emphasis on the spectral gradient, which is shown to provide enhanced information for many reflectance analysis tasks. It also includes a rich toolbox for evaluation of image segmentation and other algorithms in the multispectral domain. The parallel coordinates visualization technique is combined with hashing for a highly interactive visual connection between spectral distribution, spectral gradient, and topology.

(Machine Translation)
Última actualización: 2012-09-29 01:24

SourceAFIS

SourceAFIS is a fingerprint recognition/matching SDK (library), or more generally an Automated Fingerprint Identification System (AFIS). It essentially compares two fingerprints and decides whether they belong to the same person. It can quickly search a large database of registered fingerprints. It comes with an easy-to-use API (pure .NET and Java) plus assorted applications and tools.

(Machine Translation)
Lenguaje Natural: English
Sistema Operativo: Linux
Lenguaje de Programación: Java
User Interface: .NET/Mono
Última actualización: 2010-12-03 22:13

Pymorph

Pymorph is a collection of pure Python implementations of many image morphology functions. It Includes basic operations such as erode, dilate, open, tophat opening, and watershed.

(Machine Translation)
Última actualización: 2012-12-19 23:04

csvDB

csvDB is an SQL engine for CSV (comma separated values) files, allowing files to be searched as if they were database tables. It includes both a library and a client, allowing it to be used programatically and from the command line.

(Machine Translation)
Última actualización: 2012-04-13 22:34

ClusterShell

ClusterShell is a set of tools and an event-based Python library to execute commands on local or remote cluster nodes in parallel. The framework also provides advanced methods for handling node sets and node groups to ease and improve administration of large compute clusters or server farms. Three convenient command line utilities, clush, clubak, and nodeset, allow traditional shell scripts to benefit some useful features offered by the library.

(Machine Translation)
Sistema Operativo: Linux
Lenguaje de Programación: Python
Última actualización: 2011-04-07 21:16

JHeatChart

JHeatChart is a one class Java API for generating heat map charts that was created because very few charting APIs seem to contain the facility to create heat maps. It is not a full featured charting API and cannot be used to other charts. The generated charts are created as Java Image objects, which can be incorporated into a GUI or saved to a file.

Última actualización: 2013-02-12 21:54

Jikes RVM

Jikes RVM (Research Virtual Machine) provides a flexible open testbed to prototype virtual machine technologies and experiment with a large variety of design alternatives. Jikes RVM runs on many platforms and advances the state-of-the-art of virtual machine technologies for dynamic compilation, adaptive optimization, garbage collection, thread scheduling, and synchronization. It is self-hosted, i.e. its Java code runs on itself without requiring a second virtual machine. Most other virtual machines for the Java platform are written in native code (typically C or C++). A Java implementation provides ease of portability and a seamless integration of virtual machine and application resources such as objects, threads, and operating-system interfaces.

Última actualización: 2014-02-05 23:35

MeteoIO

MeteoIO is a C++ library whose main design goals are: providing meteorological data format/protocol independent data access; providing safe and robust I/O; making I/O code as unobtrusive and simple as possible for the user; providing ready to use data to the user (transparent caching, filtering, resampling, and spatial interpolation); enabling unattended use from an I/O point of view; offering high modularity so that individual elements of the library can easily be replaced/expanded/added; and by its modularity, help interdisciplinary development, each module being targeted at a specific developer profile.

Última actualización: 2012-07-31 21:08

libonion

libonion is a lightweight library that helps you to add HTTP (and HTTPS) functionality to your programs. With it you can build small servers with minimal memory and CPU footprint, which makes it ideal for embedded systems and to add HTTP functionality to existing programs.

Última actualización: 2012-12-16 16:17

listparser

listparser is a Python library that parses subscription lists (also called reading lists) and returns all of the feeds, subscription lists, and "opportunity" URLs that it finds. It supports OPML, RDF+FOAF, and the iGoogle exported settings format.

(Machine Translation)
Última actualización: 2010-03-18 21:51

dbus-cxx

dbus-cxx is a C++ wrapper for dbus that supports introspection and includes a proxy/adapter generator (dbus-cxx-xml2cpp). What differentiates dbus-cxx from other C++ wrappers is that dbus-cxx relies heavily on sigc++ and explicitly exposes the wrapped D-Bus C API.

(Machine Translation)
Última actualización: 2014-04-24 07:19

MDIFramework

MDIFramework provides a ready-to-use architecture to ease the creation MDI-style applications in Java. It takes care of the overall architecture of the main window of the application, with a tabbed architecture, the presence of an HTML printable message area, and so on. It provides a generic API to manage lengthy actions, keeping the interface responsive, and taking care that actions are performed one at a time, without having to bother about it. It can add metadata to already opened files. It manages loading and unloading of external plugins at runtime.

(Machine Translation)