May 16th, 2008
I’m expecting to start work on changing tv_grab_is program guide grabber to utilize the new XML feeds from 365 (Stöð 2) and also using the XML from RUV in the next few days. Sadly Skjár 1 have not yet created a XML feed so I’ll have to keep on doing HTML parsing for their program [...]
Tags: iceland, mythtv, open source, program data, xmltv
Posted in open source | No Comments »
May 15th, 2008
I am finishing writing a program called pysmsqueue that can manage to send SMS text messages through phones on multiple hosts or multiple phones on multiple hosts. There for handles load balancing, e.g. sending multiple messages at the same time. The code works pretty much for me but should be considered beta quality. You can [...]
Tags: gnokii, nagios, open source, sms, text message
Posted in open source | 4 Comments »
May 15th, 2008
I just tried out recordmydesktop. It’s a pretty cool program that basicly does what it says, that is record my desktop. It also captures audio from mic and any music/sounds you are playing at the time of recording. Good for creating video demos, tutorials, whatever. Grit!
Tags: open source, screen capture, sound capture, video capture
Posted in open source | No Comments »
May 15th, 2008
I created a script, AsteriskJA, a while back which can fetch data from a website and use in a CallerID lookup source within Asterisk. This script utilizes the Icelandic online phone book, http://ja.is/. It is written in perl and I’ve been using it now for several months. The effect is that if someone calls you [...]
Tags: asterisk, open source, trixbox
Posted in open source | No Comments »
May 9th, 2008
I wrote this script to take screenshots of my desktop because I have on occasion forgot to fill in my time sheet on a daily basis. Basicly it’s a script that takes a screenshot of my desktop every 15 minutes and saves to a directory structure.
screenshot.sh
My crontab entry:
*/5 8-19 * * * /home/tommi/screenshot.sh
Tags: open source, screenshot, time sheet, xorg
Posted in open source | No Comments »