2
votes
1answer
52 views
Uncompress Zlib string in using ByteArrays
Hi all,
I have a web application developed in Adobe Flex 3 and Python 2.5 (deployed on Google App Engine). A RESTful web service has been created in Python and its results are currently in an XML …
0
votes
3answers
74 views
Python 3: Best string compression method to minimize the size of a sqlite3 db
I recently created a script that parses several web proxy logs into a tidy sqlite3 db file that is working great for me... with one snag. the file size. I have been pressed to use this format (a …
1
vote
4answers
20 views
.Net Compression and SQL Server 2005 NVARCHAR(MAX)
Can I safely store a .Net compressed memory stream (System.IO.Compression) in an SQLServer 2005 NVARCHAR(MAX) field? SQLServer 2008 is not an alternative.
1
vote
7answers
72 views
Binary encoding for low bandwidth connections?
In my application I have a simple XML formatted file containing structured data. Each data entry has a data type and a value. Something like
<entry>
<field …
0
votes
6answers
74 views
How to minimize the no of css
Just like javascript compressor, i use the same technique for css. First, i merge all the file into a single file and then compressor. But, the behaviour of HTML is not same as earlier with multiple …
0
votes
4answers
83 views
Data Compression
i have a task to compress a stock market data somehow...the data is in a file where the stock value for each day is given in one line and so on...so it's a really big file.
Eg,
123.45
234.75
…
0
votes
2answers
47 views
Transparent SQLite Data Compression
I am looking for an existing solution for transparent SQLite 3 zlib compression using a custom VFS implementation and a custom IO methods implementation.
Is anyone aware of an existing project that …
1
vote
2answers
37 views
How to compress an FLV movie in java?
How can we compress the flv movie? Is there any free library which i can use?
for compressing the video i can go for reducing the resoultion as well, even framerate reducing is acceptable to me.
0
votes
0answers
20 views
Zip3.0 exclude file list
Does Info-Zip's latest release Zip3.0 support exclude list file? As in, can one pass a file(containing names of the files to be excluded) name as a parameter to zip?
I could see that one can pass only …
1
vote
6answers
98 views
What is the meaning of O( polylog(n) )? In particular, how is polylog(n) defined?
Brief:
When academic (computer science) papers say "O(polylog(n))", what do they mean? I'm not confused by the "Big-Oh" notation, which I'm very familiar with, but rather by the function polylog(n). …
1
vote
6answers
62 views
PDF file compression
I have a requirement to dynamically generate and compress large batches of PDF files.
I am considering the usual algorithms
Zip
Ace
Rar
Any other suggestion are welcome.
My question is which …
0
votes
1answer
17 views
Rails: Sending cached gzip content directly to client using caches_action
I am using caches_action to cache one of the action's response
I want to save in the cache compression response and then send it as it is if browser supports that compression otherwise decompress it …
0
votes
1answer
81 views
Java Path compression
Hi, I have to create a method find that would use a local Set to collect the objects and the root. Then, I would compress the object e (in the parameter) and have the roost as its parent. Then, I …
0
votes
2answers
75 views
What Is The Best Python Zip Module To Handle Large Files?
EDIT: Specifically compression and extraction speeds.
Any Suggestions?
Thanks
1
vote
1answer
31 views
BlackBerry - Unpack Zip File
I'm developing a BlackBerry application in which I need to unpack a zip file compressed with PKZIP. The package could have one file in it, or it could have 10; it will vary in each case. I know that …
