Posts about code snipplets
Full list of Coca Cola brands - had no idea there were so many

As a part of my Ruby learning process, i decided to write something to retrieve the full list of brands that Coca Cola currently owns from their website. The list is split across multiple pages, but with some Ruby magic and a nice library called...

Irony of searches and one iPad visit to my blog

Just a couple of pictures this time.

The first one is about something i noticed i was doing, while searching for a code fragment. One could call it ironic, trying to find "find" :)

The other is proof of my amazement by the fact that there was...

Websockets tutorial/example with pywebsocket

As everyone already knows, Google Chrome now supports websockets. In essence, this allows you to keep a connection open with a webserver indefinitely (analogous to typical sockets) and send data bi-directionally. Unfortunately Chrome is the only...

Android location provider mock

UPDATE (2013/05/28): Since then, i've moved from Android to iOS development. The reason was simple: i got an iPhone from my company. As such, and unfortunately, i haven't dedicated myself to Android as much, sorry for that. In any case, let me take...