Home | Reviews | GUIpedia | Forum | Fun500


agumaSimple Archive/De-archive program
No compression whatsoever. Unzip TEST.PKG to get the EXE versions :P Enjoy! [file name=sys.zip size=62230]http://theguiblog.com/images/fbfiles/files/sys.zip[/file]
2009-05-106:59 PM

pharoahRe:Simple Archive/De-archive program
I just finished one of these a couple of weeks ago. Was thinking about adding RLE compression (not too hard to do).
2009-05-109:21 PM

SonicBritRe:Simple Archive/De-archive program
RLEs ok but you can do a simple LZ method by using instr and keeping track of the last entries. Also if you dealing with just a 7-bit character set, you can basically chop off the last bit and append the next byte (repeat), of course you would need to verify that the file is 7-bit (maybe fixup the chars that are not 7-bit afterwards..?).
2009-05-1112:05 AM

ToddRe:Simple Archive/De-archive program
I heard Huffman is pretty easy too. Seems like aguma reinvented TAR. ;)
2009-05-116:51 PM

Other


2021 Brandon Cornell