rikribbers.nl

Somewhere doing something with or without someone

Articles with the testing tag

My first code blog post

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,...

My first blog post

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!