Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

io-tools

Compare

  Analyzed about 20 hours ago

Stream Utilities (EasyStream)Small set of utilities for dealing with streams. You can use this library for: 'Convert' an OutputStream into an InputStream. Stream statistics gathering: bytes read/written, bit rate. Stream buffering: read the content of an InputStream multiple times or seek to a ... [More] definite position. Stream wiring: While reading the data from an InputStream "tee" it to supplied OutputStream(s) or write data to multiple OutputStream(s) at the same time. EasyStream is a natural extension of Apache commons-io, providing advanced solutions to some common but not trivial problem. Focus is on performance and memory usage. Format detection (WazFormat)This library is a format identification framework that integrates a native format identification engine with droid and in future will integrate mime-utils and apache tika. Supports more than 60 file formats. on the fly detection: it wraps the original InputStream so it's able to "preserve" the data in it for further processing (the data is eventually buffered to disk or to memory but the users won't notice it). Nested detection: it can detect what is inside a bzip2 stream or a PKCS#7 document. Result of identification is an Enum. Most of identification libraries return a string that must be further parsed by the calling software. What is next ?Take the 5 minutes tutorials: 'Convert' an OutputStream into an InputStream introduction stream utilities explained usage. format identification. Check out the full API (Javadoc) at easystream and wazformat . Download the latest version (see the link on the right) or if you're a Maven2 user install it (if you use Maven2 you'll get the freshest but stable version). Post your questions on the users forum. Any help is appreciated (also comment or suggestion or bug reports). If you want to contribute please contact me through the forum and request for a membership. [Less]

17.5K lines of code

0 current contributors

almost 8 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This

Rpi-hw

Compare

  Analyzed about 10 hours ago

Rpi-hw (short for "Raspberry Pi Hardware") is a free C++ library designed to manage the Raspberry Pi's GPIO connector and its other buses. It allows you to connect several devices to the board (including displays, keypads, stepper motors, and sensors) as you would with Arduino's libraries. ... [More] Features * Low-level access to the GPIO Connector and SPI, I2C, UART buses * High-level input/output interfaces * Support for I/O expander ICs * Support for many devices, including displays, keypads, stepper motors, and sensors * Unicode support (built-in) * Support for standard fonts (using FreeType) (optional) * Support for multiple image formats (using Magick++ API) (optional) * Drawing functions [Less]

6.88K lines of code

0 current contributors

almost 4 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

catmaid

Compare

  Analyzed about 15 hours ago

Collaborative Annotation Toolkit for Massive Amounts of Image Data

166K lines of code

7 current contributors

almost 2 years since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This

ArduinoTap

Compare

  Analyzed about 21 hours ago

ArduinoTap is a C/C++ port of the Perl5 module Test::More on Arduino board. It uses the Test Anything Protocol as output, that allows a compatibility with the Perl QA ecosystem. It allows a simple and efficient way to write tests (without OO style).

563 lines of code

0 current contributors

about 6 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This