Skip to content

Instantly share code, notes, and snippets.

View stheakanath's full-sized avatar
🤔

Sony Theakanath stheakanath

🤔
View GitHub Profile
import xlrd
from collections import defaultdict
CONST_ALIVE = 0
CONST_DEAD = 1
CONST_WW = 2
answers = {}
player_scores = defaultdict(int)
@stheakanath
stheakanath / preprocessor_fun.h
Created January 3, 2016 02:11 — forked from aras-p/preprocessor_fun.h
Things to commit just before leaving your job
// Just before switching jobs:
// Add one of these.
// Preferably into the same commit where you do a large merge.
//
// This started as a tweet with a joke of "C++ pro-tip: #define private public",
// and then it quickly escalated into more and more evil suggestions.
// I've tried to capture interesting suggestions here.
//
// Contributors: @r2d2rigo, @joeldevahl, @msinilo, @_Humus_,
// @YuriyODonnell, @rygorous, @cmuratori, @mike_acton, @grumpygiant,