Projects tagged ‘archive’ and ‘compress’


Jump to tag:

Projects tagged ‘archive’ and ‘compress’

Filtered by Project Tags archive compress

Refine results Project Tags zip (7) tar (6) archiving (4) rar (4) compression (4) c (3) bzip2 (3) tar.gz (2) zipfiles (2) cpio (2) eiffel (1) cpan (1)

[12 total ]

1338 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.

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
 

tarlimit is a simple command line utility designed to create backups of their data onto fixed media. If the data being archived is larger than the selected media, the data must be split up and ... [More] placed on several separate disks. tarlimit is the solution to this problem, which would otherwise be solved manually. It will take a directory and archive it, starting a new archive whenever it nears the user specified size limit. [Less]
Created about 1 year ago.

0 Users

All the functionality of libarchive should be available to Eiffel programmers.
Created 4 months ago.

0 Users

简介: 这是一个用于便捷压缩文件(夹)的实用小程序. 用户只需拖曳文件或文件夹道指定位置即可将其压缩为RAR. 注意:此程序运行时需要 Microsoft ... [More] .NET Framework 2.0 或更高版本的支持. 更新历史: Beta 2 Build 3 - 2009 03 24 一些小的界面修改: 标签中的错别字已修正 复选框位置已调整 加入“检查更新”按钮,链接至项目主页 Beta 2 Build 2 - 2009 03 22 增加:防止压缩RAR文件 一些小的界面修改 修复压缩时自动使用绝对路径的问题 Beta 2 - 2009 03 21 增加窗口置顶选项 增加支持长路径名文件(夹)压缩 增加在压缩时隐藏主窗体选项 修改界面字体为微软雅黑 [Less]
Created 7 months ago.

0 Users

A library using 7z.dll/7z.so(from 7-Zip) to handle different archive types. Currently only supports extracting; no archive creation or modification api implemented.
Created 8 months ago.

0 Users

The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. Zip archives can be created, or you can read from existing zip files. Once ... [More] created, they can be written to files, streams, or strings. Members can be added, removed, extracted, replaced, rearranged, and enumerated. They can also be renamed or have their dates, comments, or other attributes queried or modified. Their data can be compressed or uncompressed as needed. Members can be created from members in existing Zip files, or from existing directories, files, or strings. This module uses the Compress::Zlib library to read and write the compressed streams inside the files. One can use Archive::Zip::MemberRead to read the zip file archiv [Less]
Created 8 months ago.

0 Users

NewsVersion 0.92 is out! Read/Write available. Bugfixes in 0.91. PreIf you ever had a need to send multiple files to a client using your C# code. If want your client to be able to extract those ... [More] files with some kind of widely recognized application. If you did not want to make your code dependencies much much much bigger. If yes then you had the same requirement I do. ResultI came out with this small library. This library compatible with mono and .NET framework 2.0 and higher. You can use it to create regular ".tar" files or to create "tar.gz" archives that are widely used across Linux/Unix world and recognized by shell extensions like "WinZip" or "WinRar". BenefitsThis is the library enables your to read and write tar archives from your .NET/mono code. Here are the Exa [Less]
Created 9 months ago.