Py…zza Coder Let’s cook our ideas!

14Oct/0963

Google wave invite OWNED!

:D


Let's try it!

10Oct/090

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

29Sep/090

Qtimidity

midi1
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

15Jul/091

Optimus DB 0.0.2 is out!

Extension Manager
Great news, few bugs solved. No major imporovements.

  • Less emphasis!!!!! ( No more exclamative mark on menu entry text!!!!!!!!! :P )Tool menu.
  • More compatibility (fixed an idiot bug that prevents installation on firefox version 3.0.*)

DOWNLOAD

7Jul/091

Optimus DB 0.0.1 released.

optimus-256x256
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 ( :P ) are welcome!

30Jun/0913

Working on a firefox plugin to optimize internal databases.

optimize

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.

4Jun/090

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 :P ).
Here some usefull links:

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:

2Jun/092

My desktop – June 2009

Enjoy!

1Jun/095

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 :P 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:

31May/090

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 ( :P ) code snippet in python language just to stay on-topic:

  1. print "Hello, World"

and go on with an xkcd classic:

Python! I'm flying.

See you later folks!

Filed under: fun No Comments