Mostly, I used to found java programmers having difficulties with getting date and time. Other programming languages have straight forward way to access date and time from the computer. But in java it is bit difficult; We have to use…
Android
Services in Android
by Rupak •
General
Recovering odt file
by Rupak •
Sometime the crazy person don’t care about the interoperability of the document and uses their own formats. This time is painful when you lost the document which is very important and you don’t have enough time to reproduce. If you…
Android
Button event handleling on master-detail activity on Android
by Rupak •
Php
Php function to format the number in Nepalese currency format
by Rupak •
Find the source in Gist Use is very simple // calling // if you need the number format in unicode format then call using money_format_nep(“12121244”,true); // if you dont need unicode characters then just pass false money_format_nep(“12121244”,false); https://gist.github.com/rupakraj/2ff589c2cc3fc23c8ad3