Tag Archives: porting

Switching to Linux: A Windows developer’s view

A few weeks ago, I switched my development environment from Windows to Linux, on a project which was developed so far on Windows only. In this post, I want to describe the issues that brought me to this switch, a … Continue reading

Posted in Programming | Tagged , | 104 Comments

Google diff, match and patch ported to C#

The title says it all, I’ve ported the Google diff-match-patch library to C#. It’s a nice diff library, and supports Java, JavaScript, Python, C++ (with Qt) and C# with exactly the same API. Porting wise, everything went fine due to … Continue reading

Posted in Programming | Tagged , , | 6 Comments