-
-
-
node-compress
A streaming compression / gzip library for node.js
node-compress
=============
A streaming compression / gzip module for node.js
To ... posix=require("posix");
// Create gzip stream
var gzip=new compress.Gzip;
gzip.init();
// Pump data to be compressed
...
-
Compress-DAWG
Compress::DAWG is a Perl module for compressing word lists.
# Compress::DAWG
Wordlist compression in Perl (and Python)
See [the Wordlist page](http://oylenshpeegul.github.io/Compress-DAWG/) for more.
More recently, I made [a version in Go ...
-
compress-lzma-external
... Compress::LZMA::External - Compress and decompress using LZMA
SYNOPSIS
use Compress::LZMA::External qw(compress decompress);
my $compressed = compress($raw_data);
my $decompressed = decompress($compressed_data);
# you can also ...
-
compress
General purpose codec using DEFLATE like algorithm.
# compress
General purpose codec using DEFLATE like algorithm.
-
kohana-compress
... 3.3.x (read the docs!)
## Setup
- Enable the compress module in Kohana's bootstrap file.
- Create a ... same format as the configuration files provided!
$result = Compress::instance('my_custom_config', array('root' => DOCROOT, ...))->scripts(array('http ...
-
compress
... (it has manifest that points to 'com.ning.compress.lzf.LZF' as the class having main() method ...
#### Maven
```xml
com.ning
compress-lzf
1.1
```
#### Module ...
-
lua-compress-deflatelua
DEFLATE (RFC1951)/gunzip implemented in pure Lua
Description
-----------
`compress.deflatelua` is a library implementing [DEFLATE], as well as
[zlib] and [gzip] decompression in pure [Lua].
Example usage
-------------
./gunziplua lua-5.1.4.tar.gz
...
-
fastr-compress
... gem 'fastr-compress'
...
Enable the plugin in your fastr application by modifying your **app/config/settings.rb** file
config.plugins << Fastr::Compress
limitations
---------------
Currently asynchronous/streaming responses are not supported.
-
Compress-my-Mojo
...
#### Location awareness
* Add the directory of (a link to) compress-my-mojo to your $PATH at end of your . ... , if you package an app with webOS Javascript Services, usage:
$ compress-my-mojo -s BasicApp/ servicesample.application/ servicesample.srv/ ...
-