YOKOFAKUN
17 December 2009
Playing with Erlang (3): concurrency
›
In this post I'll show how to write a multithreaded erlang program where each child process will calculate if a given number is a Prime...
1 comment:
14 December 2009
Parsing a genetic code using flex and bison. Part 2/2
›
(this post was inspired from this tutorial: "Writing a Reentrant Parser with Flex and Bison" ). In the previous post I've sho...
Parsing a genetic code using flex and bison. Part 1/2
›
In this post I'll show how to write a lexer and a parser using Flex and Bison for parsing the genetic codes at NCBI . I'll write a...
07 December 2009
Playing with SOAP. Implementing a WebService for the LocusTree Server
›
In a previous post I've described the LocusTree server and showed how the wsimport command can be used to generate the java code that...
30 November 2009
Playing with Erlang (II)
›
transcripting a DNA to a RNA sequence with an anonymous function lists: map ( fun ($T)->$U;(OTHER)->OTHER end,"AATAGCTGATCGACAATG...
26 November 2009
Playing with Erlang (I)
›
I'm currently reading Joe Armstrong's "Programming Erlang" . Here are a couple of notes about ERLANG . Starting and stoppi...
2 comments:
A Java implementation of Jan Aerts' LocusTree
›
This post is a description of my implementation of Jan Aerts ' LocusTree algorithm (I want to thank Jan, our discussion and his commen...
‹
›
Home
View web version