Posts tagged 'programming'

October 9, 2019

Override JSON serialization of golang type struct

Short code snippet how you can override or extend the JSON serialization of a golang type struct you cannot or don't want to modify
April 10, 2019

Building compact golang docker images

How to utilize multi-stage docker builds and static built golang executables to create compact images
September 1, 2018

Build QMK firmware on gentoo

Step-by-step walkthrough on how to build QMK firmware on gentoo
July 22, 2018

Elm with Webpack in 2 minutes

Quick intro on how to get started with an Elm application integrated into a proper Webpack setup
July 16, 2018

Grafana dashboard integration into slack using hubot

Walkthrough on how to get started on building a custom hubot instance that integrates your Grafana dashboards into your slack workspace
October 19, 2017

Dynamically load protobuf definitions using python modules

Have your protobuf message definitions dynamically loaded in your python script
October 12, 2017

Automated alpine based erlang docker image

How to build a minimalistic docker image for erlang applications based on the alpine base image
August 23, 2016

Building static executables in C++

Find some hints on how to build reusable statically linked C++ binaries with the help of docker
July 27, 2015

Running monodevelop in a docker container

Here you can find some hints on how you can install and run monodevelop in a docker container
February 23, 2014

ejabberd: message archive management (XEP-0313)

I have started implementing an ejabberd module that targets the experimental 'Message Archive Management' (XEP-0313) specification.
February 20, 2014

External ejabberd authentication script

Example on how to use a python script for the external ejabberd authentication mechanism
June 26, 2013

Get going with vim

Useful plugins and settings you may want to know when using vim for programming
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
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
July 17, 2012

Scala: Project Euler problem 20

Project Euler problem - the twentieth
July 17, 2012

Scala: Project Euler problem 16

The solution of the 16. problem from Project Euler
July 17, 2012

Scala: Project Euler problem 6

Another Project Euler solution - number 6 this time
July 17, 2012

Scala: Project Euler problem 2

The solution of the second problem from Project Euler
July 17, 2012

Scala: Project Euler problem 1

Solution of the first problem of Project Euler written in Scala
June 7, 2012

F# - Compiling lambda expressions

Ever tried to compile a lambda expression in F# into an internal delegate type? Well, if you actually did you will know it does not work as you probably would expect.
May 6, 2012

F# - Singleton pattern

Implementing the singleton pattern in F#.
February 6, 2012

WPF - using an ObjectDataProvider

Since I always forget how to properly implement an ObjectDataProvider in WPF I will give a short explanation.
February 4, 2012

F# - implementing an observable object

In case you want to have an observable object in F# for example to use it in a WPF application this is a convenient way to implement such thing.
January 12, 2012

Haskell: Project Euler problem 2

The next post in the upcoming Project Euler series
January 12, 2012

Haskell: Project Euler problem 1

Solution of the first problem of Project Euler
December 1, 2011

Hakyll: static website generator in Haskell

As a part of my latest interest in functional programming and Haskell in particular, I switched my blog from rstblog to Hakyll.
November 22, 2011

Using WPF with F#

I just recently tried to build a small WPF application in F# and although Visual Studio 2010 does not provide great support for WPF in concerns of F# the experience was not as bad as expected.
November 7, 2011

Haskell: using ghci with Console2

For all you haskell programmers out there having or choosing to use windows, using Console2 is a great way to improve the ghci experience.
October 28, 2011

Haskell - getting my feet wet

Get a small impression about my ongoing learnings on functional programming. This time I am looking into Haskell!
October 18, 2011

F# - Playing Hangman

Today I tried to program the simple game "Hangman" in F# in order to get more comfortable with the functional programming style and with F# itself.
October 17, 2011

Starting with Erlang

As part of my current interest in functional programming I took a quick look at programming in Erlang.
October 16, 2011

Git: Delete a remote tag

It does not happen that often but in case you want to get rid of a git tag on a remote...
September 29, 2011

Vim emulator plugin for Visual Studio 2010: VsVim

For all you vim fanatics who want to have vim-like editing experience in your Visual Studio, there is a great solution waiting for you: VsVim
September 24, 2011

CSV export in T-SQL

Because I always forget how to export data from the SQLServer into a CSV file I will post it up here.
September 24, 2011

Inspect an open transaction in SQLServer

There is a handy command to inspect an open transaction running in a Microsoft SQLServer.
May 31, 2010

space.vim - smart space key for vim

I just happened to stumble over a really nice vim plugin called 'space.vim' that turns the space key into a clever action key.
May 31, 2010

Read time stamp counter in C

Ever wanted to get hold of the RDTSC? This is how I got it done in C.
May 20, 2010

Vim - visual search

I recently came up with a small function to search for visually selected words in vim.
April 18, 2009

Site of the moment: github

Time to get into social coding with git: join github.com
April 18, 2009

Random vim hints

I just picked some random vim stuff you might find useful
December 20, 2007

Clean your system with udept

In order to clean up your portage-installed packages there is a great tool called udept
Index