Top "Hex" questions

Hexadecimal (also base 16, or hex) is the base-16 positional numeral system, using the 16 symbols 0–9 and A‒F.

Background-color hex to JavaScript variable

I'm kind of new to JavaScript and jQuery and now I'm facing a problem: I need to post some data …

javascript jquery hex rgb background-color
What is the underlying type of a c++ enum?

This may have been answered elsewhere but I could not find a suitable response. I have this code: enum enumWizardPage { …

c++ enums size types hex
how to format hex numbers using stringstream

I am trying to convert an unsigned short to its hexadecimal representation in uppercase and prefixed with 0's using stringstream. …

c++ c++11 hex string-formatting stringstream
How does one write the hex values of a char in ASCII to a text file?

Here is what I currently have so far: void WriteHexToFile( std::ofstream &stream, void *ptr, int buflen, char *prefix ) { …

c++ ascii hex ofstream
Convert int to hex with leading zeros

How to convert int (4 bytes) to hex ("XX XX XX XX") without cycles? for example: i=13 hex="00 00 00 0D" i.ToString("…

c# hex string-formatting
Django: 400 bad request syntax - what does this message mean?

I am using django to build a simple website. When you type the base address (which for now is 127.0.0.1:8000/), I …

django http hex ascii http-status-code-400
What hex color code is "Google Plus Red"?

Does anybody know what the exact hexadecimal code is for the red used in google plus icons?

colors hex google-plus
Swift native functions to have numbers as hex strings

Is there any native Swift way for any (at least integer) number to get its hexadecimal representation in a string? …

ios macos swift numbers hex
How to print integer literals in binary or hex in haskell?

How to print integer literals in binary or hex in haskell? printBinary 5 => "0101" printHex 5 => "05" Which libraries/functions allow this? …

haskell binary io hex
List of hex keyboard scan codes and USB HID keyboard documentation

Where am I able to find a list of the hex keyboard scan codes for different keyboard layouts? I'm sending …

keyboard hex hid keycode