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.
- Host: GitHub
- URL: https://github.com/dnglokpor/hextosignedintconverterstr
- Owner: dnglokpor
- Created: 2021-08-09T04:09:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T04:52:51.000Z (about 4 years ago)
- Last Synced: 2025-06-21T17:03:32.903Z (4 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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