The Following User Says Thank You to fpp For This Useful Post: | ||
|
2008-12-17
, 22:05
|
|
Posts: 334 |
Thanked: 366 times |
Joined on Nov 2008
@ Italy
|
#52
|
|
2008-12-17
, 22:10
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#53
|
I'm too much of a down-to-earth, pragmatic and occasional programmer to worry about philosophical issues - and Python has few of them (see the 'Zen of Python'), which is why I like it :-)
The question is intriguing though, and while I haven't (yet) found a definitive answer, I did find the discussion on this page quite enlightening:
http://jtauber.com/blog/2006/04/15/p...onstant_lists/
|
2008-12-17
, 22:20
|
|
Posts: 334 |
Thanked: 366 times |
Joined on Nov 2008
@ Italy
|
#54
|
Initially I thought that Alat was built in when I say the Alarm Off /On graphic.
But I guess that is only a graphic and is not a workable "switch as yet", Am I right ?
Also while I would love to have the alarm feature (I loved the clock so much - that I woke up quite a few times on the first night to look at the time in big clear letters - thus losing good sleep :-) , the nice clear interface made me think this would work very well as a stop-watch too - if that feature is built in (maybe).
Maybe clicking the full-screen button could start/stop the stopwatch - just a thought.
But I love this clock at last and having an alarm would make it replace the large statusbar alarm system for me (which bugs me in that it kills the sound on my tablet each time).
The Following User Says Thank You to ciroip For This Useful Post: | ||
|
2008-12-17
, 23:27
|
Posts: 2 |
Thanked: 3 times |
Joined on Dec 2008
|
#55
|
I need your help people: I heavily modified the code using great PLOP's suggestions but now the clock keep crashing every 9th minutes...
I have no idea why the
x[15] a time.ctime() on the 9th minute made this expception...
Anyway, I think people can survive with a clock that crash each 9th minute....(09, 19, 29 etc)
|
2008-12-18
, 15:15
|
|
Posts: 334 |
Thanked: 366 times |
Joined on Nov 2008
@ Italy
|
#56
|
My bad, I've overlooked the range, it loaded from 0 to 8 before ^^.
Use
numeri = [pygame.image.load(path+str(x)+".png") for x in range(0,10)]
when you load the images and it will work.
The Following User Says Thank You to ciroip For This Useful Post: | ||
|
2008-12-19
, 09:12
|
|
Posts: 334 |
Thanked: 366 times |
Joined on Nov 2008
@ Italy
|
#57
|
|
2008-12-19
, 12:26
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#58
|
|
2008-12-19
, 15:40
|
|
Posts: 334 |
Thanked: 366 times |
Joined on Nov 2008
@ Italy
|
#60
|
ciroip, you really don't want me to package it? I honestly don't mind doing so
(But spare a thought for us N800 users please! )
Oh, N810 led can be controlled via dbus:
http://www.internettablettalk.com/fo...ad.php?t=17024
The question is intriguing though, and while I haven't (yet) found a definitive answer, I did find the discussion on this page quite enlightening:
http://jtauber.com/blog/2006/04/15/p...onstant_lists/