Progress in Qtimidity development
Great news from Qtimidity player project!
- New playlist based on model/view Qt4 paradigm.
- File navigation widget.
- Automatic timidity and soundfont configuration wizard (you'll nedd sfarkxtc installed on your system path.)
- Small fixes and interface improvements.
Here some screenshots.
As usual you can download test and play with it with:
git clone git://github.com/lele85/qtimidity.git
Qtimidity

Qtimidity is a simple pyQt4 interface for timidity soft synthesizer for GNU/linux. The project is extremely simple. To test it you need timidity++ installed and configured on your sitem. As soon as possible i will add a wizard to download and manage soundfonts.
The project is hosted at github.com. I you want to test it just download it with:
git clone git://github.com/lele85/qtimidity.git
Optimus DB 0.0.2 is out!

Great news, few bugs solved. No major imporovements.
- Less emphasis!!!!! ( No more exclamative mark on menu entry text!!!!!!!!!
)
- More compatibility (fixed an idiot bug that prevents installation on firefox version 3.0.*)
DOWNLOAD
Optimus DB 0.0.1 released.

Version 0.0.1 is out! Fell free to try it and give me feedback! Go to projects page to download it!
As usual improvements, suggestions, insults (
) are welcome!
Working on a firefox plugin to optimize internal databases.

Reading dottorblaster's blog (and talking with him in #archlinux italian irc channel) I got the idea for a firefox 3 plugin.
I'm working on this extension to optimize firefox 3 internal database (history, cookies, form history etc...). The base implementation is almost done, now it's all about finishing touch and packaging! The code is a little too experimental for relase so let me know if you are interested in testing and maybe improve my hack.
Validate and parse an XML using XML Schema in python.
If you have never heard of xml and xml-schema maybe it's time to do it (or just save your time and take a nice walk outside
).
Here some usefull links:
- XML
- XML Schema
- Beautiful place to walk just 1 hour's drive from my home
In this example we will look into a simple xml file (a description of a public library), the corrisponding xml schema and the python code to validate and parse it.
The library structure is trivial and you should understand it simply reading the xml file:
My desktop – June 2009
- Arch Linux
- KdeMOD 4.2.3
- Oxyglass Plasma Theme
- Avant Window Navigator
- The Black Hole wallpaper by Vladstudio
Enjoy!
Comment on wordpress blog using XML-RPC and python magic!
From www.xmlrpc.com:
What is XML-RPC?
It's a spec and a set of implementations that allow software running on disparate operating systems, running in different environments to make procedure calls over the Internet.It's remote procedure calling using HTTP as the transport and XML as the encoding. XML-RPC is designed to be as simple as possible, while allowing complex data structures to be transmitted, processed
Whith XML-RPC you can do a lot of usefull
stuff like this:
In this quarter I'm studying Distribuited Information Systems at university so I thought:
Why not share my example with other people?
Here we are, let's code a simple xml-rpc client to post a simple comment on this blog! For this example we will use:
- Python ( of course
) - xmlrpclib
- Wordpress XML-RPC APIs
Hello world!
Hello, World. I'm an italian Informatic Engeneering student, free and open source software enthusiast and great pizza eater. This blog will be a notepad about python programming, cutting edge technology and geeky things.
Let's start with an amazing (
) code snippet in python language just to stay on-topic:
print "Hello, World"
and go on with an xkcd classic:

See you later folks!