Mastodon

Toots du Jour (Jan 13)

<1 min read

My clamorous toots for January 13, 2023

ImHex: An Open Hex Editor For The Modern Hacker #editor…
Read more →
Java

Char to Zero Padded Hex

<1 min read

Integer.toHexString(0x100 (int) 'f').substring(1).toUpperCase();

Read more →