Skip to content

Instantly share code, notes, and snippets.

View nehiljain's full-sized avatar

Nehil Jain nehiljain

View GitHub Profile
@nehiljain
nehiljain / README-Template.md
Created July 28, 2019 17:09 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@nehiljain
nehiljain / README.md
Last active August 29, 2015 14:18 — forked from jasondavies/.block

This is a version of Mike Bostock’s parallel coordinates example, modified to include reorderable axes.

This parallel coordinates visualization of cars from the ‘70s and ‘80s demonstrates one of D3 2.5.0’s new interactive features: the brush component. By clicking and dragging along any axis, you can specify a filter for that dimension. The brush component is also used in the updated scatterplot matrix example.

@nehiljain
nehiljain / comments.tex
Created June 15, 2014 17:16 — forked from priyankt68/comments.tex
Put comments in latex.
\newcount\Comments % 0 suppresses notes to selves in text
\Comments=1 % TODO: set to 0 for final version
% for comments
\usepackage{color}
\definecolor{darkgreen}{rgb}{0,0.5,0}
\definecolor{purple}{rgb}{1,0,1}
% \kibitz{color}{comment} inserts a colored comment in the text
\newcommand{\kibitz}[2]{\ifnum\Comments=1\textcolor{#1}{#2}\fi}
% add yourself here: