Scratchpad r72 (See the current copy)
Feel free to contact me about this website at mailto:wiki@rkeene.org
- Random Scripts
- Information about Threads
- Information about Random Number Generation
- My Friends
- Information about Tcl
- Information about Roy Keene
- Random Links
- Information about interesting Current Projects
- Random Demonstrations
- My Scratchpad
- Random Diatribes
What you will find here
DACT
Dynamic Adaptive Compression Tool
DACT started out as an idea for a science fair project on [Arbitrary Data Compression] (which we later decided was impossible). While working on that project, I thought about compressing different types of files with different algorithms (basing the algorithm used on the type of file), but using just 1 algorithm for the entire file. But then I thought about splitting the file into blocks and compressing each block with whatever algorithm works best for it. And thus DACT was born.
Since then, DACT has had many features added to it including:
- Network access;
- Version checking;
- Automatic upgrade;
- Encryption; and
- The ability to handle gzip and bzip2 files
Other home pages for DACT: