Monthly Archives for 2012 05

Mixing google places and jQuery will lead to frustration

2012 May 27 at 13:30 » Tagged as: google , jquery
var input = document.getElementById($("#from"));var autocomplete = new google.maps.places.Autocomple...

Ruby Symbols

2012 May 14 at 07:28 » Tagged as: dbi , ruby
In my learn Ruby in 48 hours project, I left one black box unopened, Now I am attacking it with a ha...

Toshiba L655D Toast

2012 May 13 at 06:25 » Tagged as: l655d , toshiba , macbook , toast
Well, been an year since I had this Toshiba L655D, which was a replacement for my dead macbook. What...

Iterators and Generators and Yields

2012 May 12 at 03:04 » Tagged as: certification , threads , yield , python , ruby
Both python and ruby have a yield which is thoroughly confusing to Java programmers and looks like t...

Python functions

2012 May 8 at 15:59 » Tagged as: reduce , vargs , python , ruby
We've already taken quick glance at python functions elsewhere, and know that they are created with ...

Python Packages, Modules and Classes

2012 May 4 at 03:32 » Tagged as: coursera , python
Modules Python says Don't Repeat Yourself. This is made possible by module. A module is ...

Django

2012 May 3 at 07:25 » Tagged as: mysql , zope , django , python , ror , ruby
On thursday morning I set out to learn python and by saturday morning I had read through the officia...