The Following User Says Thank You to skykooler For This Useful Post: | ||
|
2011-01-14
, 01:24
|
Posts: 21 |
Thanked: 9 times |
Joined on Apr 2010
|
#272
|
Feasible... If you'd like I'll make that clock style for you. (I haven't looked at binary clock code lately, but I'm sure it's not hard.)
The Following User Says Thank You to enceladus47 For This Useful Post: | ||
|
2011-01-14
, 01:42
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#273
|
I suppose the first step would be to find out which desktop is currently active; the rest would be (relatively) easy.
Anyone know how this can be done in Python?
|
2011-01-14
, 01:56
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#274
|
I'd appreciate that, The BCD clock has it by the 12-hour mode, and personally I'd use it with binary.
I think instead of removing the 5th dot it may be used as a PM indicator but shifted like this:
o _ o o o o
o o o o o o
Dunno if that or a simple 4-dot would be better/easier
The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
|
2011-01-14
, 15:50
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#275
|
|
2011-01-14
, 19:33
|
Posts: 21 |
Thanked: 9 times |
Joined on Apr 2010
|
#276
|
|
2011-01-14
, 19:37
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#277
|
Thanks a lot for this effort, it looks just as expected but there's something wrong with time
The indicator is right but the other four dots act as if it was the 24-hours mood, for example for 1 pm it shows '1 1011' instead of '1 0001', 9 pm shows '1 0101' instead of '1 1001', 12 am shows '0 0000' instead of '0 1100'
|
2011-01-14
, 19:50
|
Posts: 21 |
Thanked: 9 times |
Joined on Apr 2010
|
#278
|
The Following User Says Thank You to enceladus47 For This Useful Post: | ||
|
2011-01-14
, 20:01
|
Posts: 21 |
Thanked: 9 times |
Joined on Apr 2010
|
#279
|
|
2011-01-14
, 20:32
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#280
|
The Following 2 Users Say Thank You to Mentalist Traceur For This Useful Post: | ||
Anyone know how this can be done in Python?