CLOGS is a library for higher-level operations on top of the OpenCL C++ API. It is designed to integrate with other OpenCL code, including synchronization using OpenCL events. Currently only two operations are supported: radix sorting and exclusive scan. Radix sort supports all the unsigned integral types as keys, and all the built-in scalar and vector types suitable for storage in buffers as values. Scan supports all the integral types. It also supports vector types, which allows limited multi-scan capabilities.
Jinamp is primarily a music shuffler for command line junkies. It runs in the background and does not require X or even a terminal. A control program allows limited control over the playing (pause, next song, etc., but no seeking). The actual playing is done by other programs, so it can be adapted for other purposes, such as shuffling video clips for advertising.