Skip to content

Instantly share code, notes, and snippets.

@wyldrodney
Created July 3, 2012 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wyldrodney/3038336 to your computer and use it in GitHub Desktop.
Save wyldrodney/3038336 to your computer and use it in GitHub Desktop.
[186] pry(main)> print data[105*66..106*66].unpack("a50qq")
["Day 106\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00", 106, 1334433600]=> nil
[187] pry(main)> print data[106*66..107*66].unpack("a50qq")
["ay 107\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00k", -4611686018427387904, 4899916394584312616]=> nil
[188] pry(main)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment