arungeek
Hacks and Tweaks (beta)


In The Spotlight


elephant_rgb-380x285
Hadoop

Installing Hadoop on Mac OSX Mountain Lion (Step by Step Instructions)

Posted  December 29, 2012  by  arunenigma

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 [...]

Full Story »

decompile
Programming

How to convert(decompile) .pyc to py files

Posted  October 13, 2012  by  arunenigma

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 [...]

Full Story »

vCard
Blogger

Adding vCard to your blog, website or portfolio

Posted  September 16, 2012  by  arunenigma

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., [...]

Full Story »

stevejobs_afterlife
Apple

Where is Steve Jobs ? Afterlife Revelation

Posted  August 24, 2012  by  arunenigma

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, [...]

Full Story »

github-round
Github

Adding files to Repo from your computer

Posted  July 15, 2012  by  arunenigma

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 [...]

Full Story »

 
 
 

 
elephant_rgb-380x285

Installing Hadoop on Mac OSX Mountain Lion (Step by Step Instructions)

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...
by arunenigma
 

 
 
decompile

How to convert(decompile) .pyc to py files

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 ...
by arunenigma
 

 
 
vCard

Adding vCard to your blog, website or portfolio

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...
by arunenigma
 

 

 
stevejobs_afterlife

Where is Steve Jobs ? Afterlife Revelation

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...
by arunenigma
 

 
 
MountainLionAppStore

python mountain lion multiarray

                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...
by arunenigma