uhlenheuerdotnet
programming, .NET, linux and others

Recent posts

April 21, 2013

Eclipse: Maximum heap size on gentoo

I had some troubles to increase the maximum heap size used by eclipse on my gentoo installation. Read on to see how to solve it.
April 7, 2013

Using distcc with your Raspberry Pi

Using gentoo on your Raspberry Pi may sound like a suboptimal choice considering the awful long compile times. To speed things up you can setup your main workstation to serve as a distcc build server.
January 16, 2013

Writing an ejabberd HTTP module

Small introduction on how to write a custom HTTP module for ejabberd
January 13, 2013

SharpXml - .NET XML serializer written in F#

I have just released the version 1.0 of my .NET XML serializer written in F#. Have a look and give it a try!
December 3, 2012

Using folders in F# projects in Visual Studio

Mysteriously Visual Studio does not allow to add folders to F# projects. However it is perfectly possible to do so anyway.
December 3, 2012

Out reference parameters in F#

Ever wanted to create or override a function with an out parameter in F#? This is how it's done.
November 15, 2012

Conway sequence in haskell

Generating the Conway look-and-say sequence in haskell
November 11, 2012

Raspberry Pi running gentoo

A short installation walkthrough on how to get the Raspberry pi to run gentoo linux
August 16, 2012

F# - Defining an extension method for generic arrays

Ever wondered how to write an extension method for arrays in F#? This is how it can be done...
August 9, 2012

99 scala problems - part 1

First part of a possibly longer series on solving 99 problems in scala
Index