some useful code snippets
- get ip address from domain gethostbyname.cpp
- calculate file md5 hash using window native library calculate_md5.cpp
- convert string time to unix epoch time_utils.cpp
- show ssl cert expiry date ssl_expiry_date.py
- strftime usage strftime_usg.py