Author Topic: happy birthday f3d323  (Read 1591 times)


its still my birthday...


Any combination of A-Z and 0-9 in 6 Characters so hdde37 would be a hex. Go on, try it.
0-9 and A-F. Hex color codes use hexidecimal. 'hdde37' would not work lol

Doesn't hexadecimal act like bytes? When they go over their max value, don't they resume through their bottom value much like printoverflow?

0-9 and A-F. Hex color codes use hexidecimal. 'hdde37' would not work lol

also his avatar is pikachu and his name is yellow


Doesn't hexadecimal act like bytes? When they go over their max value, don't they resume through their bottom value much like printoverflow?
Mathematically speaking, hexadecimal is a numerical base like base-10 or base-2 and has no intrinsic repeating properties. As far as computerized interperetations of it, it depends on the programming. In any case, values other than 0-F are likely not valid to any numerical interpereter.