Monthly Archives: April 2009

Playing with GTK# and Mono

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

“Longer Common SubString Problem” PHP Implementation

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 [...]