Skip to content

Instantly share code, notes, and snippets.

View codingnirvana's full-sized avatar

Rajesh Muppalla codingnirvana

View GitHub Profile
object scala {
val version = "SCALA_VERSION$"
}
val xml = <dependencies>
<dependency>
<groupId>org.scalanlp</groupId>
<artifactId>scalala_${scala.version}</artifactId>
<version>0.3.1</version>
</dependency>
@codingnirvana
codingnirvana / ubuntu_setup.sh
Last active October 23, 2017 06:35 — forked from tonyzhu/ubuntu_setup.sh
VS-Code + latest scala + slack + sublime text
# Ubuntu 16.04
# Forked from tonyzhu/ubuntu_setup.sh
#
# Requirements:
# sudo apt-get install curl -y
#
# Post install if you hadn't done so:
# 1. Install Dropbox Daemon
# Add all third party repositories
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.