Thursday, January 23, 2014

Friday, January 17, 2014

Two small console debug tools

#define step() toc=tic;tic=GetTickCount();printf("Elapsed: %d\n",tic-toc);
#define pause() system("pause");

Be Human

This is my prompt to the humans out there: Publication for the sake of publication, architecture for the sake of architecture, and agents fo...