Skip to content

Instantly share code, notes, and snippets.

View npatta01's full-sized avatar
💭
Coding Some Deep Learning Projects

Nidhin Pattaniyil npatta01

💭
Coding Some Deep Learning Projects
View GitHub Profile
@npatta01
npatta01 / install_scala_sbt.sh
Last active September 22, 2015 21:29 — forked from visenger/install_scala_sbt.sh
Scala and sbt installation on ubuntu 12.04
#!/bin/sh
#scala installation
sudo apt-get remove scala-library scala
wget http://www.scala-lang.org/files/archive/scala-2.11.7.deb
sudo dpkg -i scala-2.11.7.deb
sudo apt-get update
sudo apt-get install scala

SSL upgrades on rubygems.org and RubyInstaller versions

UPDATE 2014-12-21: RubyGems 1.8.30, 2.0.15 and 2.2.3 have been released. It requires manual installation, please see instructions below.


Hello,

If you reached this page, means you've hit this SSL error when trying to

@npatta01
npatta01 / 0_reuse_code.js
Created March 27, 2014 21:15
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console