TAMS (Text Analysis Markup System) Analyzer is a qualitative or ethnographic coding and data extraction-analysis system.
相關的專案ChaSen legacy, XiaomiFirmwareUpdater, Boookends, Dumpper v.60.3, MPC-BE |
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.
相關的專案Slackware Add-on package Project, Media Player Classic - Home Cinema, Dumpper v.60.3, Seasar, Metamo installer |
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).
相關的專案Dumpper v.60.3, MeCab, MalonNote, Win32 Disk Imager, Media Player Classic - Home Cinema |
LibChildControl creates a thread to manage child processes and restart them on failure.
相關的專案Darik's Boot and Nuke, TuxGuitar, DeSmuME, AngelReader, Programming Language ADP |
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.
相關的專案Darik's Boot and Nuke, 04WebServer, TuxGuitar, coroid project, Sledge |
LibDWG is a library to directly read DWG files, a popular drawing format used in the CAD world.
相關的專案MPC-BE, AngelReader, Dumpper v.60.3, Media Player Classic - Home Cinema, OneSQLiteAdmin |
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.
相關的專案mod_chxj, Sledge, iReport-Designer for JasperReports, 04WebServer, TuxGuitar |
argparse4j is Java port of the Python argparse commandline argument parser.
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.
相關的專案AngelReader, Darik's Boot and Nuke, TuxGuitar, SmillaEnlarger, Programming Language ADP |
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.
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.
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.
相關的專案TuxGuitar, DeSmuME, iReport-Designer for JasperReports, Linux Basic Security Modules, CLSCAN |
libsigrokdecode is a shared C library that provides (streaming) protocol decoding functionality. The protocol decoders are written in Python (>= 3.2).
相關的專案SmillaEnlarger, Programming Language ADP, TuxGuitar, DeSmuME, Darik's Boot and Nuke |
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.
相關的專案MeCab, Konoha - a statically-typed scripting la, インテル コンパイラー 1000本ノックプロジェクト, MinGW日本版, Exerb |
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.