| |
- binary2num(bin)
- caselessSort(alist)
- Return a sorted copy of a list. If there are only strings
in the list, it will not consider case.
- deHexStr(hexdata)
- Convert a hex string to binary data.
- hexStr(data)
- Convert binary data to a hex string.
- num2binary(l, bits=32)
- readHex(content)
- Convert a list of hex strings to binary data.
- safeEval(data, eval=<built-in function eval>)
- A safe replacement for eval.
|