Skip to content

Instantly share code, notes, and snippets.

View TejasAvinashShetty's full-sized avatar
🎯
Keep calm and carry on

Tejas Shetty TejasAvinashShetty

🎯
Keep calm and carry on
View GitHub Profile
@TejasAvinashShetty
TejasAvinashShetty / sheet.tex
Created April 19, 2018 11:34 — forked from jamiees2/sheet.tex
A template for LaTeX cheat sheets
% \documentclass[9pt,a4paper,twocolumn,landscape,oneside]{amsart}
\documentclass[9pt,a4paper,landscape,oneside]{amsart}
\usepackage{amsmath, amsthm, amssymb, amsfonts}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{booktabs}
\usepackage{fancyhdr}
\usepackage{float}
\usepackage{fullpage}
%\usepackage{geometry}
@TejasAvinashShetty
TejasAvinashShetty / Super Simple Python Timer.md
Created April 18, 2018 07:13 — forked from Ashwinning/Super Simple Python Timer.md
Super Simple Python Timer #gistblog #python

Super Simple Python Timer

Timer module for python to measure elapsed time.

Import

Copy Timer.py to the same folder as your python files.

Linux

wget "https://gist.githubusercontent.com/Ashwinning/313a4bed6af3f7599ac168c4de82b555/raw/Timer.py"
@TejasAvinashShetty
TejasAvinashShetty / books.md
Created April 10, 2018 17:08 — forked from abstractart/books.md
Free Programming Ebooks - O'Reilly Media

Free O'Reilly books and convenient script to just download them.

Thanks /u/FallenAege/ and /u/ShPavel/ from this Reddit post

How to use:

  1. Take the download.sh file and put it into a directory where you want the files to be saved.
  2. cd into the directory and make sure that it has executable permissions (chmod +x download.sh should do it)
  3. Run ./download.sh and wee there it goes. Also if you do not want all the files, just simply comment the ones you do not want.