For a long time now I’ve become a fan of the python+Qt combination. It is great to have an easy to learn, easy to use
Category: Programming
Programming issues
php foreach by reference
Here’s an interesting “feature” (bug?) for php. Recent PHP versions support this syntax for foreach: foreach ($myarray as &$v) $v[‘koko’]=’lala’; This allows easy changes to
KAutostart and python
This one took me many hours to debug: For KDE 4 and python there can be a hard to debug problem with KAutostart usage. Suppose