Menu

Tree [3eed91] master /
 History

HTTPS access


File Date Author Commit
 AUTHORS 2015-01-20 login-denied login-denied [7c5d78] Using Automake and Autoconf. Hopefully it compi...
 BignumContainer.c 2015-01-20 login-denied login-denied [7c5d78] Using Automake and Autoconf. Hopefully it compi...
 BitMap.c 2011-11-19 Andre Andre [e5592a] Committer: login-denied
 BitMap.h 2011-11-19 Andre Andre [e5592a] Committer: login-denied
 COPYING 2015-01-20 login-denied login-denied [7c5d78] Using Automake and Autoconf. Hopefully it compi...
 ChangeLog 2015-01-20 login-denied login-denied [7c5d78] Using Automake and Autoconf. Hopefully it compi...
 CompressionData.c 2011-11-19 Andre Andre [e5592a] Committer: login-denied
 INSTALL 2015-01-20 login-denied login-denied [7c5d78] Using Automake and Autoconf. Hopefully it compi...
 Makefile.am 2015-01-20 login-denied login-denied [3eed91] the needed files
 Node.c 2011-11-28 Andre Andre [270cdf] # Please enter the commit message for your chan...
 NodeArray.c 2011-11-19 Andre Andre [e5592a] Committer: login-denied
 NodeList.c 2011-11-19 Andre Andre [e5592a] Committer: login-denied
 README 2011-11-19 Andre Andre [e5592a] Committer: login-denied
 Stuff.c 2011-11-28 Andre Andre [270cdf] # Please enter the commit message for your chan...
 Tree.c 2011-11-28 Andre Andre [270cdf] # Please enter the commit message for your chan...
 algorithms.tex 2011-11-21 Andre Andre [cdc1cf] Committer: login-denied
 binocomp.c 2011-11-19 Andre Andre [e5592a] Committer: login-denied
 binocomp.h 2015-01-20 login-denied login-denied [7c5d78] Using Automake and Autoconf. Hopefully it compi...
 configure.in 2015-01-20 login-denied login-denied [3eed91] the needed files
 preprocession.c 2011-11-19 Andre Andre [e5592a] Committer: login-denied
 utility_functions.c 2014-06-30 login-denied login-denied [82e798] log_2 calculation removed

Read Me

Copyright 2011 Andre Krooss
    
This file is part of binocomp.

binocomp is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

binocomp is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with binocomp.  If not, see <http://www.gnu.org/licenses/>.



binocomp
--------

written by Andre Krooss

!!! Attention !!!
!!! This is experimental code !!!

Binocomp is a lossless  data compressor.
It is a proof of concept for various ideas I have ralating to data compression.
Therefore it is slow and (at this stage) absolute not handy for end users.
Maybe it is useful for people who are in search of algorithmic ideas.

"libgmp" and "glib" is needed to compile the source code.

Use "make" to compile.

To run the compiled program use "./binocomp <inputname> <outputname>" to compress
the given file and "./binocomp -d <inputname> <outputname>" to decompress it.