Multitran Requester let you get translation of word from English to Russian using www.multitran.ru. It may be useful to make Flashcards to memorize word's translation.
You need Go 1.1 installation. Also you will need to install go-charset packages to deal with windows-1251:
go get code.google.com/p/go-charset/charset
It's simple:
go run multitran.go <word>
Example:
go run multitran.go hello
Output:
hello приветственный возглас; оклик; восклицание удивления;
Also you can use helper script to prepare batch of cards to upload to Flashcards Deluxe website:
./words.sh <list-of-words-file>
Distributed under the MIT license.