Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

29
votes
8answers
3k views

With Mercurial, how can I “compress” a series of changesets into one before pushing?

Let's say I have a local and a remote Mercurial repository. Now, I start working on a feature. I work on it, and when I think it's done, I commit the changeset. Testing it a bit more, I find that I ...
13
votes
7answers
13k views

Zip folder in C#

What is an example (simple code) of how to zip a folder in C#? Update: I do not see namespace ICSharpCode. I downloaded ICSharpCode.SharpZipLib.dll but I do not know where to copy that DLL file. ...
10
votes
2answers
1k views

Needed - Visual Studio Custom Build Actions To Minify JS and CSS

I've been using Combres in my applications to compress, combine and minify my javascript and css at run time. This works extremely well and satisfies YSlow perfectly. Now I'm rethinking the whole ...
9
votes
4answers
11k views

Split Files using tar ,gz,zip or bzip2 [closed]

i need to compress file and it's giganitc file :D the size is about 17-20 GB i need to split it to files in size around 1GB for each part , i tried to googleit and found way using split,cat command ...
8
votes
1answer
3k views

Compressing content with PHP ob_start() vs Apache Deflate/Gzip?

Most sites want to compress their content to save on bandwidth. However, When it comes to apache servers running PHP there are two ways to do it - with PHP or with apache. So which one is faster or ...
8
votes
1answer
2k views

Compress/Deflate @font-face fonts

I am using the @font-face CSS property to load a special font for headings on a website, and I want Apache to send the font compressed to reduce loading time. However, the "AddOutputFilterByType" ...
7
votes
8answers
6k views

how to compress a String?

I use GZIPOutputStream or ZIPOutputStream to compress a String( my string.length() is less than 20), but the compress result is longer than original string. on some site, I found some friends said ...
6
votes
4answers
204 views

Fast Concatenation of Multiple GZip Files

I have list of gzip files: file1.gz file2.gz file3.gz Is there a way to concatenate or gzipping these files into one gzip file without having to decompress them? In practice we will use this in a ...
6
votes
3answers
166 views

jpeg file format question

I'm trying to write a JPEG/JFIF encoder and decoder from scratch using C. I experimented writing a sample JPEG file, but it seems that I cannot open it using MS paint, Firefox. But I can decode it ...
5
votes
2answers
166 views

Compressing a sinewave table

I have a large array with 1024 entries that have 7 bit values in range(14, 86) This means there are multiple range of indices that have the same value. For example, consider the index range 741 to ...
5
votes
1answer
590 views

Makefile to combine js files and make a compressed version

I am trying to write a basic makefile that combines multiple js files into a single one and then does the same but compresses them. So far I have this one that can make the compressed version fine. ...
5
votes
4answers
181 views

How to zip a file while writing to it?

Does anyone know of a way to zip a stream that you are writing to? I'm trying to avoid writing the file to the disk, and was wondering if I can just compress data as you are writing it to the stream. ...
5
votes
3answers
3k views

Compress files while reading data from STDIN

Is it possible to compress (create a compressed archive) data while reading from stdin on Linux.
5
votes
1answer
175 views

How to cache Apaches GZIP compressed content

Apache has built in capabilities to GZIP content (HTML, JPG.. etc) Every time its done it uses slightly more CPU then it would normally. So my question, Is it possible to cache the end compressed ...
4
votes
1answer
57 views

Windows program to compress javascript and minify images

I just came accross this program for Mac/Apple http://incident57.com/codekit/ In short, it will compile .LESS, .SASS, .SCSS files into pure CSS files Minify Javascript files Optimize images All ...
4
votes
2answers
121 views

Compressing strings with common parts

I have an application that manages a large number of strings. Strings are in a path-like format and have many common parts, but without a clear rule. They are not paths on the file-system but can be ...
4
votes
5answers
362 views

Best way of saving image file and to save memory

In my program i am creating some big pictures (Image objects), and saving them to disk. Then I add them to a list List<Image> but after saving 50 pictures and adding them as Image objects to my ...
4
votes
3answers
222 views

how to compress / minify javascript that has embedded php

My jquery scripts have some php in them to initiate variables, etc. I'm trying to use something like minify to compress it and deter prying eyes. The php is causing issues. Anybody done anything ...
4
votes
2answers
205 views

An efficient way to merge 2 large CSS files

I'm looking for a tool that allows you to merge 2 large CSS files. All the ones I've tried so far (like CSSMerge) haven't worked out. Some of them just randomly remove properties. Others choke on the ...
4
votes
4answers
625 views

Best .NET Framework compression class?

Yes, I know GZipStream or DeflateStream is the common ones in .NET Framework which handle compression/decompression. I wish to have compress/decompress functions in my program, but I wish a .NET ...
4
votes
6answers
3k views

SQL Server 2008 - how to zip backup files and move to remote server

I have the non-enterprise edition of SQL Server 2008. I do nightly backups, manually zip the files and then manually copy to a remote server. I need to automate this using batch files. Copying files ...
4
votes
2answers
938 views

PNG compression with PHP magickwand

I'm wondering how to compress an PNG image correctly. The situation is this : I have a PNG image compressed and color-reduced with Irfanview on Windows. It's about 20KB. When my portal software ...
3
votes
3answers
91 views

Python equivalent of piping file output to gzip in Perl using a pipe

I need to figure out how to write file output to a compressed file in Python, similar to the two-liner below: open ZIPPED, "| gzip -c > zipped.gz"; print ZIPPED "Hello world\n"; In Perl, this ...
3
votes
2answers
189 views

Large app size due to images. How to compress .PNG images?

I am developing an app which has a lot of images to work on due to which the size of my app has become very large. I want to compress or something like that to reduce the size of app. Any idea?
3
votes
2answers
100 views

GZIPInputStream and Characterset

I have a Text with Latin, Cyrillic and Chinese Characters containing. I try to compress a String (over bytes[]) with GZIPOutputStream and decompress it with GZIPInputStream. But I do not manage to ...
3
votes
2answers
205 views

Why the result of GZip algorithm is not same in Android and .Net?

Why the result of GZip algorithm is not same in Android and .Net? My code in android: public static String compressString(String str) { String str1 = null; ByteArrayOutputStream bos = ...
3
votes
3answers
202 views

Custom DEFLATE implementation to speed up PNG encoding

I'm optimizing a PNG encoder for use within Flash SWFs (but I'm writing it in HaXe). I've so far managed to speed things up a fair bit, mostly by using speedy memory read/writes. While profiling my ...
3
votes
2answers
671 views

zlib compressing byte array?

I have this uncompressed byte array: 0E 7C BD 03 6E 65 67 6C 65 63 74 00 00 00 00 00 00 00 00 00 42 52 00 00 01 02 01 00 BB 14 8D 37 0A 00 00 01 00 00 00 00 05 E9 05 E9 00 00 00 00 00 00 00 00 00 ...
3
votes
3answers
102 views

Archival filesystem or format

I'm looking for a file type for storing archives of systems that have been decomissioned. At the moment, we primarily use tar.gz, but finding and extracting just a few files from a 200GB tar.gz ...
3
votes
3answers
452 views

String compression in PHP and JavaScript

Is there a way I can compress a long string (e.g. a long JSON string) in PHP and then decompress it in JavaScript?
3
votes
3answers
907 views

C++ wrapper code to extract .zip file?

I want to unzip the .zip file. can anyone suggest me good C++ wrapper for it ?
3
votes
3answers
113 views

Is there any way of compressing the tagfile in vim

I was following the guide at teuton.blogspot.com to set up autocompletion, when I ran the command: `ctags –R --c++-kinds=+p --fields=+iaS --extra=+q \ -f ~/.vim/commontags /usr/include` to ...
3
votes
8answers
1k views

How can I Compress a directory with .NET?

I have a directory that contains several files. I want compress this folder to a zip or tar.gz file. How can I do his work in C#?
3
votes
3answers
1k views

efficient way to compress a numpy array (python)

I am looking for an efficient way to compress a numpy array. I have an array like: dtype=[(name, (np.str_,8), (job, (np.str_,8), (income, np.uint32)] (my favourite example). if I'm doing something ...
3
votes
4answers
4k views

Can compressed javascript be uncompressed

Is it possible to uncompress (if that's the right term even) for code like below? var vote=function(){var ...
2
votes
2answers
79 views

How to rotate bitmap without changing file size?

I try do this: Bitmap bitmapOrg = BitmapFactory.decodeFile("/sdcard/"+ photoName + ".jpg"); int width = bitmapOrg.getWidth(); int height = bitmapOrg.getHeight(); Matrix ...
2
votes
2answers
57 views

How can you pack/minify css and js files in mod_perl?

Is there a utility/module similar to pack in Java where you can compile all the css files into one css file and all the js files into a one js file?
2
votes
4answers
53 views

Cross platform file archiving

I need to archive several files into one file (like a tar file does) programmatically using C++ on both Linux and Windows. It doesn't necessarily need to be a tar file, any compressed/uncompressed ...
2
votes
1answer
294 views

Problem in compressing a string using GZIPOutputStream

I want to zip my string values. These string values should be same as .net zipped strings. I wrote Decompress method and when I send a .net zipped string to it, it works correctly. But the Compress ...
2
votes
1answer
261 views

Need recommendation for Node.js Gzip static resource

so, is connect's gzippo good? I have two questions, 1) if i want to serve static javascript ( i use express), I can just do gzippo and do that: app.use(gzippo.staticGzip(__dirname + '/public')); ...
2
votes
1answer
211 views

decompress a stylesheet using sed

im compressing a stylesheet into 1 line, using cat stylesheet.css | gsed "s|/\*\(\\\\\)\?\*/|/~\1~/|g" -e "s|/\*[^*]*\*\+\([^/][^*]*\*\+\)*/||g" -e "s|\([^:/]\)//.*$|\1|" -e "s|^//.*$||" | tr '\n' ' ...
2
votes
2answers
202 views

GZipStream.Write Method

I have been reading for a short while about GZipStream and its Write method. What I am attempting to do is convert the compressed data from the stream and put it in a byte array. I will leave you with ...
2
votes
1answer
43 views

Is it possible to search a file with comrpessed objects in java?

I read from ORACLE of the following bit: Can I execute methods on compressed versions of my objects, for example isempty(zip(serial(x)))? This is not really viable for arbitrary objects ...
2
votes
1answer
119 views

Django_compressor hide the css?

I am using django_compressor. In template : {% load compress %} {% compress css %} <link rel="stylesheet" href="/media/css/master.css" type="text/css" charset="utf-8"> {% endcompress %} In ...
2
votes
1answer
2k views

Decode byte array to bitmap that has been compressed in Java

I am compressing a bitmap in the following way Bitmap bmpSig = getMyBitMap(); int size = bmpSig.getWidth() * imgSig.getHeight(); ByteArrayOutputStream out = new ByteArrayOutputStream(size); ...
2
votes
2answers
260 views

Why I should not compress images in HTTP headers?

I read some articles about HTTP headers compression. Today I installed YSlow and it recommends that I compress the resources (text/html, javascript, css and images). Now I'm reading the documentation ...
2
votes
1answer
250 views

How to zip a folder recursively?

I found this other question where Simon show a simple way to zip a folder. However this method doesn't seem to include sub-folders. Is there some property or parameter that I have to set so it will ...
2
votes
2answers
161 views

How can I compress repetitive characters to a single character using RE in Python?

I want to be able to replace any consecutive occurrences of punctuation characters in a string with a single occurrence. For example: "I went to the park...." => "I went to the park." "Are you ...
2
votes
2answers
368 views

Compress Document folder in application sandbox of iphone

I need to compress the Documents folder in the application sandbox and upload the compressed file to a server. I've been able to send files from iphone to the server, but am stuck in regards to ...
2
votes
5answers
360 views

Encode/compress sequence of repeating integers

I have very long integer sequences that look like this (arbitrary length!): 0000000001110002220033333 Now I need some algorithm to convert this string into something compressed like a9b3a3c3a2d5 ...

1 2 3 4