Skip to content

Instantly share code, notes, and snippets.

View bryan-lunt's full-sized avatar

Bryan Lunt bryan-lunt

  • Department of Computer Science, UC San Diego
  • Urbana, Illinois
View GitHub Profile
@bryan-lunt
bryan-lunt / MPI_benchmark_example
Created December 25, 2018 15:09 — forked from mdavezac/ MPI_benchmark_example
google/benchmark example with MPI
# for gist naming purposes
@bryan-lunt
bryan-lunt / bezier_curves.py
Created March 26, 2017 00:59 — forked from astrojuanlu/bezier_curves.py
Interactive Bézier curves with Python using just matplotlib.
import matplotlib
matplotlib.use('webagg')
import numpy as np
from scipy.special import binom
import matplotlib.pyplot as plt
from matplotlib.lines import Line2D