Guest User

Untitled

a guest
May 28th, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. [10:43] <qbproger> Array#pack("LL") doesn't output the same as MRI
  2. [10:44] <qbproger> MRI output: "\001\002\031\300\000\000\020\004"
  3. [10:44] <qbproger> JRY output: "\300\031\002\001\004\020\000\000"
  4. [10:45] <qbproger> my question is... how do you read a binary string?
  5. [10:45] <qbproger> is each \### 4 bits?
Add Comment
Please, Sign In to add comment