ACPI
temperature display applet:
A very simple python applet that reads from
/proc/acpi/thermal_zone/THRC/termperature file (you can easily change
this file) and displays the number on your gnome panel. To download the
applet just click here (see the README file for installation
instructions):
acpitemp-0.0.1.tar.bz2
You can also use this as a simple applet example, but I recomend you
see the tutorial I followed to write this programm at :
http://www.pygtk.org/articles/applets_arturogf/index.html
.
Less serious things:
These are some programs I made mostly
for playing with things I found interesting. They are not friendly at
all, but the code is simple so you may modify it.
An WAV adaptive filter, takes a signal+noise WAV, a noise WAV and
generates an output WAV that, if the filter was correctly configured,
is cleaner than the signal+noise input.
waf.tar.gz
This Kohonen SOM generator, takes an RGB image and makes a SOM as an
RGB output image. It was interesting to play with the SOM's parameters
to see what happened.
som.tar.gz