pack Questions
3
Solved
In Perl, pack and unpack have two templates for converting bytes to/from hex:
h A hex string (low nybble first).
H A hex string (high nybble first).
This i...
3
Solved
I want to use the pack() function in Perl to encode some data. Then I want to compare my packed structure to another packed structure. I want this compare to be on the byte values of this packed st...
5
I need to transfer an array of varying length in which each element is a tuple of two integers. As an example:
path = [(1,1),(1,2)]
path = [(1,1),(1,2),(2,2)]
I am trying to use pack and unpack,...
Motorbus asked 27/3, 2010 at 20:44
6
Solved
Which way is better? To link to the jQuery Pack at http://ajax.googleapis.com. Or to download the appropriate file and link locally? Does it matter? Is there a chance the link may disappear? Or is ...
2
Solved
I'm trying to convert a Perl script to python, and it uses quite a few different packs. I've been able to figure out the lettering differences in the "templates" for each one, but I'm having an iss...
2
Solved
I would like to know more about the pack() function in PHP: https://secure.php.net/manual/en/function.pack.php
I know it packs data into binary, but I'm not sure what all those v V n N c C mean an...
© 2022 - 2024 — McMap. All rights reserved.