Here are some of my projects
Biofeedback with EEG
Biofeefback and particularly neurfeedback is something I have been interested in for a longer time. This is more explained here.Computer vision
Implementing image recognition in computers is very broad and dynamically evolving subject. I started reading and researching a little. Bought web camera and was able to perform a few tests with DirectX and Intel's OpenCV open source project. One of my ideas is to create a program, that will automatically recognize REM (rapid eye movement) during dreaming. Although this sounds rather simple there are a few obstacles. Perhaps the most unwelcome is programming in Microsoft environment. Since I started working with java, it is not any more fun to use Visual C++. Unfortunatelly regular java's performance is not good for real time image processing.Piano teacher
I like music. I play a guitar quite a lot. However my music is purely for joy, only a hobby. Although I know basis of how to read notes, I would have hard time to use them efficiently (fast enough), and writing is totally out of question. Quite recently I started to learn piano, and I would love to learn a few famous classical songs. This project is to help with that and allow efficient learning without a need to know anything about notes.AutoJNI
Most of my development is done with Java. This is very efficient platform. This project is about to create a tool, that will automatically generate everything required to use C-based libraries in java. The goal is to make JNI as transparent as possible.