Notepad++ window switcher plugin

For quite some time, Notepad++ has become my favourite text editor. I wrote a small plugin to fit it even more with my coding habbits. If you want to switch to a certain window with a shortcut and/or open/switch to the corresponding source/header file for the current document, then this plugin might do what you want.

Socket accept and too many open files

Did ever a socket accept() fail on you with the Too many open files error? I know it happened for me so here’s a short article about the things that helped me get rid of the problem.

Circle/Box Interesection Revised

This article continues our endeavors in the circle/aabb collision detection world presenting an extremely fast (if not the fastest) method to detect them.