I am looking for an existing solution for transparent SQLite 3 zlib compression using a custom VFS implementation and a custom IO methods implementation.
say I want to store ID\'s in a cookie: 123,1开发者_如何学Go232,3443,2343,2344422,2342 seeing that a cookie has a 4kb limit (or whatever), would encrypting the value allow for more storage somehow?
I recently created a script that parses several web proxy logs into a tidy sqlite3 db f开发者_如何学Cile that is working great for me... with one snag.the file size.I have been pressed to use this for
Can I safely store a .Net compressed memory stream (System.IO.Compression) in an SQLServer 2005 NVARCHAR(MAX) f开发者_StackOverflow社区ield?SQLServer 2008 is not an alternative. Use VARBINARY(MAX) for
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 format which
I have a requirement to dynamically generate and compress large batches of PDF files. I am considering the usual algorithms
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
How can we compress the flv movie? Is there any free library which i can use? for compressing the video i can go 开发者_JAVA百科for reducing the resoultion as well, even framerate reducing is acceptab
I\'m currently making system call to \"unrar and zip\" commands. It interrupts and requires me to enter password while encounter password propected archives.
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.