I downloaded the source from the site and built it but when I run the test, all of the zipped files have CR+LF line endings rather than just LF which makes the unzipped files different from the origin
I am looking for a compression component that supports Delphi2010 and allow me to do the basic operations of:
We have a Server that sends some data to a client(both written using c++/MFC) using sockets The data is getting a little too big and I\'m looking for solutions to compress it.Basically I need to compr
I want to decompress .bz2 file into .mdb extension and vice-versa through code. C开发者_运维百科an someone share how to do it through code?SharpZipLib supports BZip2 files.You should be able to use th
On one of the working steps of my algorithm I ha开发者_高级运维ve a big array of binary data, that I want to compress.
I\'m looking for a way to shorten an already short string as much as possible. The string is a hostname:port combo and could look like \"my-domain.se:2121\" or \"123.211.80.4:2122\".
I have found some tools like this one that let me create \"auto-extracting\" javascript for javascript code in a web page, which employ a variety of techniques to minimize transfer size.
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
More a theoretical question. We compress/minify css & js, but has anyone ever thought or tried to compress mark-up?
I am newbie in .net. I am doing compression and decompression string in C#. There is a XML and I am converting in string and after that I am doing compression and decompression.There is no compilation