Giter Site home page Giter Site logo

asimba / qb Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.46 MB

Cube (qb). This program provides simple compression of the user data. This program created only for educational purposes.

License: BSD 2-Clause "Simplified" License

Makefile 2.81% C++ 93.80% Shell 0.49% C 2.49% Assembly 0.03% PHP 0.38%
compression lzss rc32 range-coder archiver

qb's Introduction

qb

Cube (qb). This program provides simple compression of user data.


Usage : ./bin/qb <OPTIONS>
Examples:

qb --pack -i ./ > packed.qb  
qb --pack --input=./source.in --output=./packed.qb  
qb --pack -i ./src1 -i ./src2 -o ./packed.qb  
qb --unpack -i ./source.qb  
qb --unpack -i ./source.qb -o ./  
qb -p -i ./source.in -o ./packed.qb  
qb -u -i ./source.qb  
qb --list -i ./source.qb  
qb -l -i ./source.qb  

Options:

Option Value
-p, --pack pack input data
-u, --unpack unpack input data
-u0,--unpack=0 unpack input data, but without writing - a kind of check
-l, --list list contents of the qb-archive
-l0, --list=0 list contents of the qb-archive, but without printing - a kind of check
-n, --ignore ignore impossibility of change file ownership/permissions or access/modification times (ONLY for "unpack" MODE)
-i NAME , --input=NAME input file or directory (wildcards accepted ONLY for "pack" MODE)
NOTE: when using wildcards - put them in double quotes
-o NAME , --output=NAME output file or directory - ONLY ONE FILENAME or PATH
-h, --help display this help and exit
-v, --version output version information and exit

This is free software. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Written by Alexey V. Simbarsky.

qb's People

Contributors

asimba avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.