https://github.com/clarus/compression
https://github.com/clarus/compression
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/clarus/compression
- Owner: clarus
- Created: 2014-04-08T09:24:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-30T09:30:55.000Z (over 11 years ago)
- Last Synced: 2025-04-22T12:18:54.343Z (8 months ago)
- Language: C
- Size: 275 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
compression
===========
## Compile
Do:
make
make test
## Usage
Run:
./etoile option file
Options:
* `-entropy` the entropy at the byte level
* `-zip` compress the file on the standard output
* `-unzip` uncompress the file on the standard output