Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotpipe/wgz
Compression - Wonderful Gnu Zip
https://github.com/dotpipe/wgz
Last synced: about 2 months ago
JSON representation
Compression - Wonderful Gnu Zip
- Host: GitHub
- URL: https://github.com/dotpipe/wgz
- Owner: dotpipe
- Created: 2022-04-04T15:45:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-09T07:48:31.000Z (almost 3 years ago)
- Last Synced: 2024-03-22T04:38:35.037Z (10 months ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wgz
Compression - Wonderful Gnu Zip (Zap: Zip Application)# WGZ File Format
A 0 in a line of 1's is the value of the nth bits used, describing the real value of the binary number to be recognized
A 1 is a spacer between the 0's
The program works best using 4 bits to be used at once. This is called the `$insert` constant
WGZ loads 128 bytes at a time (as of this README modification [4/7/2022])
It counts out the 1-16 0s (space) and 1s needed to recognize the value. Considering, this may seem unintelligible or, literally, moronic.
But fortunately, This is not the case. The bit bucket actually wraps in 1-16 bits. This is stellar.
Because of this limit, it can be run on any file exemplfying upto 4% compressed value.
As is the perfect notion for it. Therefore, it is made with care and acknowledgement, hence the reason I put it up here.
I've been working thru this for 8 years. Probably to the date. Because I and my girlfriend's anniversary is coming up (14 years of happiness, practically bliss).
So, if you're eager to do some programming, and want to give me a wedding gift, this would be it. Thank you. I thank anyone who wants to
try and put the decompression on it. Or, if you want to leave an issue, please tell me where Im wrong in the code. Thank you, too. Okay!From me and my Wedful Wife, WGZ is born. The best zipping method there will ever be..(?)
Goodnight!