This is the Linux app named litc whose latest release can be downloaded as litc-0.1.1.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named litc with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
litc
DESCRIPTION
A very simple dictionary based text compressor.
Created to shorten single line UTF8 strings; it tries to compress them quickly with a simple interface that can be used as a drop in replacement for
Encoding.UTF8.GetBytes(value) and Encoding.UTF8.GetString(packed).
The public Litc API are in fact:
byte[] packed = Litc.GetBytes(value);
string unpacked = Litc.GetString(packed);
Features
- compress single line UTF8 strings in byte arrays
- drop-in replacement with added compression for Encoding.UTF8: GetBytes(value)/GetString(packed)
Audience
Developers
User interface
Command-line
Programming Language
C#
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/litc/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.