Top "Zlib" questions

zlib is a library used for data compression.

Compression and decompression of data using zlib in Nodejs

Can someone please explain to me how the zlib library works in Nodejs? I'm fairly new to Nodejs, and I'm …

string node.js compression zlib
Ubuntu rails install fails on zlib

I've just moved over to Ubuntu 8.10 as my dev box; it's my first serious foray into Linux as a daily-use …

ruby-on-rails ruby rubygems zlib ubuntu-8.10
Save file from a byte[] in C# NET 3.5

My TCP Client receives a image within a packet.The image is compressed with zlib.The task is to decompress …

c# .net-3.5 compression zlib
brew install zlib-devel on Mac OS X Mavericks

Attempting to install the zlib-devel on mac os x mavericks with homebrew doesn't work: brew install zlib-devel Error: No available …

osx-mavericks homebrew zlib
sqlite3.ProgrammingError: You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings

Using SQLite3 in Python, I am trying to store a compressed version of a snippet of UTF-8 HTML code. Code …

python unicode sqlite zlib
How to fix fatal error: zlib.h: no such file or directory?

I'm trying to compile miniSAT on Kali Linux 64 bits but I keep getting the error message: fatal error: zlib.h: …

compilation header-files zlib
How to download and unzip a zip file in memory in NodeJs?

I want to download a zip file from the internet and unzip it in memory without saving to a temporary …

javascript node.js zip zlib unzip
How to compress a buffer with zlib?

There is a usage example at the zlib website: http://www.zlib.net/zlib_how.html However in the example …

c++ compression zlib
Python: Inflate and Deflate implementations

I am interfacing with a server that requires that data sent to it is compressed with Deflate algorithm (Huffman encoding + …

c# python compression zlib
Cross Compile OpenSSH for ARM

Does anybody know how I can cross compile OpenSSH for ARM? This is what I have done: First I've downloaded …

openssl arm cross-compiling zlib openssh