Two months back I dug up the project files of BN+ Converter Pro, a .Net application I created when I…
Today I released the first public beta of Skynet, which is now at version 0.1.3. Skynet is an implementation of…
Yesterday I released GALib version 0.1, a small C# Library that provides the scaffolding for Genetic Algorithm based functionality. It’s…
Over the past 2 weeks I’ve been putting time in creating a general purpose Genetic Algorithm (GA) library in C#.…
Over the last week, I’ve been rewriting my Genetic Algorithm (GA) implementation of the Travelling Salesman Problem (TSP). I’ve rewritten…
To practice some AI methods I’ve been reading about, I created a genetic algorithm (GA) implementation to tackle the travelling…
Yesterday I spend about an hour creating the most useless application I’ve ever come up with. The main motivation for…
Yesterday I went to my first VISUG event. VISUG stands for Visual Studio User Group and is the independent professional…
While translating some of the C# code of MyDownloader to VB.Net for the .Net download library, I’ve already come across…
Now the Google Summer of Code coding period has finished, I can divide my attention between multiple projects again. Since…