This is just a diary.

Sunday, January 31, 2010

Learning Lithuanian

This is my collection of online resources for learning Lithuanian (especially for English speaking people).

Lithuanian alphabet

Learning basic words
  • Flash game - basic words
Basic phrases
Audio learning

Friday, January 22, 2010

Java clipboard catcher

I tried to write a program in Java that would be monitoring clipboard for the changes and in case you had specific pattern in the clipboard it would perform a specified action (for example download a youtube clip).

Unfortunately according to a discussion here there is no way to monitor clipboard in java unless you do your own clipboard polling.

Anyway, you can download the source code of my endevours here.