Skip to content

Instantly share code, notes, and snippets.

View codenirvana's full-sized avatar
[object Object]

Udit Vasu codenirvana

[object Object]
View GitHub Profile
@codenirvana
codenirvana / main.cpp
Created September 23, 2015 11:20
C++ Template for Competitive Programming
/* Udit | CodeNirvana */
#include <bits/stdc++.h>
using namespace std;
#define PB push_back
#define MP make_pair
#define F first
#define S second
#define SZ(X) ((int)(X).size())
#define ALL(X) (X).begin(), (X).end()
@codenirvana
codenirvana / notify-send with sound
Created June 21, 2015 05:37
New email notify-send notification with sound
notify-send -u normal -i /usr/share/icons/Paper/64x64/apps/email.png "New Email" "${USER^} you have a new email!" && paplay /usr/share/sounds/freedesktop/stereo/message-new-instant.oga
@codenirvana
codenirvana / Responsive-Social-Icons.markdown
Created December 25, 2014 05:33
Responsive Social Icons