Year: 2012
-
Configure your Belkin N150 router for BSNL broadband
Login to your router dashboard. It should usually be at http://192.168.2.1. Now under “Inertnet WAN” click on “Connection Type”. Here select “PPPoE” and click on Next. Provide your BSNL username and password. Leave the “Service Name” field blank. For “VPI/VCI” field provide 0 and 35 as values. For “Encapsulation” field choose “LLC”. Leave all other […]
-
Calculate Root of Any Whole Number in Java
The following Java program can find any root of a whole number. The logic is simple. Start by guessing some number and check if that is the correct value. If that overshoots then subtract some from the guess number else add to it. We add or subtract some fixed constant. If that constant is too […]
-
Google really finally allows India to sell Android apps
There were reports a month back I suppose when Google mistakenly added India to the list of approved countries. Later that they removed India from the list, apologizing for the mistake. Now finally all India Android devs can rejoice. India is finally in the list. I just enrolled today. Check the below official link to confirm. Supported locations […]
-
My Flickr Photostream
applegrew’s photostream on Flickr.
-
Dawn at Dum Dum
Dawn at Dum Dum, a set on Flickr. Till now some of my best nature photography. 🙂
-
Django-Select2 version 3.1.1 released
Just released Django-Select2‘s version 3.1.1. The key changes are:- Updated Select2 Javascript library to versino 3.2. This new version fixes a lot of bugs, along with providing a high resolution icon image, to be used in Retina displays. In my last release (version 3.0.2) I introduced some new template tags but unfortunately I did not […]