Archive for the ‘Programming’ Category:

Android Montastic Widget

{ Posted on Jul 11 2010 by admin }
Tags : ,
Categories : Programming
We did it again, another app for our beloved Android. It runs on android versions from 1.5 to 2.2. Android Market link: Montastic Widget App lets you see the status of all your web servers monitored with montastic service.  You need a ...Read More »

Analog Clock Collection for Android

{ Posted on May 22 2010 by admin }
Tags : ,
Categories : Programming
We have released new free application for Android, desktop widget called Analog Clock Collection. You can download it from following market location Clock Collection Application comes with 24 different analog clock styles from which you can choose your favorite one, all ...Read More »

Direct2D

{ Posted on Apr 30 2009 by admin }
Tags :
Categories : Programming
I am using GDI and GDI+ for 2D graphic for ages. GDI+ for a moment looked like mana from heaven, but it has some serious drawbacks. The most painfully one is speed, or lack of it to be more precise. ...Read More »

Check Digit calculation (IBAN) - MOD 97

{ Posted on Apr 17 2009 by admin }
Tags : , ,
Categories : Programming
Some times I am amused how problems, that looked like huge pain, can be solved in few lines of code using basic math algorithms learned at elementary school. We were adding IBAN number verification which requires mod 97 calculation on ...Read More »