Name: Steve Wainstead
Member since: 2000-07-19 04:22:01
Last Login: 2009-06-01 01:35:14
Homepage: http://www.panix.com/~swain/
Notes:
I am the Director of Software Development for MyPhotoAlbum. My
album is here: swain.myphotoalbum.com
Applying this tool to sourceforge.net or savannah.gnu.org is
neither necessary nor recommended: With $1 being the project,
you can simply
rsync -av rsync://$1.cvs.sourceforge.net/cvsroot/$1/ $1
So rsync -av
rsync://lambdamoo.cvs.sourceforge.net/cvsroot/lambdamoo/
lambdamoo-CVSROOT got me the whole CVS repository; pointing
CVSROOT at it in my shell, I can check modules out locally.
How fun is that? (Now, to convert it to git).
20 May 2009 (updated 20 May 2009 at 13:57 UTC) »
(defun hahahahaha() "descriptive string" (interactive) (jump-to-register ?1) )
While waiting on cron, I find myself running "date" over and over to see when the top of the hour has arrived... but why not make the status bar do this for me? (I'm in shell mode usually).
Dunno how much this will punish your system; I'm running it via X11, displayed locally with no problems, and also in a terminal window on a remote server and there's no display flickering or anything.
;; check the man page for the 'date' command to format the ;; day/time differently.. (defun sw-display-seconds-in-status-bar () "Make the clock display the seconds so I know when cron is going to run..." (interactive) (setq display-time-interval 1) (setq display-time-format "%c") (display-time) )
wainstead certified others as follows:
Others have certified wainstead as follows:
[ Certification disabled because you're not logged in. ]
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!