Simple Project List Software Map

410 projects in result set
最后更新: 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)
最后更新: 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.

最后更新: 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)
最后更新: 2012-01-23 23:26

LibU

LibU is a multiplatform C library that comes under a BSD-style license. It includes many interdependent modules for accomplishing several tasks: memory allocation, networking and URI parsing, string manipulation, debugging, and logging in a very compact way, plus many other miscellaneous tasks. It has a small footprint (about 70KB for the default configuration), it is modular, and it has a multiplatform nature, making it an ideal candidate for embedded systems. KLone is an example of such usage.

最后更新: 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)
最后更新: 2011-12-11 21:51

Symia

Symia is a minimalist C++ library for performing symbolic calculus. It is meant to be used by developers, as there is no graphical or textual user interface.

最后更新: 2010-07-31 05:02

STX Execution Pipe C++ Library

The STX ExecPipe library provides a convenient C++ interface to execute child programs connected via pipes. It is a front-end to the system calls fork(), pipe(), select(), and execv() and hides all the complexity of these low-level functions. It allows a program to build a sequence of connected children programs with the input and output of the pipe sequence redirected to a file, string, or file descriptor. The library also allows custom asynchronous data processing classes to be inserted into the pipe or placed at the source or sink of the sequence.

(Machine Translation)
最后更新: 2010-03-15 13:26

iPFaces

iPfaces is a framework for simple creation of native, form-oriented network applications for mobile devices. The aim of the solution is to screen the programmer completely out from the mobile platform itself, and transfer the entire application logic to the central application server level. Developers with experience with one of the supported Web technologies (ASP.Net, Java, and PHP) may start working with iPFaces virtually immediately.

最后更新: 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.

最后更新: 2013-07-28 00:10

MibianLib

MibianLib is an options pricing library offering the ability to calculate the price, the implied volatility, the Greeks or the put-call parity of an option using the Garman-Kohlhagen, Black-Scholes, and Merton models.

(Machine Translation)
最后更新: 2014-02-14 22:54

TreeTagger for Java

TreeTagger for Java (TT4J) is a Java wrapper around the popular TreeTagger package by Helmut Schmid, a language independent part-of-speech tagger and lemmatizer. It was written with a focus on platform-independence and easy integration into applications.

(Machine Translation)
最后更新: 2017-11-15 05:14

MGB OpenSource Guestbook

MGB は、Javaスクリプトと MySQL データベースを利用して、PHP だけで記述された無料のオープンソースのゲストブックです。 あなたのホームページに完全に調和させるためのテンプレートは使いやすく、融通が利き、そしてあなたの好きなように変更することができます。

最后更新: 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)
最后更新: 2014-02-11 12:13

txtorcon

txtorcon is a Twisted-based asynchronous Tor control protocol implementation.

Twisted is an event-driven networking engine written in Python, and Tor is an onion-routing
network designed to improve people’s privacy and security on the Internet.


It includes unit-tests with 96%+ coverage,
multiple examples, and documentation.

There are abstractions to track Tor configuration and
state (circuits,
streams),
launch private
instances,
support Hidden Service, and more.

(Machine Translation)
最后更新: 2010-07-13 22:33

MiniINI

MiniINI is an INI/CFG file parsing library with a focus on portability, speed, and minimalism. The goal is not to support thousands of convenient extensions to the INI format, but to be easy to set up and use, and to be as fast as possible.