Auto Complete with Redis (Python)

This is a quick port of auto complete implementation in ruby using Redis by antirez.

[More...]

Tagged  | Comments

How to setup easy_install on Windows

If one has been using python, then installing various libraries and modules is basically a breeze using easy_install utility, however for folks using windows, easy_install utility has to be setup properly before using it.

[More...]

Tagged  | Comments

How To Install and use Python Web.py framework on Windows

Web.py has been one of my favorite web frameworks as its pretty easy to get cracking on it.

[More...]

Tagged  | Comments

Find Longitude and Latitude in Google Maps

This post is basically a way of quick appreciation to the Google maps Team, they are   obviously a bunch of caring, loving people ,who make small (although surreptitious  ) tools for the betterment of Geek Kind.

[More...]

Tagged  | Comments

How to set up Redis in Ubuntu Linux

Redis is an open source, advanced key-value store, and is quickly picking up momentum in real-time software development , it is now a well known and trusted product and can be used in various  problem scenarios as a No SQL implementation. 

[More...]

Tagged  | Comments

Installing Ubuntu Linux in VMware and VMwareTools

I have been using Ubuntu for last two years as a deployment environment for my pet projects, however recently, after having installed “Natty Narwhal” on one of my old ‘HP’ laptop I moved into using Ubuntu as a full time development environment

[More...]

Comments

First Android application

droid

[More...]

Tagged  | Comments

LIMBO Game Review

limbo_psn

[More...]

Tagged  | Comments

VPS Hosting Past and Present

I had been hosting this blog in the past  for an extremely competitive (read cheap) price here at Arvixe . I was using ASP.net based blogging software called BlogEngine. over and all I will describe my experience as pleasant. Arvixe is a great Hosting Provider, has good up time and has plans which are easy on the pocket, and does almost all the common stuff like emails and cpanel ,blah blah that other hosting provider do, but kinda does it on a low price. I was a happy blogger for an year although I could only manage close to 8 post and and few demos in that time.

[More...]

Tagged  | Comments

Web Sockets in HTML 5

HTML5 WebSockets, defines a full-duplex communication channel that operates through a single socket over the web. WebSocket is not just another incremental enhancement to conventional HTTP communications, it represents a large advance, especially for real-time, event driven web applications.

[More...]

Tagged  | Comments