My favorites | Sign in
Google
Projects on Google Code Results 1 - 8 of 8
*gwt-lzma* is a [http://code.google.com/webtoolkit/ GWT] module that implements the [http://en.wikipedia.org/wiki/Lzma Lempel-Ziv-Markov chain (LZMA)] compression algorithm. The code is adapted from the Java LZMA implementation found in the [http://www.7-zip.org/sdk.html LZMA SDK]. The compressor an...
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...
=Firmware Modification Kit= This kit gives the user the ability to make changes to a firmware image without recompiling the firmware sources. It works by extracting the firmware into its component parts, then extracting the file system image. The user can then make modifications to the extracted ...
A set of lightweight useful libraries for D programming language. Like image processing or components for DFL. * [simple_image si (SimpleImage)] * [lzma lzma decoding] * [sstring sstring (SimpleString)] * [iso ISO 9660 utilities] * [sfs simple file system] * [expr simple expressi...
===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...
Ruby scripts for extracting LZMA-compressed files (such as 7z). Usage: {{{ require 'seven_zip'; SevenZip.each_file("/my/7z/filename") { |filename, text| puts "File #{filename}:" puts text } }}}
=Purpose= Cromfs is a compressed read-only filesystem for Linux. Cromfs is intended for permanently archiving gigabytes of big files that have lots of redundancy. In terms of compression it is much similar to [http://www.7-zip.com/ 7-zip] files, except that reasonably fast random access is pro...
*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 ...