Simple Project List Software Map

410 projects in result set
Última Atualização: 2013-02-12 13:36

TAMS Analyzer

TAMS (Text Analysis Markup System) Analyzer is a qualitative or ethnographic coding and data extraction-analysis system.

Última Atualização: 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 Atualização: 2014-04-10 14:26

Catharsis.NET.Repository

Catharsis.NET.Repository is a library that provides an abstraction over persistent data storages by introducing common repository pattern interfaces over popular ORM frameworks (NHibernate, Entity Framework, LINQ2SQL).

(Machine Translation)
Última Atualização: 2014-05-02 23:00

LibChildControl

LibChildControl creates a thread to manage child processes and restart them on failure.

(Machine Translation)
Sistema Operacional: Linux
Linguagem de Programação: C
Tópico: Library, Freecode.com
Última Atualização: 2012-11-04 01:50

tesseract-ocr

tesseract-ocr is an OCR engine originally developed by Hewlett Packard and now sponsored by Google. It is highly accurate and will read a binary, gray, or color image and output text.

Sistema Operacional: MacOSX, Linux, Windows
Linguagem de Programação: C++
Interface de Usuário: Command-line
Última Atualização: 2013-10-11 20:03

LibDWG

LibDWG is a library to directly read DWG files, a popular drawing format used in the CAD world.

(Machine Translation)
Última Atualização: 2014-03-17 22:54

LabKey Server

LabKey Server is open source software that helps scientists manage, analyze, and share complex datasets. It supports tandem mass spectrometry, flow cytometry, assays for neutralizing antibodies, Luminex, observational studies, and secure, Web-based collaboration. The software is modular, configurable, and customizable. It can be installed in your institution on any modern hardware and operating system. It is designed to integrate with your existing systems, instruments, and work flows, and to be readily adapted by skilled programmers to novel methods of inquiry. The project is under active development by a team of professional software engineers and a community of active contributors. New versions are released about four times per year.

(Machine Translation)
Database Environment: SQL-based
Destinado Audiência: Management
Sistema Operacional: MacOSX, Linux, Windows, OS Independent
Linguagem de Programação: Java, JavaScript
Interface de Usuário: Web Environment
Última Atualização: 2013-02-23 00:37

argparse4j

argparse4j is Java port of the Python argparse commandline argument parser.

Última Atualização: 2014-01-29 00:32

sqlpp11

sqlpp11 is an embedded domain-specific language which allows programming SQL very naturally in modern C++. It also enables the compiler to detect syntax errors, type errors, name errors, and even some semantic errors before they ever hit unit tests or production. Queries can be constructed at compile time or run time, offering varying levels of safety and flexibility.

(Machine Translation)
Última Atualização: 2009-06-26 10:00

ooc

ooc is an object-oriented programming language which is implemented with a source-to-source translator to pure C99. It supports classes, abstract functions, foreach, ranges, etc. It intends to be modern, modular, extensible, yet simple and fast.

Última Atualização: 2013-12-12 08:11

cipra Unit Testing Framework

cipra is a simple, TAP-compatible Unit Testing Framework for C++. It's written in 100% standard C++11 and is only a couple of header files, making it easy to include in your C++11 project. TAP, the Test Anything Protocol, is a standard output format for software unit test frameworks which was originally designed for Perl, but can serve other languages. It has a rich number of tools ("harnesses") which parse TAP-formatted output and do useful things with it. TAP, however, is equally human-readable. The name cipra (pronounced /ˈʃi.pɾaː/ "SHEE-prah") comes from the lojban phrase "lo cipra", which means "the test". It is properly written with an initial minuscule "c", even when at the start of a sentence.

(Machine Translation)
Última Atualização: 2013-09-26 01:04

zlog logging library

zlog is a reliable, efficient, thread safe, flexible, pure C logging library. It was written because there were no good C logging libraries along the lines of Logback for Java or log4cxx for C++. printf can work, but can not be easily redirected or reformatted, and syslog is slow and designed for system use. It provides a syslog model, log format customization, multiple output, safe run-time reconfiguration, high performance, user-defined log levels, safe log rotation, a log4j-style key-value map, in-built debugging, and no external dependencies.

(Machine Translation)
Última Atualização: 2014-05-07 22:29

libsigrokdecode

libsigrokdecode is a shared C library that provides (streaming) protocol decoding functionality. The protocol decoders are written in Python (>= 3.2).

(Machine Translation)
Última Atualização: 2012-01-26 16:14

MyJIT

MyJIT is a small modular library for dynamic code generation based on a simple register-based VM. The design of the VM is very similar to RISC processors and GNU lightning. The library is an ideal tool for creating more sophisticated JIT compilers.

Última Atualização: 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.