Simple Project List Software Map

410 projects in result set
Última actualización: 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 actualización: 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 actualización: 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 actualización: 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 Operativo: MacOSX, Linux, Windows
Lenguaje de Programación: C++
User Interface: Command-line
Última actualización: 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 actualización: 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
Usuarios objetivo: Management
Sistema Operativo: MacOSX, Linux, Windows, OS Independent
Lenguaje de Programación: Java, JavaScript
User Interface: Web Environment
Última actualización: 2013-02-23 00:37

argparse4j

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

Última actualización: 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 actualización: 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 actualización: 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 actualización: 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 actualización: 2014-05-02 23:00

LibChildControl

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

(Machine Translation)
Ú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: 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.

Ú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.