Skip to content Skip to sidebar Skip to footer
Showing posts with the label Hex

How To Convert A Hex String To Hex Number

I want to convert a hex string (ex: 0xAD4) to hex number, then to add 0x200 to that number and agai… Read more How To Convert A Hex String To Hex Number

Python .readline()

First let me preface with I am new to python, no ego here. I have this code I cobbled together fro… Read more Python .readline()

Using Comparison Operators For Hex Values

I want to create a function that performs a certain task only when a hex value indicates an upper o… Read more Using Comparison Operators For Hex Values

Python - Reading Blob Type From Sqlite3 Db

This is a follow on from: Python - Converting Hex to INT/CHAR I now have a working solution for con… Read more Python - Reading Blob Type From Sqlite3 Db