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…
Author Archive for Rupak
#ComputerEngineer #SoftwareDeveloper #Programmer
Services in Android
by Rupak • • 0 Comments
Recovering odt file
by Rupak • • 0 Comments
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…
Button event handleling on master-detail activity on Android
by Rupak • • 0 Comments
Php function to format the number in Nepalese currency format
by Rupak • • 0 Comments
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
A New Paradigm for the Open Web
by Rupak • • 0 Comments
Unhide hidden folders and files due to virus
by Rupak • • 0 Comments
Scanning the viruses in the USB Drives are very easy if you have installed an antivirus program in any windows OS. For the non IT personals the recovery of the hidden files due to most of the virus are tedious.…
say hello – node js
by Rupak • • 0 Comments
What nodejs.org say, about nodejs? Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that…
Generic programming
by Rupak • • 0 Comments
Generic are getting popularity in the current context. By definition generics are nothing, its just a way of drifting the code say function in such a way that can be used for multiple , we don’t need to reproduce same…