Top "Zip" questions

ZIP is a format for compressed file archives, allowing packaging of multiple files and directories into a single file.

How to zip multiple files using only .net api in c#

I like to zip multiple files which are being created dynamically in my web application. Those files should be zipped. …

c# compression zip
How to subtract two lists in python

I can't figure out how to make a function in python that can calculate this: List1=[3,5,6] List2=[3,7,2] and the result …

python list zip subtraction
get file list of files contained in a zip file

I have a zip archive: my_zip.zip. Inside it is one txt file, the name of which I do …

python zip zipfile
How do I attach the Android Support Library source in Eclipse?

Having the source code attached to external libraries is awesome. Where do I find the source code for the v4 …

android eclipse zip android-support-library
Extracting files from a Zip archive programmatically using C# and System.IO.Packaging

I have a bunch of ZIP files that are in desperate need of some hierarchical reorganization and extraction. What I …

c# zip system.io.packaging
How can I list the files in a zip archive without decompressing it?

How can I get the equivalent of an ls of a .zip file (not gzip), without decompressing it, from the …

linux bash shell unix zip
Spring REST - create .zip file and send it to the client

I want to create .zip file that contains my zipped files that I recieve from backend, and then send this …

java spring rest zip zipoutputstream
Python in-memory zip library

Is there a Python library that allows manipulation of zip archives in memory, without having to use actual disk files? …

python memory zip 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
java.util.zip - Recreating directory structure

While trying to zip an archive using the java.util.zip I ran into a lot of problems most of …

java directory zip structure