Most of my projects and collaborations are available on my GitHub page. Here is the list of projects that I think are worth sharing:
My Lonely Island - Browser game
Isometric browser game about survival on the sinking island developed during Ludum Dare 38 Game Jam.
Built with JavaScript and CreateJS framework for graphics, animations and sound.
FAML - FAst Machine Learning library for C++
The aim of this library is to implement various machine learning methods in fast out-of-core fashion.
Oberon Interpreter
Interpreter for Oberon programming language (very similar to Pascal) written in C++, and using Flex and Bison libraries for code generation.