0
votes
0answers
13 views
JPG+Zip File Combination Problem with Zip Format
Hopefully you've heard of the neat hack that lets you combine a JPG and a Zip file into a single file and it's a valid (or at least readable) file for both formats. Well, I realized that since JPG …
5
votes
6answers
440 views
how do I zip a whole folder tree in unix, but only certain files?
Hi everyone,
I've been stuck on a little unix command line problem.
I have a website folder (4gb) I need to grab a copy of, but just the .php, .html, .js and .css files (which is only a couple …
0
votes
0answers
18 views
Zip3.0 exclude file list
Does Info-Zip's latest release Zip3.0 support exclude list file? As in, can one pass a file(containing names of the files to be excluded) name as a parameter to zip?
I could see that one can pass only …
0
votes
1answer
15 views
How to identify an OOXML file?
I need to be able to identify that a given file is an OOXML file based on the contents of the file, and not on the file's extension.
OOXML files are really a collection of XML and text files in a zip …
1
vote
1answer
21 views
How to identify an ODF file?
I need to be able to identify that a given file is an ODF file based on the contents of the file, and not on the file's extension.
ODF files are really a collection of XML files in a zip container, …
1
vote
3answers
94 views
Best way to detect if a stream is zipped in Java
What is the best way to find out i java.io.InputStream contains zipped data?
0
votes
4answers
91 views
download multiple files as zip in php
How to download multiple files as zip in php?
0
votes
2answers
22 views
wxImage to Zip file via stream. Possible?
I'm trying to write out a zip file using the wxZipOutputStream. The code is from this forum and works with the xml file (when I used wxTextOutputStream). Now, I'm trying to include an image file but …
0
votes
2answers
247 views
Blackberry - How to add third party zip files to project in Eclipse?
Hi,
I am trying to add a third party zip file to my project while using Blackberry plugin for eclipse.
Whenever I build the project,the zip files disappear.
Is there any way to compile the project …
1
vote
1answer
30 views
BlackBerry - Unpack Zip File
I'm developing a BlackBerry application in which I need to unpack a zip file compressed with PKZIP. The package could have one file in it, or it could have 10; it will vary in each case. I know that …
1
vote
2answers
129 views
Blackberry - Programmatically extract/open zip file
I have looked online with mixed results, but is there a way to programmatically extract a zip file on the BB? Very basic my app will display different encrypted file types, and those files are …
4
votes
5answers
3k views
Can you configure Windows to open JAR files like ZIP files without a 3rd party tool?
I'd like to be able to examine the contents of a JAR file without having to install Winzip or some other tool and without having to rename the file. Windows Explorer can open ZIP files just fine; is …
0
votes
3answers
130 views
Freeware ZIP component for Delphi 2010?
Hello.
Do you know any free component, compatible with Delphi 2010 to manage ZIP archives (actually, only reading archive contents and extracting files required)?
Please no betas.
I thought about …
1
vote
3answers
125 views
suggestions for a daemon that accepts zip files for processing
im looking to write a daemon that:
reads a message from a queue (sqs, rabbit-mq, whatever ...) containing a path to a zip file
updates a record in the database saying something like "this job is …
6
votes
5answers
388 views
What is zip (functional programming?)
I recently saw some Clojure or Scala (sorry I'm not familiar with them) and they did zip on a list or something like that. What is zip and where did it come from ?
