Projects tagged ‘archive’ and ‘zip’


Jump to tag:

Projects tagged ‘archive’ and ‘zip’

Filtered by Project Tags archive zip

Refine results Project Tags compression (10) tar (9) rar (8) compress (7) bzip2 (5) java (4) gzip (4) windows (3) archiving (3) zipfiles (3) c (3) 7zip (3)

[26 total ]

1330 Users
   

7-Zip is a file archiver with high compression ratio. The main features of 7-Zip * High compression ratio in new 7z format with LZMA compression * Supported formats: o ... [More] Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR o Unpacking only: RAR, CAB, ISO, ARJ, LZH, CHM, Z, CPIO, RPM, DEB and NSIS * For ZIP and GZIP formats, 7-Zip provides a compression ratio that is 2-10 % better than the ratio provided by PKZip and WinZip * Self-extracting capability for 7z format * Integration with Windows Shell * Powerful File Manager * Powerful command line version * Plugin for FAR Manager * Localizations for 63 languages [Less]
Created over 3 years ago.

26 Users
   

Created over 2 years ago.

11 Users
   

Compression and decompression in the gzip and zlib formats for Haskell
Created about 1 year ago.

8 Users

The Unarchiver is a much more capable replacement for "BOMArchiveHelper.app", the built-in archive unpacker program in Mac OS X. The Unarchiver is designed to handle many more formats than ... [More] BOMArchiveHelper, and to better fit in with the design of the Finder. It can also handle filenames in foreign character sets, created with non-English versions of other operating systems. I personally find it useful for opening Japanese archives, but it should handle many other languages just as well. [Less]
Created about 1 year ago.

3 Users
 

Libarchive is a programming library that can create and read several different streaming archive formats, including most popular tar variants, several cpio formats, and both BSD and GNU ar variants. ... [More] It can also write shar archives and read ISO9660 CDROM images and ZIP archives. The bsdtar program is an implementation of tar(1) that is built on top of libarchive. It started as a test harness, but has grown into a feature-competitive replacement for GNU tar. The bsdcpio program is an implementation of cpio(1) that is built on top of libarchive. [Less]
Created about 1 year ago.

1 Users

A managed 7-zip library written in C# which provides data (self-)extraction and compression (all 7-zip formats are supported). It wraps 7z.dll or any compatible one and makes use of LZMA SDK.
Created 9 months ago.

1 Users

Abbrevia is a compression toolkit for Borland Delphi, C++Builder, & Kylix. It supports PKZIP 4, Microsoft CAB, TAR, & gzip formats & the creation of self-extracting archives. It includes visual components that simplify the manipulation of ZIP files.
Created about 1 year ago.

1 Users
   

Checks .Zip files for validity.
Created about 1 year ago.

0 Users

AboutMulti Unpacker is a free tool that can recursively extract multiple RAR or ZIP archives. It requires WinRAR on your computer. FeaturesRecursive scanning of folders and sub-folders for archives ... [More] Multi part (split) archive support. Nested archive handling (recursively extract archives that were packed in other archives). Choose whether to replace or to keep existing files. Deletes successfully extracted archives. Good for unpacking large amount of archives when low on disk space. You can cancel the whole process anytime. To request new features create an issue. Download2009.06.16 - Multi Unpacker 1.0 - Download Now (382K) Screenshots Support the Open Source Software [Less]
Created 3 months ago.

0 Users

Experimental/Academic! Not for Regular Usage Barred is a file archiver with a pure Java implementation of the BWT algorithm combined with certain additional compression stages and performance ... [More] optimization to make the data more compressed. Barred compresses text files much better than other file compressors. Algorithms used in Barred: 1. RLE+BWT(variable block-qsort)+MTF+RLE+ENT(Huffman). It is a text book implementation of these patented algorithms. Check out the respective algorithm page/technical paper or contact the respective author for information on usage for your own implementation. 2. MD5 Message Digest for storing pass phrases. The following tables shows how Barred performs with some text artifacts. For some artifacts, bz2 compression performed marginally better because bz2 is also based on the algorithm sequence used by Barred (BWT+MTF+Huffman). However, Barred is a file archiver and can store more files into a single bar file. The Three Musketeershttp://onlinebooks.library.upenn.edu/webbin/gutbook/lookup?num=1257 Formats Orig. Size (Bytes) Comp. Size(Bytes) Rank zip1346271490503 5 gz1346271490416 4 rar1346271417792 3 bz21346271348815 1 bar 1346271 357508 2 Barred compressed the text file with a block size of 2MB ( b 2 option) and a compression ratio of 73.44458 % with 2.1242434 bps. The Biblehttp://corpus.canterbury.ac.nz/resources/large.tar.gz Formats Orig. Size (Bytes) Comp. Size(Bytes) Rank zip40473921114005 4 gz40473921191271 5 rar4047392983040 3 bz24047392845635 1 bar 4047392 854555 2 Barred compressed the text file with a block size of 5MB ( b 5 option) and a compression ratio of 78.886284 % with 1.6890975 bps. E.colihttp://corpus.canterbury.ac.nz/resources/large.tar.gz Formats Orig. Size (Bytes) Comp. Size(Bytes) Rank zip46386901341250 5 gz46386901238379 2 rar46386901327104 4 bz246386901251004 3 bar 4638690 1207372 1 Barred compressed the text file with a block size of 5MB ( b 5 option) and a compression ratio of 73.9717 % with 2.0822637 bps. Large XML Filehttp://www.ins.cwi.nl/projects/xmark/Assets/standard.gz Formats Orig. Size (Bytes) Comp. Size(Bytes) Rank zip116524435 (111.1 MB)36724047 (35.0 MB) 4 gz116524435 (111.1 MB)37924307 (36.2 MB) 5 rar116524435 (111.1 MB)28774400 (27.4 MB) 3 bz2116524435 (111.1 MB)25549826 (24.4 MB) 2 bar 116524435 (111.1 MB) 13105839 (12.4 MB) 1 Barred compressed the text file with a block size of 20MB ( b 60 option) and a compression ratio of 88.75271 % with 0.8997831 bps. Barred uses a combination of algorithms like BWT, MTF, RLE, and ENT with different permutations to compress the files for better result. Barred as a file archiver works across multiple platforms with a Java runtime (>=1.6). Download the Barred executable. Some examples of usage: //Compressing java -jar barred.jar -c Ouput.bar java -jar barred.jar -c Ouput.bar //Extracting java -jar barred.jar -x Output.bar Note You need to have Java 1.6 or higher runtime installed. Otherwise, you will get the Java's 'Unsatisfied Link' error. The Protein CorpusMost difficult to compress because of little Markov dependency. http://www.data-compression.info/Corpora/ProteinCorpus.zip hi Orig. Size : 509519 Bytes (497.5 KB) Comp. Size : 273907 Bytes (267.4 KB) Comp. Ratio: 46.242043 % bps : 4.3006363 bpshs Orig. Size : 3295751 Bytes (3.1 MB) Comp. Size : 1726804 Bytes (1.6 MB) Comp. Ratio: 47.605145 % bps : 4.1915884 bpsmj Orig. Size : 448779 Bytes (438.2 KB) Comp. Size : 237906 Bytes (232.3 KB) Comp. Ratio: 46.988163 % bps : 4.2409472 bpssc Orig. Size : 2900352 Bytes (2.7 MB) Comp. Size : 1528937 Bytes (1.4 MB) Comp. Ratio: 47.284435 % bps : 4.2172456 bpsExtreme CompressionWhile used Barred, you can manually specify the internal blocks size to override the default block size of 10 MB. Hypothetically, best compression is possible in Barred if the size of the block is same as the size of the file being compressed. For instance, if you want maximum compression for a file of size 4.5 MB, pass the option -b 5 so that the internal sorting block is just one. This will make Barred slow but maximum compression is obtained. However, if you are compressing big files like a 100 MB file with -b 100 option, your machine would not be able to take it and you will most likely get a Out of Memory error because of the exhausted heap size. You can try increasing the heap size by passing -Xms512m -Xmx1024m to the JVM. java -Xms512m -Xmx1024m -jar barred.jar -c Ouput.bar -b 20Note Higher the block size slower the tool becomes but better is the compression. But duh you don't have a super computer! For comments, queries, bugs, contact me at fermatjen AT yahoo DOT com [Less]
Created 8 months ago.