OfArchiver

OfArchiver 0.43

OfArchiver is a Python app that generates HTML archives of chat rooms on an Openfire instant messaging server.Example usage is as follows:from ofarchiver import OfArchiverofa = OfArchiver()for room in ofa.get_rooms(): ofa.gen_archive(room)A script...

dalimil

dalimil 1.1

dalimil is a command-line tool for organizing files into time related containers (directories or archives).InstallUse standard methods like:python setup.py installor:pip install dalimilor:easy_install dalimilIt shall install script called dalimil into...

Parallel BZIP2 project is a parallel implementation of the bzip2 block- sorting file compressor that uses pthreads and achieves near-linear speedup on SMP machines. The output of this version is fully compatible with bzip2 1.0.2 (ie: anything compressed...

BashBurn

BashBurn 3.1.0

BashBurn (Previously Magma) is a bash script designed to make CD burning at the console easier. BashBurn project supports burning normal data CDs, audio CDs, blanking CD-RWs, multisession, and more.Installation:1. First, download the latest version....

p7zip

p7zip 9.20.1

p7zip is a port of 7za.exe for POSIX systems like Unix (Linux, Solaris, OpenBSD, FreeBSD, Cygwin, ...), MacOS X and BeOS.7za.exe is the command line version of 7-zip.7-Zip is a file archiver with highest compression ratio.Since 4.10, p7zip (like 7-zip)...

python-lzf

python-lzf 0.2.1

python-lzf are Python bindings for liblzf.This package is just a straight translation of the C api of liblzf to python. It has two functions: compress() and decompress().compress() accepts a string to compress and an optional maximum length for the...

unzipit

unzipit 0.0.1

unzipit is a software that will look at the type of file you're trying to unzip and pass the correct args to tar and unzip for you, piping thing when needed.Usage:Strait forward, really.unzipit < filename >Installation:pip install...

zfec

zfec 1.4.22

zfec is a fast, portable, and programmable implementation of erasure coding. The project includes a C library, a Python library, and a command-line tool.Erasure coding is also known as "forward error correction", which is the generation of redundant...