LibUtillery is a container for more or less unrelated utility libraries, providing functionality that is often required in both small and medium-sized software, which otherwise tends to be re-written over and over again.
The library provides a highly portable programmer's toolbox, either as-is or as a relatively easy to use code repository. It is designed to work on all kinds of modern and older flavors of Unix, as well as Microsoft Windows. Apart from requiring the "long long" integer type in one function, it is expected to be compatible with ISO C90.
Most of LibUtillery's sub-libraries could be considered a "class" that can be instantiated multiple times within a program most of the time.
Java bindings for FUSE (Filesystem in USErspace) is a Java API that uses JNI bindings to FUSE library and enables writing Linux filesystems in Java language
Itaka is an on-demand screen capture server featuring a polished and easy to use interface with a robust backend HTTP server.
The concept is simple: a request to your computer by a user displays an image of your screen in the user's web browser.
pfstools package is a set of command line (and one GUI) programs for reading, writing, manipulating and viewing high-dynamic range (HDR) images and video frames. All programs in the package exchange data using unix pipes and a simple generic HDR image format (pfs). The concept of the pfstools is similar to netpbm package for low-dynamic range images.