- 1,233 categories
- 40,349 scripts
Updated: 10/23/2006
- HS Compress is a software library (supplied with full C source code) which provides a programmer with a lossless compression / decompression algorithm based on RLE (runtime length encoding) The library may be used in telecommunications application or for fixed data compression.
*HOW IT WORKS: Runtime Length Encoding (RLE): HS Compress library operates in buffer mode. It monitors the buffer data for presence of any four or more consecutive repetitions of the same character. If detected, the compression code, character and length are stored in the output buffer.
- Categories
- Tags
- Platforms
- Licenses
- Author
- This article will show you how to upload a file to the web server and compress it using the compression methods provided in .Net. I will use the open source compression method to compress to a .gz file. The method is available in System.IO.Compression.
- SOC (Safe Obfuscator/Compressor for JavaScript) allows you to safely obfuscate and compress JavaScript source code without corrupting it. It has a simple yet powerful graphical user interface that allows fine granular control over the obfuscation of ...
- JSmart is an open source PHP program that will increase your website download speed by reducing the size of JavaScript and CSS files typically up to 80% or even higher.
It is done by removing comments and unnecessary whitespaces and then by compres...
- G-Encoder is a PHP script to encode, obfuscate, and compress (only for scripts with above 2kb size).
This script is using ZLIB and base64_encode() to encode your PHP source code.
This is not PHP encryptor, someone who knows PHP/Programming probab...
- Tool for compressing JavaScript source code. Eliminates comments, white spaces, line feeds, and other unnecessary characters, making your JavaScript source code substantially smaller so that it can be downloaded faster. Also provides lightweight obfu...