Software

JavaScript

Card Combination Probability

Théo Matricon

Simple website that can give you for example the probability of having a square and a triple and a pair given n cards drawn.

Python

pltpublish

Théo Matricon

Utility package that takes care of configuring Matplotlib for publication-ready figures!
+ import pltpublish as pub
+ pub.setup()
# your plot code using matplotlib.pyplot
~ pub.save_fig("my_fig.eps")

Without pltpublishWith pltpublish

ProgSynth

Théo Matricon et al.

The current Program Synthetizer that we are working on.