Home | Reviews | GUIpedia | Forum | Fun500
aguma | Simple Archive/De-archive programNo 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-10 | 6:59 PM |
pharoah | Re:Simple Archive/De-archive programI just finished one of these a couple of weeks ago. Was thinking about adding RLE compression (not too hard to do). | 2009-05-10 | 9:21 PM |
SonicBrit | Re:Simple Archive/De-archive programRLEs 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-11 | 12:05 AM |
Todd | Re:Simple Archive/De-archive programI heard Huffman is pretty easy too. Seems like aguma reinvented TAR. ;) | 2009-05-11 | 6:51 PM |
Other
2021 Brandon Cornell