Simple 2009 DC Crime Data Analysis

by Lalit Kapoor on 2010-08-242010-08-24T22:41:49ZY-m-d">August 24, 20102010-08-24T22:41:49ZF j, Y

Click on the picture!

2009 DC Crime Data Analysis

Analysis of DC's Crime and Weather Data


DC Districts

Map of The 7 DC Districts (from: http://mpdc.dc.gov/mpdc/cwp/view,a,1239,q,543336,mpdcnav_gid,1523,.asp)

{ 0 comments }

Ubuntu 10.04 – Move Minimize, Maximize, Close Menu Buttons To The Right

by Lalit Kapoor on 2010-03-272010-03-27T19:21:05ZY-m-d">March 27, 20102010-03-27T19:21:05ZF j, Y

After adding the new themes from Ubuntu 10.04 into my Ubuntu 9.10 installation my top menus shifted to the left side. I prefer that they be on the right side. This is how to do it.
  1. Press Alt-F2
  2. type in “gconf-editor”
  3. click run
  4. navigate to apps>metacity>general
  5. change button_layout to “:minimize,maximize,close” (without the quotes)

Before


After

{ 3 comments }

Ubuntu 9.10 (karmic) – Installing Cloudera Desktop From The Tarball

by Lalit Kapoor on 2010-03-252010-03-25T13:59:18ZY-m-d">March 25, 20102010-03-25T13:59:18ZF j, Y

Download the tarball from: http://archive.cloudera.com/desktop/

sudo apt-get install build-essential libsqlite3-dev libxslt1-dev libxml2-dev python2.6 python2.6-dev python-setuptools
tar -zxvf cloudera-desktop-[VERSION].tar.gz
make
sudo make install
sudo /usr/local/cloudera-desktop/bin/supervisor

navigate to http://localhost:8088

{ 2 comments }

Hadoop & NoSQL Jobs on The Rise

by Lalit Kapoor on 2010-02-272010-02-28T01:01:50ZY-m-d">February 27, 20102010-02-28T01:01:50ZF j, Y

Percentage of Hadoop Jobs

Percentage of Hadoop Jobs


Percentage of Growth for Hadoop Jobs

Percentage of Growth for Hadoop Jobs


Percentage of Growth for NoSQL Jobs

Percentage of Growth for NoSQL Databases

{ 1 comment }

The Matrix Is Blue

2010-01-202010-01-21T02:07:39ZY-m-d">January 20, 20102010-01-21T02:07:39ZF j, Y

I got tired of looking at the matrix screensaver, it’s always green. I felt like changing the color, but there is no option provided to change the color in the preferences. I downloaded the code and made a simple one character change to make the screensaver blue. The following is what I did cd ~/projects [...]

View Comments Read the full article →

X11 Forwarding When Issuing: sudo su

2010-01-082010-01-08T13:36:25ZY-m-d">January 8, 20102010-01-08T13:36:25ZF j, Y

If you have Xming installed and are forwarding X11 with putty you may notice that all is well until you need to run a gui application as the root user (after issuing sudo su). If you just need to run the gui application and don’t require the entire root environment then issuing a sudo app [...]

View Comments Read the full article →

Visualization Of My Delicious Bookmarks

2009-11-052009-11-05T05:07:55ZY-m-d">November 5, 20092009-11-05T05:07:55ZF j, Y

View Comments Read the full article →

How to stop your laptop from giving that high pitch squealing noise

2009-02-062009-02-06T07:51:36ZY-m-d">February 6, 20092009-02-06T07:51:36ZF j, Y

Does your laptop squeal? Is it a nasty high pitch noise that occurs when you are running on battery power. The solution: Download Rightmark CPU Clock Utility: http://cpu.rightmark.org/ Install it Go to the advanced CPU settings and click on the Chipset Button Uncheck Enable popdown and popup Apply to save Be done with it.

View Comments Read the full article →

Python Won’t Take Command Line Arguments – Windows Vista

2008-12-212008-12-21T15:29:56ZY-m-d">December 21, 20082008-12-21T15:29:56ZF j, Y

If you use python via the command line in Windows vista, you’ll notice that it won’t accept command line arguments if you run a script. For example this won’t work: python myscript.py argument1 argument2 Your python script won’t get the arguments. The fix for Windows Vista is: Get an application called: File Type Doctor Find [...]

View Comments Read the full article →