Archive for April, 2009

Playing with GTK# and Mono

April 23, 2009david No Comments »

After few days thinking and doing some research I decided to try C#. My first Project will be create a Translation widget using the Google’s Translation API.
In few minutes I had this:
 
Share on Facebook

read More »

“Longer Common SubString Problem” PHP Implementation

April 17, 2009david 1 Comment »

The longest common substring problem is to find the longest string (or strings) that is a substring (or are substrings) of two or more strings.
The problem of longest common subsequence arises whenever we search for similarities across multiple texts. A particularly important application is in finding a consensus among DNA sequences. The genes for building [...]

read More »

} catch(err) {}