An open API service indexing awesome lists of open source software.

https://github.com/dnglokpor/hextosignedintconverterstr

a simple console application that converts a hexadecimal number to signed integer.
https://github.com/dnglokpor/hextosignedintconverterstr

Last synced: 4 months ago
JSON representation

a simple console application that converts a hexadecimal number to signed integer.

Awesome Lists containing this project

README

          

"HexToSignedIntStr.py"

a simple python script that takes a hex number as input and returns its value as a signed integer. this is done by converting the hex
to binary then using the 2's complement method to convert into the right integer value.
date: 8/3/2021
author: dnglokpor