There are 4 articles written in November, 2010

Passing arguments to custom slots in PyQt

on November 30, 2010. in Programming. A 1 minute read.

While hacking on ape, I came to a situation where I need to pass some arguments to a custom defined slot. The slot is being called from different signals, one where the argument is passed by PyQt itself and a second one where I need to programmatically pass the argument to the slot.

While working on ape I had a problem with figuring out how to properly connect a signal to a slot, where the signal is emitted by a QTreeView widget. As this is not my first app with python and pyqt, I was doing something like (this is, btw, the “old style”):

ape is a PHP editor

on November 06, 2010. in Development, Programming. A 2 minute read.

A week ago I started working on a simple editor/IDE for PHP called ape. That’s my weak try on creating a reverse acronym as ape stands for - ape is a PHP editor. This is kind of an introductory post into the whole developing process of it, as my intention is to blog about it a bit more :)

Continue reading ape is a PHP editor...

Backup script for mysql

on November 05, 2010. in Development. A 1 minute read.

This post is more of a reminder for myself. Anywayz, a little bash script that backups a database, gzipit and deletes all backups older than 3 days.

Continue reading Backup script for mysql...