Projects tagged ‘gzip’ and ‘zlib’


Jump to tag:

Projects tagged ‘gzip’ and ‘zlib’

Filtered by Project Tags gzip zlib

Refine results Project Tags compression (5) deflate (2) inflate (1) python (1) gnu (1) mysql (1) orm (1) pickle (1) object (1) stylesheet (1) queue (1) sql (1)

[7 total ]

236 Users
   

gzip (GNU zip) is a compression utility designed to be a replacement for compress. Its main advantages over compress are much better compression and freedom from patented algorithms. It has been ... [More] adopted by the GNU project and is now relatively popular on the Internet. [Less]
Created about 1 year ago.

11 Users
   

Compression and decompression in the gzip and zlib formats for Haskell
Created about 1 year ago.

1 Users

ZLib 1.2.3 wrapper for Delphi language. It works on latest Delphi 2010 too.
Created about 1 month ago.

0 Users

This project is based on the zran sample tool from the zlib distribution, written by Mark Adler. It provides a shared library, a command line tool which can generate an "index" of a zlib/gzip ... [More] stream, and a MySQL user defined function (UDF). It can be used for example to index directly into a gzip compressed log file from a MySQL database. mysql> CREATE FUNCTION ze RETURNS STRING SONAME "zran.so"; mysql> DROP FUNCTION ze; mysql> SELECT ze(filename, offset, "line") FROM log_index WHERE ipaddr=INET_ATON("192.168.0.1") ORDER BY offset; [Less]
Created 12 months ago.

0 Users

This code sends appropriate headers for .css and .js files that have been GZIPed and then uses jsmin and cssmin to minimize the files on-the-fly. PHP 5 or higher is required.
Created 12 months ago.

0 Users

The implementation of RFC 1951 -- DEFLATE Compressed Data Format Specification version 1.3 (also RFC 1950 ZLIB and 1952 GZIP). It's written in managed C#. The project has basic compression algorithm implementation as it's described in the RFC.
Created 10 months ago.