Skip to content

Instantly share code, notes, and snippets.

View sanjeevshrestha's full-sized avatar
💭
I may be slow to respond.

Sanjeev Shrestha sanjeevshrestha

💭
I may be slow to respond.
View GitHub Profile
@sanjeevshrestha
sanjeevshrestha / introrx.md
Created May 26, 2017 05:19 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@sanjeevshrestha
sanjeevshrestha / Vagrantfile
Created October 3, 2016 15:17 — forked from aweijnitz/Vagrantfile
This is a Vagrant file and a provisioning script to create a Debian-based Jenkins server, including Java, Ant and Tomcat. Also see "provision.sh" below
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Every Vagrant virtual environment requires a box to build off of.
# Named boxes, like this one, don't need a URL, since the are looked up