my first widget is available
Monday, 12. June 2006, 15:21:39
finaly my first widget is now available. its a "set theory clock" written in SVG

to read the time on this clock you have to sum up the lit rectangles.
one rect on the first line is worth 5 hours,
on the second line its 1 hour,
on the line with 11 rects, each rect is worth 5 minutes,
and on the last line its one minute.
so the current hour is:
5*NumberOfRectsLitInFirstLine + NumberOfRectsLitInSecondLine
and the current minute is:
5*NumberOfRectsLitInThirdLine + NumberOfRectsLitInFourthLine
so the image above shows 3*5+1:10*5+0 = 16:50
please vote for it !

to read the time on this clock you have to sum up the lit rectangles.
one rect on the first line is worth 5 hours,
on the second line its 1 hour,
on the line with 11 rects, each rect is worth 5 minutes,
and on the last line its one minute.
so the current hour is:
5*NumberOfRectsLitInFirstLine + NumberOfRectsLitInSecondLine
and the current minute is:
5*NumberOfRectsLitInThirdLine + NumberOfRectsLitInFourthLine
so the image above shows 3*5+1:10*5+0 = 16:50
please vote for it !










