Skip to content

Instantly share code, notes, and snippets.

@Raf8
Raf8 / introrx.md
Created March 16, 2018 12:02 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
#include <iostream>
#include <numeric>
#include <algorithm>
#include <tuple>
#include <iterator>
#include <functional>
#include <string>
#include <random>
#include <list>
@Raf8
Raf8 / plot_roc.py
Created June 12, 2016 13:41 — forked from code-of-kpp/plot_roc.py
Python pyplot receiver operating characteristic (ROC) curve with colorbar
import numbers
import six
import numpy
import matplotlib.collections
from matplotlib import pyplot
# using example from
# http://nbviewer.ipython.org/github/dpsanders/matplotlib-examples/blob/master/colorline.ipynb