Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 392 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 392 Bytes

pyscript

small python scripts

IpToNum

Translate ip string whose format is xxx.xxx.xxx.xxx to integer number. This Script assume tha integer is 32bit 2's complement number.

page_splicer_*

parsing the txt file which are generated by coping the pdf book to create bootstrap document

split_to_tuple

split whitespace-separted string and print it as 'xxx', 'xxxx' .... format