some small fixes

This commit is contained in:
Mari Wahl 2014-10-13 19:41:37 -04:00
parent c351a52951
commit 57ce24af8c
92 changed files with 9799 additions and 26509 deletions

2
useful/bytes_to_char.py Normal file
View file

@ -0,0 +1,2 @@
print ''.join(map(chr, [0x20, 0x64, 0x65, 0x36, 0x38, 0x33, 0x38, 0x32, 0x35, 0x32, 0x66, 0x39, 0x35, 0x64, 0x33, 0x62, 0x39, 0x65, 0x38, 0x30, 0x33, 0x62, 0x32, 0x38, 0x64, 0x66, 0x33, 0x33, 0x62, 0x34, 0x62, 0x61, 0x61, 0x00]))