Top "Gzip" questions

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

How to open and edit a *.gz file within vim (with auto unzip/zip)

Is it possible to auto unzip/zip *.gz files within vim?

vim gzip archive
How can I Zip and Unzip a string using GZIPOutputStream that is compatible with .Net?

I need an example for compressing a string using GZip in android. I want to send a string like "hello" …

android .net compression zip gzip
Android: HTTP communication should use "Accept-Encoding: gzip"

I've a HTTP communication to a webserver requesting JSON data. I'd like compress this data stream with Content-Encoding: gzip. Is …

android http gzip content-encoding
Opening a .tar.gz file with a single command

When I download a .tar.gz file, I open it with two commands, first gunzip and then tar. Is it …

linux gzip tar gunzip
HttpWebRequest & Native GZip Compression

When requesting a page with Gzip compression I am getting a lot of the following errors: System.IO.InvalidDataException: The …

c# .net stream gzip http-compression
What 'Content-Type' header to use when serving gzipped files?

I'm serving gzipped copies of my css / javascript files. As per a tutorial, I set the content-type as application/gzip …

javascript http http-headers gzip
How can I get gzip compression in IIS7 working?

I have installed Static and dynamic compression for IIS7, as well as setting the two web.config values at my …

asp.net .net-3.5 iis-7 compression gzip
How do you create a .gz file using PHP?

I would like to gzip compress a file on my server using PHP. Does anyone have an example that would …

php compression gzip
How do I enable gzip compression when using MVC3 on IIS7?

Does anybody know how to enable gzip compression in MVC 3? I'm using IIS7. Google Chrome Audit's result: Enable gzip compression (4) …

asp.net-mvc asp.net-mvc-3 iis compression gzip
Command Line Tool - Error - xcrun: error: unable to find utility "xcodebuild", not a developer tool or in PATH

I am getting this error while building the SwiftJSON framework to the Some Xcode project through Carthage Dependency Manager. Sivaramaiahs-Mac-mini:…

command-line installation swift3 gzip carthage