Skip to content

Instantly share code, notes, and snippets.

View xelatihy's full-sized avatar

Fabio Pellacini xelatihy

View GitHub Profile
@xelatihy
xelatihy / Range.hpp
Created September 1, 2017 21:03 — forked from tunabrain/Range.hpp
Python ranges in C++
#ifndef RANGE_HPP_
#define RANGE_HPP_
template<typename T> class RangeIterator;
template<typename T>
class Range
{
T _start, _end, _step;
@xelatihy
xelatihy / quotes.md
Created April 13, 2017 07:45
quotes
  • The future is already here — it's just not very evenly distributed. William Gibson