Skip to content

Instantly share code, notes, and snippets.

View FrancoisChabot's full-sized avatar

Francois Chabot FrancoisChabot

View GitHub Profile
import matplotlib.pyplot as plt
import numpy as np
import argparse
import random
from collections import deque
from matplotlib.animation import FuncAnimation, PillowWriter
D20_ROLLS = list(range(1, 21, 1))
BATCH_SIZE = 50
BIG_BATCH_SIZE = 5
@FrancoisChabot
FrancoisChabot / cpp_project_checklist.md
Last active September 28, 2017 22:03
C++ Project Checklist

My C++ checklist

I am writing this list so that my projects can maintain consistent style and standards.

You can see the result of applying these guidelines in the following projects:

For all projects: