|
FreeRDP
|
Functions | |
| def | getOffset (l) |
| def | isHex (l) |
Variables | |
| list | lines = [] |
| int | itemPerLine = 16 |
| bool | doHex = True |
| l1 = sys.stdin.readline().strip() | |
| l2 = sys.stdin.readline().strip() | |
| def | itemsPerLine = getOffset(l2) - getOffset(l1) |
| l = l.strip() | |
| pos = l.find(' ') | |
| list | items = [] |
| tokens = l.strip().split(' ') | |
| int | ntokens = 0 |
| string | item = '' |
| def specBytesToCode.getOffset | ( | l | ) |
| def specBytesToCode.isHex | ( | l | ) |
| def specBytesToCode.doHex = True |
| string specBytesToCode.item = '' |
| int specBytesToCode.itemPerLine = 16 |
| list specBytesToCode.items = [] |
| specBytesToCode.l = l.strip() |
| specBytesToCode.l1 = sys.stdin.readline().strip() |
| specBytesToCode.l2 = sys.stdin.readline().strip() |
| list specBytesToCode.lines = [] |
| int specBytesToCode.ntokens = 0 |
| specBytesToCode.pos = l.find(' ') |
| specBytesToCode.tokens = l.strip().split(' ') |