Top "Archive" questions

A location or file that stores other files or data, normally accompanied by compression, encryption, sorting or organizing.

Example of how to use PyLZMA

I want to use PyLZMA to extract a file from an archive (e.g. test.7z) and extract it to …

python archive extraction 7zip
cpio VS tar and cp

I just learned that cpio has three modes: copy-out, copy-in and pass-through. I was wondering what are the advantages and …

bash archive tar cp
Bitcode Compile During Archive Never Finishes

I am preparing an app for ad hoc distribution via Test Flight. I have stepped through (successfully) all of the …

ios archive bitcode
7zip Self Extracting Archive (SFX) without administrator privileges

I use 7zip to create the SFX as follows: 7z.exe a -r archive.7z * Then I do a binary …

permissions archive 7zip sfx
maven: multi-module project assembly into single jar

I have a multi-module project and want to create a single jar containing the classes of all my modules. Inside …

maven maven-2 archive maven-assembly-plugin multi-module
How to identify a zip file in java?

I want to identify my archive whether it is zip or rar. But the problem I get runtime error before …

java archive identification
SQL Database Best Practices - Use of Archive tables?

I'm not a trained DBA, but perform some SQL tasks and have this question: In SQL databases I've noticed the …

sql design-patterns archive database-administration
Archive does not appear in xcode4 organizer

I am trying to submit an app to iTunes using the new xcode4. I followed the apple instructions but after …

archive xcode4 organizer
Difference between a packaged archive and an exploded archive

I can't seem to find on the internet the difference between a packaged archive and an exploded archive. Does someone …

jakarta-ee archive
Xcode 8: Preparing Archive takes forever

Today I tried to archive and upload a App to iTunes Connect Beta Testing. Xcode stays at the point "Copying …

ios xcode code-signing archive