Barnard Engineering – Sample Software
I have written software for many purposes. These are just a few examples.
- Fast approximate string matching in Perl – (Measurement of Sequence Distance using Myers Algorithm) This code measures the distance between a query and a text string, representing protein sequences, by finding the best alignment using the Myers 98 algorithm…
- Search Extension in Ruby – I wanted to be able to provide a full text search capability for Radiant CMS websites. The Acts_as_Ferret plugin provides a convenient interface…