Top "Gzip" questions

GZip/gzip is both the name for a compressed data format and any of several software applications implementing this format.

Uncompress a gzip file from CURL, on php

Does anyone know how to uncompress the contents of a gzip file that i got with curl? for example: http://…

php curl gzip gunzip
unzip (zip, tar, tag.gz) files with ruby

I want to unzip a lot of zip files. Is there a module or script that checks which format the …

ruby zip gzip tar unzip
Deflate compression browser compatibility and advantages over GZIP

UPDATE Feb 10 2012: zOompf has completed some very thorough research on this very topic here. It trumps any findings below. UPDATE …

optimization compression gzip zlib deflate
Can you use gzip over SSL? And Connection: Keep-Alive headers

I'm evaluating the front end performance of a secure (SSL) web app here at work and I'm wondering if it's …

ssl https compression gzip
What encoding string tells a web server NOT to send gzip content?

This encoding header tells a web server to send gzip content if available. 'accept-encoding': 'gzip,deflate,sdch', How can I …

http header gzip
How to use awk for a compressed file

How can I change the following command for a compressed file? awk 'FNR==NR { array[$1,$2]=$8; next } ($1,$2) in array { print $0 ";" array[$1,$2] }…

linux shell unix gzip bzip2
How to enable GZip compression in XAMPP server

I am using xampp sever latest version to improve my web page performance. I have to enable Gzip in XAMPP. …

php windows apache xampp gzip
How do I unzip a .zip file in google cloud storage?

How do I unzip a .zip file in Goolge Cloud Storage Bucket? (If we have some other tool like 'CloudBerry …

google-cloud-platform google-cloud-storage gzip unzip
GZip every file separately

How can we GZip every file separately? I don't want to have all of the files in a big tar.

linux bash gzip
Writing then reading in-memory bytes (BytesIO) gives a blank result

I wanted to try out the python BytesIO class. As an experiment I tried writing to a zip file in …

python byte gzip bytesio