Posted by md
on April 11, 2008
I just added some new features to my vim configuration – check out these extensions:
- snippetsEmu – simulates the snippets engine of Textmate. Simple configuration, high productivity impact.
- Mark’s CPP vim templates to automatically create file skeletons for C++.
So, go and install some voodoo. Yum. Picture CC’ed by chaceofspades on flickr, thanks!
Posted by md
on April 06, 2008
Recently, I started to use the autotools for building a project. But I am really unhappy with it – although a lot of special cases can be handled by the toolchain, it is extremely complex to use and prone to user errors. Auto-Hell, I guess… So, this code kata is dedicated to the alternative
CMake package. I have written a simple C++ program to solve
problem #2 of Project Euler.
Continue reading…