The World's First File Inflator
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
silverwizard 642babc2e1 Fixed strlcpy issue I didn't notice before 5 anos atrás
.gitignore added .gitignore 11 anos atrás
.travis.yml Spacing 6 anos atrás
COPYING added the software license 11 anos atrás
Makefile install rule 6 anos atrás
Project Goals Fix spelling in filename 6 anos atrás
README.md Fix typo 6 anos atrás
dpu.c Made DPU accept -c in order to output to stdout 5 anos atrás
undpu.c Fixed strlcpy issue I didn't notice before 5 anos atrás

README.md

doubleplusunzip

The Worlds First File Inflater

To build: make

OR if you want to install it you can run: make install

My further work will to be to properly use getopt (like not a chump), and also to create a proper usage()

Right now, just use: dpu [decompression size] filename

The decompression size is an optional argument, and when used it will multiply the filesize by that. The default amount is 10 (making a file 10 times bigger).

The output of the program will the filename.dpu