Python School Alarm Clock 1.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Python School Alarm Clock 1.4 (Default branch)
# 1  
Old 01-02-2009
Python School Alarm Clock 1.4 (Default branch)

ImagePySchoolClock is an alarm clock that checks yourlocal school closing listings on the Internet. Ifyour school is closed, the alarm clock lets yousleep in.License: GNU General Public License v3Changes:
A feature to limit the maximum number of RSS itemsread has been added. Many of the constants havebeen moved to a separate file. The status line onthe GUI looks less ugly. A roadmap of futureversions has been added.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Alarm clock error while executing the script

I am executing perl script on Linux machine and the script is running for the last 5 hours and while running the script I had an error message in a single line Alarm Clock and the script got stopped. I havnt scheduled the script.I have executed the script manually. There is no syntax errors in... (1 Reply)
Discussion started by: scriptscript
1 Replies

2. Shell Programming and Scripting

crontab+mplayer alarm clock

I'm trying to run a alarm.sh using crontab, which play a song as an alarm at 6.15 am. I'm using amixer so that volume increases by 10% in every loop. My script is the following. SHELL=/bin/bash PLAYER=/usr/bin/mplayer SONG=/home/hbar/Music/song.mp3 DISPLAY=:0.0 15 06 * * *... (10 Replies)
Discussion started by: hbar
10 Replies
Login or Register to Ask a Question
oclock(1X)																oclock(1X)

NAME
oclock - round X clock SYNOPSIS
oclock [-option...] OPTIONS
choose a different color for the both hands and the jewel of the clock choose a different color for the background. choose a different color for the jewel on the clock. choose a different color for the minute hand of the clock. choose a different color for the hour hand of the clock. selects an appropriate level of backing store. define the initial window geometry; see X(1X). specify the display to use; see X(1X). choose a different color for the window border. choose a different width for the window border. As the Clock widget changes its border around quite a bit, this is most usefully set to zero. causes the clock to use the Shape extension to create an oval window. This is the default unless the shapeWindow resource is set to false. causes the clock to not reshape itself and ancestors to exactly fit the outline of the clock. causes the clock to consist only of the jewel, the hands, and the border. DESCRIPTION
The oclock program simply displays the current time on an analog display. COLORS
If you would like your clock to be viewable in color, include the following in the #ifdef COLOR section you read with xrdb: *customization: -color This will cause oclock to pick up the colors in the app-defaults color customization file: <XRoot>/lib/X11/app-defaults/Clock-color. Below are the default colors: Clock*Background: grey Clock*BorderColor: light blue Clock*hour: yellow Clock*jewel: yellow Clock*minute: yellow SEE ALSO
X(1X), X Toolkit documentation AUTHOR
Keith Packard, MIT X Consortium oclock(1X)