-
-
jsziptools
... default is `0x8000`)
* @param {string} fname - optional
* @param {string} fcomment - optional
#### jz.stream.gz.decompress({buffer, streamFn, shareMemory, chunkSize})
* @param {BufferLike} buffer
* @param {function(chunk: Uint8Array)} streamFn
* @param ...
-
nanojpeg-python
... . For example, it doesn't support
grayscale JPEGs and always use chroma upscaling.
Performance is awful, it needs 12 seconds to decompress a 400x400 pixel image
on my core2duo machine, compared to the original C code's 0.2 seconds.
No test suite, since ...
-
iVN
... * [SSZipArchive](https://github.com/samsoffes/ssziparchive)
Objective-C Wrapper around the C-Based MiniZip utility to compress and decompress ZIP archives.
*(Note: iVN Uses a not yet merged [branch](https://github.com/uppfinnarn/ssziparchive), that adds ...
-
fx-meta-installer
... .net/Special_Builds).)
2. Install plugins. Download zip files, decompress them,
move "*.dll" files to "c:\Program Files\ ... brew install makensis
2. Install plugins. Download zip files, decompress them,
move "*.dll" files to "/usr/local/share/ ...
-
lib-php
... .com/rnewson/couchdb-lucene.git
Build couchdb-lucene
cd couchdb-lucene
mvn
Now there is a zip couchdb-lucene in the target/ directory. Decompress it and move it to /usr/local/
tar zxvf couchdb-lucene-0.6-SNAPSHOT-dist.tar.gz
mv couchdb-lucene-0.6- ...
-
django-adv-cache-tag
... memory consumption in your
cache backend, and network latency (but it will use more time and
cpu to compress/decompress, your choice)
- choose which cache backend will be used
- define `{% nocache %}...{% endnocache %}` blocks inside your ...
-
zend_framework
... on , .
NEW FEATURES
------------
* Zend_Filter_Null, contributed by Thomas Weidner
* Zend_Filter_Compress/Decompress, contributed by Thomas Weidner
* Zend_Validate_Callback, contributed by Thomas Weidner
* Zend_Validate_PostCode, ...
-
jnicompressions
... .github.decster.jnicompressions.Lz4Compression: block size: 64K, dataSize/file: 67108864
Direct Total: Compress: 525M/s Decompress: 766M/s( 1592M/s) ratio: 48.1%
ByteArray Total: Compress: 525M/s Decompress: ...
-
tblf
... .
file The file to format. Use a single dash to read from stdin.
EXAMPLES
# Format the user database:
$ tblf /etc/passwd
# Decompress, cut and format a tab-seperated database dump:
$ zcat db.tsv.gz | cut -f1-2 | tblf -
SEE ALSO ...
-
Descompress
Descompress any compress file in GNU/Linux
Decompress
================================================================================
This script descompresses any compressed file by checking type.
To use:
$ ./ ...
-