Category Archives: Coding

OAuth and OpenID Authentication Vulnerable To “Timing Attack”

Authentication systems employed by large websites such as Twitter and Digg could be at risk after researchers have discovered a basic flaw that could crack a large number of open-source software libraries wide open leaving a users personal details and … Continue reading

Posted in Coding, News, Softwares, Tech Talks, Technology | Leave a comment

Facebook Launches Developer Toolkit for Android

Facebook is making a deeper push onto the now surging Android platform with the release of the Facebook software development kit for Android. The Facebook SDK for Android is the first one for mobile that includes the new Open Graph … Continue reading

Posted in Coding, Google, News, Social networking, Softwares | Leave a comment

Setting JVM / Java Heap Size …

Java programs executes in JVM uses Heap of memory to manage the data. If your Java program requires a large amount of memory, it is possible that the virtual machine will begin to throw OutOfMemoryError instances when attempting to instantiate … Continue reading

Posted in Coding, Thoughts | Leave a comment