Jul 26, 2012

Sequences alignment in Python

One of the uses of the LCS algorithm is the Sequences Alignment algorithm (SAA). The SAA is useful for comparing the evolution of a sequence (a list of characteristic elements) from one state to another, and is widely used by biomedics for comparing DNA, RNA and proteins; SAA is also used for comparing two text and finding their differences, like the *nix's diff tool.

Longest Common Subsequence in Python (version 2.0)

In one of my previous posts I was implemented the Longest Common Subsequence algorithm using string shifting. Now I was enhanced the algorithm, simplified the code, and fixed some issues. Following the SC:

Jul 9, 2012

Carnival LiveCam & the mockups 3

Finally, after several weeks of hard work in my other proyects, I pleased to show you the new Carnival LiveCam mockup for videoconferences with a modern, intuitive and very simple touch design.

Jun 23, 2012

Simple video call example program using QXmpp

In my previous post I had shown you how to compile QXmmp in ArchLinux, now I'll show you a minimal videoconference example using QXmpp.


May 12, 2012

Installing QXmpp in ArchLinux

In this post I will show you how to install the lastest version of QXmpp (0.4.0) and enable full support for Speex, Vpx and Theora codecs support.