Skip to content

Instantly share code, notes, and snippets.

View nevalsar's full-sized avatar
🎯
Focusing

Nevin Valsaraj nevalsar

🎯
Focusing
View GitHub Profile
@nevalsar
nevalsar / _setup_util.py
Created February 14, 2015 21:01
ROS setup files for workspace environment overlay on zsh
#!/usr/bin/python
# Software License Agreement (BSD License)
#
# Copyright (c) 2012, Willow Garage, Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
@nevalsar
nevalsar / dbbook_slides_download.py
Last active August 29, 2015 14:15
Downloader script for companion slides from http://db-book.com/
#!/usr/bin/env python
# script to download all study material slides from http://db-book.com/
# =======================================================================
# Author : Nevin Valsaraj <nevin[dot]valsaraj32[at]gmail[dot]com>
# Distributed under the MIT License.
# (See full license at http://opensource.org/licenses/MIT)
# =======================================================================
@nevalsar
nevalsar / morse_installer.sh
Created November 5, 2014 12:54
Installer bash script for MORSE
#!/bin/bash
#=======================================================================
# Author : Nevin Valsaraj <nevin[dot]valsaraj32[at]gmail[dot]com>
# Distributed under the MIT License.
# (See full license at http://opensource.org/licenses/MIT)
#=======================================================================
#In short, I can't be held accountable if you wreck your computer.
echo -e "\nAlright, let's begin."
read -p "Is this the directory you cloned morse? [y/n]" -n 1 -r