Skip to content

Instantly share code, notes, and snippets.

@jtb
jtb / venn.sh
Created November 26, 2012 22:13
1-way, 2-way, or 3-way Venn Diagram Comparison of Lists
# Written by Justin Brown (jbrown23+gist {at} gmail [dot] com)
# November 26, 2012
if [ $# -lt 1 ] ; then
echo "1-way, 2-way, or 3-way Venn Diagram"
echo "Usage:"
echo " sh venn.sh file1 [file2] [file3]"
echo " Input:"
echo " 1, 2, or 3 lists for comparison"
echo " Output:"
@jtb
jtb / absorbingmarkovchain.ipynb
Created July 25, 2020 21:42
AbsorbingMarkovChain.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jtb
jtb / polyacount.ipynb
Last active January 27, 2021 07:10
PolyaCount.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jtb
jtb / a-b-notebook.ipynb
Created July 25, 2020 21:41
A = B Notebook.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jtb
jtb / inclusionexclusionprinciple.ipynb
Created July 25, 2020 21:36
InclusionExclusionPrinciple.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.