4 projects tagged "Compression"
AntFlow builds upon Apache Ant to provide a new approach to simplifying system automation that uses pipelines of hot folders chained together to perform a given task. Using XML, it associates an automated task such as data transfer, encryption, or XML processing with a directory on the local system. Whenever a file is copied or written into the hot folder, the associated task is executed and the file is moved to the next hot folder in the pipeline for further processing.
LZF provides LZF compression/decompression for JavaScript. It is compatible with the lzf_compress and lzf_decompress PHP functions (see LZF in PECL). It is based on the C source of LZF functions by Marc Alexander Lehmann and on the C source of the LZF PHP extension by Marcin Gibula.
SCSU is a Standard Compression Scheme for Unicode, implemented for PHP and JavaScript. It's suitable for better LZF compression for UTF-8 strings and is based on the Java source of SCSU by Unicode, Inc. Its PHP classes are self-documented by PHPDoc tags, and its JavaScript class by JSDoc tags.