• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

MazerRackham! question for you....

Originally posted by: ActuaryTm
Also, would be remiss if it were not mentioned that these exist for a reason.

But then Mazer wouldn't have a thread with his username in the title. 😕:thumbsdown:
 
Originally posted by: pyonir
Originally posted by: notfred
#75 : 001000110011011100110101

It says "#75", just like it's labeled.

So 001000110011011100110101 = 75 in binary?

No, it says "#75". It's three ascii bytes (each one is a character):
00100011: #
00110111: 7
00110101: 5

The number 75 represented in binary instead of decimal is 1001011.
 
Originally posted by: notfred
Originally posted by: pyonir
Originally posted by: notfred
#75 : 001000110011011100110101

It says "#75", just like it's labeled.

So 001000110011011100110101 = 75 in binary?

No, it says "#75". It's three ascii bytes (each one is a character):
00100011: #
00110111: 7
00110101: 5

Gotcha. I did terribly on the binary portion of the one class i took in college that had anything to do with binary. (that sentence sucked)
 
Back
Top