Projects tagged ‘bzip2’


[15 total ]

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

4 Users

Autopackage makes software installation on Linux easy. Software distributed using Autopackage can be installed on multiple Linux distributions and integrate well into the desktop environment.
Created over 3 years 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.

2 Users
 

Compression and decompression in the bzip2 format.
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.

0 Users

7-Zip Alternative plugin for Far ManagerDifferences from original 7-Zip plugin: Far 2 API support x64 version File masks changelog
Created 4 months ago.

0 Users

This repository contains code more or less related to my blog, ie sources/hacks/PoC that are not projects and do not deserve having a separate project page. As of now: bestvelib.py: Find out which ... [More] V+ stations are the closest to regular Velib stations and fill up your pass with 15 minute bonuses! pybourso.py: This Python module provides an API to get real-time stock quotes from the Boursorama website. unbzip2: my C implementation (clean, but quite slow) of a BZIP2 decompressor. More stuff, browse the trunk... [Less]
Created 8 months ago.

0 Users

What this project is:a learning experience practice writing C code learning to create something that is actually useful What has been done:the compression is half done the code builds a balanced tree ... [More] from a file What has not been done:decompression is completely absent for compression, the dictionary builder is not implemented (the last major part before it can be used) The problems with the code:header files contain code that has to be compiled the dictionary builder will have to be aware of the nodes (tree needs to have move left/right functions) I have decided to follow the old Linux versioning scheme. Even version denotes that some major function is done and the odd version indicates that the next major function is being worked on. FUTURE MILESTONES:version 0.2 - Compression is fully done version 0.4 - Decompression is complete version 0.6 - File spec is complete and implemented version 0.8 - command line arguments spec is complete and implemented version 1.0 - There are no problems with 0.8 [Less]
Created 11 months ago.

0 Users

comprson (union of "compression" and "comparison") takes an input file and applies different compression programs it. The elapsed time of the compression and the compressed size are plotted using ... [More] gnuplot. The purpose is to compare the speed/efficiency of different compression programs. The comprson script has been ported to the following languages: PHP Ruby [Less]
Created 7 months ago.

0 Users

gnochive is a GUI frontend for all common archivers under linux. gnochive was formally known as gnomerar Supports: - rar - gzip - tar - zip/unzip
Created over 2 years ago.