Created
October 20, 2009 05:25
-
-
Save fumokmm/214020 to your computer and use it in GitHub Desktop.
byteの16進数dump via http://www.atmarkit.co.jp/bbs/phpBB/viewtopic.php?topic=6583&forum=12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(-128..127).each { | |
printf('%02x\n', it as byte) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment