Tue, 18 Nov 2008
An xscreensaver hack: bingrid
I originally wrote the first version of this back in the 1980's.
Since I'm currently unemployed I have time to revisit it. It's based
on the munch screensaver already in the xscreensaver distribution.
Written in 1999 version C only. It was almost painful to write in that style again.
I've gotten spoiled by modern tools.
It looks much better when you see it moving.
Can anyone test this and see if it runs on any other linux except my Ubuntu 8.04 64 bit?
The binary and source is here: here.
To install:
- Put the binary where your current screensavers live (probably /usr/lib/xscreensaver/)
- copy any existing screensaver definition in your screensavers definition
directory ( probably /usr/share/applications/screensavers/ ) and edit it to
reference bingrid instead of whatever it already points to.
- Select bingrid from your regular screensaver selection.
Jay Sprenkle
posted at: 16:10 | path: | permanent link to this entry
Fri, 14 Nov 2008
An example program using jQuery: The chinese puzzle
I think the official name for this puzzle is the 'Chinese Puzzle'
though I always called it the 'fifteen' puzzle. Rearrange the pieces
so the numbers are in sequential order to win.
This was created as an experiment to see just how small a program could be made using
jQuery. I highly recommend it for your web site programming needs.
The game is here: here
Jay Sprenkle
posted at: 10:21 | path: | permanent link to this entry
|