The precompiled version of Android offline dictionary download link has been just shared. You can download it from my DropBox public folder. lexicon.apk - the precompiled application for Android devices eng_ocrdata.zip - the training data for OCR module (English language);…
Query eBay purchase history
eBay is great except that they don't want to show you how much you have spent over a period of time. Maybe this is a strategic feature, I don't know and I don't care. I just need it! Lately I've…
An offline Android multi-language dictionary
This project started when I've begun to learn a Nordic language and I realized that the only good dictionaries are those online but, and don't laugh, I have no 3G Internet connection on my Android smart phone (because I am…
Lightweight free PHP chart library
This project has a weird history (like any other project, though). I have an application and its dedicated website where I'm collecting some sort of data/statistics of the application usage. The statistics are automatically send to me by e-mail in…
Understand Eclipse classes by class diagram
Nowadays I working more and more with Eclipse, especially I'm writing some plug-ins to make it suit my needs, and I'm finding hard to understand all the relationships and dependencies that exists between all Eclipse's packages I am using. One…
Java string concatenation can be a nightmare
OK, so you are a Java keen programmer and you think that Java rocks. Perhaps you are right. But be aware of Java string concatenation, especially when it's done in a loop where you have hundred thousands or even million…
How to measure the similarity between two words
One problem that I have encountered these days is related to "how to measure the similarity between two words". The problem is not new (in fact its solution is older than any person I know alive) and one solution could…