This is simple blog spot to test the display of code snippets. The first example is an erlang example taken from here. -module(echo). -export([start/1,server/1,handle_messages/1]). start(Port) -> spawn(?MODULE,server,[Port]). server(Port) -> {ok,...
The next coming period I will start publishing a few technical blogs on Java, Erlang and DEMO. Propably I will post a few entries on Pelican also escpecially on the customisation I have in mind. Enjoy!