Top "Unpack" questions

A function in several scripting languages for unpacking binary data into native types for the language in question.

How to write a base32_decode in JavaScript?

I'm trying to create the equivalent of PHP's unpack. I've noticed the project PHPJS doesn't have it. I need it …

javascript unpack phpjs
Maven: unpack zip artifact to a SPECIFIC folder name

I am trying to download tomcat zip artifact and unpack it int a folder named tomcat. What i get is …

tomcat maven unpack maven-dependency-plugin
python ValueError: too many values to unpack in tuple

So I am extracting data from a JSON file. I am trying to pack my data in a way so …

python json tuples unpack
Why does unpacking a struct result in a tuple?

After packing an integer in a Python struct, the unpacking results in a tuple even if it contains only one …

python struct tuples pack unpack
ruby pack and hex values

A nibble is four bits. That means there are 16 (2^4) possible values. That means a nibble corresponds to a single hex …

ruby decoding pack hex unpack
Converting hexadecimal string to binary

I am having following hexadecimal address : 2001:0db8:3c4d:0015:0000:0000:abcd:ef12. There are 8 blocks of hexadecimal digits, each block is 16 …

perl pack unpack
Speed up python's struct.unpack

I am trying to speed up my script. It basically reads a pcap file with Velodyne's Lidar HDL-32 information and …

python performance numpy unpack lidar
Unpack rar archives in R

I need to unpack zip and rar archives, also that must be a multiplatform solution. In R you can unpack …

r zip rstudio unpack rar