Tagged Questions

0
votes
2answers
65 views

What Is The Best Python Zip Module To Handle Large Files?

EDIT: Specifically compression and extraction speeds. Any Suggestions? Thanks
2
votes
3answers
168 views

The best compressor

What is the best memory and file compressor lzo, bzip2, zlib or lzma ?
0
votes
3answers
41 views

Compressing and Archiving the files in the folder using Java Runtime

Hi, I am trying to Compress and Archive all the files in a folder, using Java Runtime class. My code snippet looks as this : public static void compressFileRuntime() throws IOE …
-6
votes
4answers
98 views

Where is 7-Zip’s compression source code?

I need the source code for the compression used in 7-Zip. Does anyone have a link?
0
votes
3answers
69 views

Compress data before storage on Google App Engine

I im trying to store 30 second user mp3 recordings as Blobs in my app engine data store. However, in order to enable this feature (App Engine has a 1MB limit per upload) and to kee …
1
vote
1answer
44 views

How to enable IIS compression for WCF services?

Hi, I currently use a custom gzip encoder for my WCF service. I want to replace it with the built-in IIS 7 compression if that is possible. I can't find info online on how to tha …
323
votes
21answers
20k views

Twitter image encoding challenge

If a picture's worth 1000 words, how much of a picture can you fit in 140 characters? Note: That's it folks! Bounty deadline is here, and after some tough deliberation, I have dec …
0
votes
3answers
26 views

JavaScript syntax checking and compression

Do you know a good syntax checker and compressor for JavaScript? We are currently using JSLINT as syntax checker and YUI for compression. Note we are using the library ExtJS for …
2
votes
4answers
48 views

How to extract all the zipped subdirectories and file using java program

Hi, I have a a zipped file. That file contains various directories and files also. I want to extract all those and save in a specified path. So How to write a java progr …
0
votes
3answers
95 views

Any experience combining JS / CSS in MVC?

I'm planning to implement a solution for combining multiple js/css files into single files in my MVC project, but currently I doubt between the following two possibilities: Teleri …
0
votes
1answer
11 views

How to find if a request is for js or css in httpHandler

Hi guys, is there any way to find if a particular request is for JS or CSS in httphandler to improve the performance of my website i was using HttpCompress from Code Project http …
2
votes
1answer
56 views

How to process compressed data in Java

I have some data which takes up more than 50MB in an uncompressed file, but compresses down to less than half a MB using gzip. Most of this is numerical data. I'm trying to figur …
6
votes
5answers
165 views

Arduino: Lightweight Compression Algorithm to store data in EEPROM

I want to store a shitload of data onto my Arduino whith ATmega168/328 Controller, but unfortunately there's only 256KB / 512KB of EEPROM storage. My idea is to make use of an co …
0
votes
6answers
82 views

How to minify jquery files?

Hi I am using jquery and I got a couple plugins that don't offer a minified version. So I want to take the full version and minfiy it but all the sites I have found that you inpu …
1
vote
4answers
115 views

Jpeg compression with high quality in c#

I want to save images with c# but while using .net jpeg format it reduces quality and compression is not enough. It must save the file like its orjinal quality and size. I am using …

1 2 3 4 5 28 next
15 30 50 per page