Top "Representation" questions

Converting a hex-string representation to actual bytes in Python

i need to load the third column of this text file as a hex string http://www.netmite.com/android/…

python hex representation
2's complement representation of fractions?

I'm a little lost on this. I need to use two fractional bits 0.(a-1)(a-2) Like that, now I can …

math binary representation
What does Canonical Representation mean and its potential vulnerability to websites

I searched on google for a meaning of canonical representation and turned up documents that are entirely too cryptic. Can …

representation canonicalization
UIImage UIImageJPEGRepresentation safe to UIImage

I need to perform UIImageJPEGRepresentation method and after that save it NOT to file, I need to save it to …

objective-c uiimage jpeg representation
C# binary constants representation

I am really stumped on this one. In C# there is a hexadecimal constants representation format as below : int a = 0…

c# binary format constants representation
Why are some Python strings are printed with quotes and some are printed without quotes?

I have a problem with string representations. I am trying to print my object and I sometimes get single quotes …

python string representation
UnicodeDecodeError: 'ascii' codec can't decode

I'm reading a file that contains Romanian words in Python with file.readline(). I've got problem with many characters because …

python file encoding decoding representation
Converting Signed Int to Unsigned String value in Java

To keep this short, I am getting a signed number, -25771 (in Java), that I need the unsigned String representation …

java binary unsigned signed representation
Binary representation of a number in Matlab

Is there a Matlab function that returns the binary representation of a float number?

matlab binary floating-point representation