Author Archives: GauZ

My name is Gaurav Pandey. I graduated from Columbia University (Dept. of Computer Science) and have been working as a Software Developer on a variety of technologies in the beautiful city of New York :)

Setup Apache Spark in JetBrains IntelliJ (Scala Version)

Please refer this post to see how to setup JetBrains IntelliJ IDE and Scala on your machine. 1) Download latest version of Apache Spark from http://spark.apache.org/downloads.html 2) Unpack the tarball to /opt/spark folder 3) Launch IntelliJ, create a new Scala project and choose SBT as the Build tool. 4) Once IntelliJ IDE is up and all dependencies […]

0  

Setup Oracle Java (JDK – 8) on Ubuntu

Open up a Ubuntu terminal and run below statements in sequence to install JDK 8 $ sudo add-apt-repository ppa:webupd8team/java $ sudo apt-get update $ sudo apt-get install oracle-java8-installer $ sudo apt-get install oracle-java8-set-default

0  

Install JetBrains IntelliJ IDE with Scala plugin

I recently formatted my machine and have cleanly installed Ubuntu 17.04. I was planning to install JetBrains IntelliJ with Scala plugin and below steps will show you how to do that. 1) Download IntelliJ Community Edition from https://www.jetbrains.com/idea/download. As of today, I’m downloading version: ideaIC-2017.1.2 2) Extract the tarball somewhere or say under /home/{yourhomefolder}/apps and switch […]

0  

Python – Matlab Reference Cheatsheet

http://mathesaurus.sourceforge.net/matlab-python-xref.pdf

0  

Installing Sun JDK 1.6 on Ubuntu

This is an excellent article which tells you how to install Sun JDK 1.6 on Ubuntu 12.10 and above. http://www.liberiangeek.net/2012/11/install-oracle-java-jrejdk-6-in-ubuntu-12-10-quantal-quetzal/

0