Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
2 registered members (AndrewAMD, TipmyPip), 12,400 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
Re: Binary Clock [Re: AMan] #58562
11/10/05 04:22
11/10/05 04:22
Joined: Sep 2004
Posts: 1,214
Austin, Texas
Josh_Arldt Offline
Senior Developer
Josh_Arldt  Offline
Senior Developer

Joined: Sep 2004
Posts: 1,214
Austin, Texas
Awsome clock!

Re: Binary Clock [Re: Josh_Arldt] #58563
11/10/05 05:48
11/10/05 05:48

A
Anonymous
Unregistered
Anonymous
Unregistered
A



Here's a tip: For reading a binary clock, you can think of it as this:

00 0000:000 0000:000 0000

For example, if it's 12:45:00, then you will do:

01 0010:100 0101:000 0000

Those who need a quick explaination of how binaries work, start with 1 from the right and multiply by 2. For exampke, let's say that you have 8 zeros. "0" means "off," and "1" means "on." This is known as bit. 8 bits equal to 1 byte. So let's put into 8 zeros.

00000000

All zeros indicate that each of the 8 bits are off. Now, let's say that you have:

11111111

That's 255. It does this in a following order:

128 + 64 + 32 + 16 + 8 + 4 + 2 + 1 = 255

Let's break it down:

128 + 64 = 192
192 + 32 = 224
224 + 16 = 240
240 + 8 = 248
248 + 4 = 252
252 + 2 = 254
254 + 1 = 255

Hope this helps. You don't have to be a geek once you understand about what binary is.

Re: Binary Clock #58564
11/10/05 18:05
11/10/05 18:05
Joined: Apr 2005
Posts: 3,815
Finland
Inestical Offline
Rabbit Developer
Inestical  Offline
Rabbit Developer

Joined: Apr 2005
Posts: 3,815
Finland
Ok, I got it,


"Yesterday was once today's tomorrow."
Page 2 of 2 1 2

Moderated by  adoado, checkbutton, mk_1, Perro 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1