Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged hex

0 votes
580 views
1 answer
    In this font-size resizing tutorial: Quick and easy font resizing the author uses parseFloat with a second ... getting confused with Java? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
522 views
1 answer
    Is there any way to set an int to a negative value using a hexadecimal literal in C#? I checked the ... need to do some extra casting. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
632 views
1 answer
    I have a file containing a list of hexadecimal numbers, as 0x12345678 one per line. I want to make a calculation ... (if reasonable length ;-) ) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
474 views
1 answer
    I have a scenario in a java web app, where a random hexadecimal value has to be generated. This value should ... a value be directly generated? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
464 views
1 answer
    I downloaded Hex Workshop, and I was told to read a .dbc file. It should contain 28,315 if you read offset ... do this? What does 0x04 mean? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
435 views
1 answer
    Note - This is NOT a duplicate of this question - Count the consecutive zero bits (trailing) on the right in ... What is the working mechanism ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
603 views
1 answer
    I have a string representation of a MD5 hex digest for a file, that I want to convert to ... (hex_digest) === expected_base64_digest See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
613 views
1 answer
    I know we can use printf("%04X", value); to print unsigned hexadecimal values. Is there a similar flag or a ... -0x2 0xFE 11111101 -0x3 0xFD See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
395 views
1 answer
    I was wondering if there is a similar hex (x) escape in Java like there is in C++. For example: char ... concat a bunch of hex numbers together? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
385 views
1 answer
    Is there a built in way to convert an integer in Ruby into its hexadecimal equivalent? Something like the opposite ... a built in Ruby function. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
604 views
1 answer
    I have a homework assignment where I need to do three-way conversion between decimal, binary and hexadecimal. The ... 't have learned anything. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
288 views
1 answer
    Has hex codec been excluded from python 3.3? When I write the code >>> s="Hallo" >>> s.encode('hex' ... encode() method is nice! Any suggestion? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
517 views
1 answer
    An integer's max value in Java is 2147483647, since Java integers are signed, right? 0xff000000 has a ... Can anyone enlighten me please? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
475 views
1 answer
    How to convert decimal to hex in the following format (at least two digits, zero-padded, without an 0x prefix) ... but not the second one. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...