-
-
leptonica
... above. It has a progressive
mode that compresses about 10% better than standard, but
is considerably slower to decompress. See jpegio.c.
- PNG is the standard method for lossless compression
of binary, grayscale and color images. ...
-
the-planet-api-php-bandwidth
Set of php scripts to connect to the planet api and show bandwidth.
Installation:
Download, decompress, upload to a php enabled server, upload everything to a new folder just to make sure...
Edit config.php
put your orbit api username, password, ...
-
typhoeus
... the header hash directly will not include the `--compressed` flag in the libcurl command and therefore libcurl will not decompress the response. If you want the `--compressed` flag to be added automatically, set `:accept_encoding` Typhoeus option.
### ...
-
gitfilters
... allows you to change the way git stores
your files. For example, you can tell git to invoke gzip and automatically
decompress `.gz`-files before storing them inside your repository, so that git
can actually show you a diff of the contents instead of just ...
-
wikipedia-iphone
... )
xmlprocess.rb (generate stripped, XML-less file from a vanilla WP dump)
c/
bzipreader (locate, extract and decompress arbitrary blocks of bz2 files; sometimes
quite useful for purposes unrelated to this project)
lsearcher (use locate(1) ...
-
biopython
... s XCode development suite - you can, but it
is not needed and takes a lot of disk space.
Then either download and decompress our source code, or fetch it using git.
Now change directory to the Biopython source code folder and run::
python setup.py ...
-
ruby-lzma
... install ruby-lzma
## Examples
### Compressing String Data:
require 'lzma'
compressed = LZMA.compress('data to compress')
### Decompressing String Data:
require 'lzma'
decompressed = LZMA.decompress(File.read("compressed.lzma"))
-
smaz
... the
compressed string (less then or equal to outlen) is returned.
int smaz_decompress(char *in, int inlen, char *out, int outlen);
Decompress the buffer 'in' of length 'inlen' and put the decompressed data into
'out' of max length 'outlen' bytes. If ...
-
rsmaz
...
== USAGE:
require 'rsmaz'
r = RSmaz.compress("whatever")
puts RSmaz.decompress(r)
=== Ruby 1.9 and encodings
RSmaz.compress always ... it to binary
and compress byte-by-byte.
RSmaz.decompress also always returns a string with the binary encoding. ...
-
jquery.sugar
... .com/derekr/jquery.sugar.git
Alternatively, you can [download the project](https://github.com/derekr/jquery.sugar/zipball/master), decompress it, rename the folder to "jQuery.sugar" and double click it to install in Espresso.
## MIT License
Copyright ( ...
-