Skip to content

The goal of this project is to compress data. You will write two programs. The first one will take a file as input and compress it. The second one will take a compressed file as input and translate it back to its original state.

Notifications You must be signed in to change notification settings

Mael-RABOT/Antman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

   antman

SYNOPSIS

  Compression program

DESCRIPTION

  ./antman [option] path_to_file filetype
  path_to_file : the path to the file to be compressed   filetype : the filetype (see below)

    OPTIONS :

      -h
        display the help

    EXIT STATUS:

      0 if OK,
      84 if problems.

FILETYPE

    *.lyr & *.txt : 1     *.html : 2     *.ppm : 3

EXAMPLES

    ./antman -h
    ./antman my_file.txt 1

REPORTING BUG

    Their is no bug


NAME

  giantman

SYNOPSIS

  Decompression program

DESCRIPTION

  ./giantman [option] path_to_file filetype
  path_to_file : the path to the file to be compressed   filetype : the filetype (see below)

    OPTIONS :

      -h
        display the help

    EXIT STATUS:

      0 if OK,
      84 if problems.

FILETYPE

    *.lyr & *.txt : 1     *.html : 2     *.ppm : 3

EXAMPLES

    ./giantman -h
    ./giantman my_file.txt 1

REPORTING BUG

    Their is no bug


Epitech Technology Logo

About

The goal of this project is to compress data. You will write two programs. The first one will take a file as input and compress it. The second one will take a compressed file as input and translate it back to its original state.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published