My favorites | Sign in
Google
Projects on Google Code Results 1 - 9 of 9
Stable release: [http://libarchive.googlecode.com/files/libarchive-2.7.1.tar.gz libarchive 2.7.1] Libarchive is a reusable C library for reading and writing a variety of streaming archive formats. It features: * Supports a variety of archive and compression formats. * Robust automatic forma...
=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 from a file =What has not been done:= * decompression is com...
This project is based on source code provided by #ziplib (SharpZipLib, formerly NZipLib) project (http://www.icsharpcode.net/OpenSource/SharpZipLib/). The main aim of this project is to provide Silverlight implementation of #ziplib under the same license: #ziplib (SharpZipLib, formerly NZipLib...
===What is FuseCompress?=== FuseCompress provides a mountable Linux filesystem which transparently compresses its content. Files stored in this filesystem are compressed on the fly and FUSE allows to create a transparent interface between compressed files and user applications. FuseCompress s...
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: * [http://code.google.com/p/miscellaneouz/source/browse/trunk/velib/bestvelib.py bestvelib.py]: Find out which V+ stations are...
=7-Zip Alternative plugin for Far Manager= Differences from original 7-Zip plugin: * Supports Far 2 and Far x64. * Opens only files matching a list of file masks. * Saves plugin panel mode and sorting order. * Allocates disk space to avoid file fragmentation when extracting archives. * ...
Xdelta is a tool and library for differential compression. Xdelta release version 3 supports VCDIFF encoding and decoding. Supports compressing 64 bit files on Windows, Linux, etc. Xdelta 3.0u is a stable release and being actively developed. Xdelta 1.1.4 is a maintenance release. Xdelta 1.1.0...
This library is a Zend Framework library to handle tar,gzip,bzip2,zip archives. It's based on the code of EasyArchive <http://www.phpclasses.org/browse/package/4239.html>
*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 gnuplot. The purpose is to compare the speed/efficiency of different compression programs. The ...