Setting up a single node Apache Hadoop instance on OS X is pretty simple and much the same as on any other Linux/Unix machines, with a small bit of customer configuration. See here for official instructions. This tutorial provides a quick way of getting your OS X Hadoop instance up and running. Java Java is [...]
How to convert *.pyc to *.py files ? A few days before, I accidentally deleted all my Python code while renaming some files. Luckily I had the .pyc files in the working directory. After googling for ways to convert .pyc back to my code, I came across this cool script which lets you do the [...]
What is a vCard? In a nutshell, its the industry standard for electronic business cards. You can attach them to emails or posts, just about anything. The great thing about a vCard is that it holds all the information that you’d need to share with someone – Name, Business, Phone, Email, Address, Logo, Notes, etc., [...]
A Buddhist temple in Thailand says it has pinpointed Steve Jobs’ whereabouts in the afterlife, and the late Apple co-founder is a mid-level angel living in a parallel universe (but still in California). Wat Phra Dhammakaya made the revelations on its website in a post titled “Where Is Steve Jobs.” The abbot of the temple, [...]
Creating a Repo and adding files into the Repo from your computer Things to do in Github Create a repo eg. Repo name is data-mining Things to do in your computer Create a folder with any name(e.g. gitty) on desktop with all your files to be uploaded into the repo open terminal and go to [...]
Setting up a single node Apache Hadoop instance on OS X is pretty simple and much the same as on any other Linux/Unix machines, with a small bit of customer configuration. See here for official instructions. This tutorial provi...
How to convert *.pyc to *.py files ? A few days before, I accidentally deleted all my Python code while renaming some files. Luckily I had the .pyc files in the working directory. After googling for ways to convert .pyc back ...
What is a vCard? In a nutshell, its the industry standard for electronic business cards. You can attach them to emails or posts, just about anything. The great thing about a vCard is that it holds all the information that you...
A Buddhist temple in Thailand says it has pinpointed Steve Jobs’ whereabouts in the afterlife, and the late Apple co-founder is a mid-level angel living in a parallel universe (but still in California). Wat Phra Dhammakaya ma...
Fix to install python numpy module in Mountain Lion OS Many users are receiving multiarray error after upgrading from Lion OS to Mountain Lion while trying to Python numpy...