Creating docs folder
This commit is contained in:
parent
8dd24b0678
commit
972c1f5c65
|
@ -15,7 +15,7 @@ with open(sys.argv[1]) as f:
|
||||||
for byte in f.read():
|
for byte in f.read():
|
||||||
tmp += str( hex( ord(byte) ) )[2:] + ","
|
tmp += str( hex( ord(byte) ) )[2:] + ","
|
||||||
|
|
||||||
headerSize = ( 14 + 9 ) * 8
|
headerSize = ( 2 + 4 + 2 + 2 + 4 + 4 + 4 + 4 + 2 + 2 + 4 + 4 + 4 + 4 + 4 + 4 )
|
||||||
header = tmp[:headerSize]
|
header = tmp[:headerSize]
|
||||||
content = tmp[headerSize:]
|
content = tmp[headerSize:]
|
||||||
|
|
||||||
|
|
BIN
code/dep.pyc
BIN
code/dep.pyc
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
Loading…
Reference in New Issue