Maarten's blog
Cancel

Kanban Warrior

Yesterday I discovered this awesome command line tool called Task Warrior. It is basically a to-do list on steroids; you can define tasks, group them into projects, generate reports etc. etc. (see ...

A hardware monitor in C# 4.0 with the Task Parallel Library - Part 2 - Exception Handling

Welcome back at part 2 in this series. In the first part I described the basic framework for the hardware monitor. In this part I will add some exception handling to the monitor and also a way to p...

A hardware monitor in C# 4.0 with the Task Parallel Library - Part 1 - The basics

Sometimes you need to continuously and in the background retrieve and process data from an external device connected to your system (for example a GPS receiver or you want to monitor your ethernet ...