Deprecated: Assigning the return value of new by reference is deprecated in /var/www/www.ireemo.de/wp-settings.php on line 520

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/www.ireemo.de/wp-settings.php on line 535

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/www.ireemo.de/wp-settings.php on line 542

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/www.ireemo.de/wp-settings.php on line 578

Deprecated: Function set_magic_quotes_runtime() is deprecated in /var/www/www.ireemo.de/wp-settings.php on line 18
perl « iReemo

Tag Archive for 'perl'

wxGlade Perl and SVN

Accidentally i discoverd wxGlade being installed on my EeePc. Since i knew wx is some kind of toolkit for creating gui’s i tested it. And… wow!

Its great to create some kind of raw mask for your application. Even it threw some errors first (had to correct some mistakes in the generated Perl code) it creates quite clean code.

I will use it for my Jukebox Project, in which i made a major step forward today: Sound works. Okay, not good, i have to dump mpg123 stdout to /dev/dsp via pipe, anything else doesnt work, but anyway, i have sound (Alice Cooper was the first song ;) )

Another thing: I had to search like hours for a useful documentation for wxperl. Maybe useful for others: wxWidgets Doc is useful even for wxperl.

Ahh, and I set up a SVN Repo today. I will post further information if some useful software finds its way to it.

eeepc-fancontrol 0.11 released + gcode

Today I created a google code project for eeepc-fancontrol. The projects home page is located at

http://code.google.com/p/eeepc-fancontrol/

Main aim for this daemon is to compensate the crappy hardware fancontrol by manually adjusting the fan speed via the eee.ko module according to the temperature.

There’s a nice article at the eeepc-linux projects wiki which explains why this hardware fan control is crap.

The daemon is written in Perl and needs some major adjustments like an init script (which is almost ready to be published) and an action for SIGTERM to reset fan_manual to 0

More information will be available in the projects wiki soon.