I hereby claim:
- I am ibab on github.
- I am ibab (https://keybase.io/ibab) on keybase.
- I have a public key whose fingerprint is 144B 7F62 78AC 54BC 998F 2488 ADD1 A3AE ADCE E6BB
To claim this, I am signing this object:
#ifndef PROGRESS_H | |
#define PROGRESS_H | |
#include <iostream> | |
template <class T> | |
class Progress { | |
public: | |
class ProgressIterator { |
#include <vector> | |
#include <iostream> | |
#include <array> | |
#include <algorithm> | |
template <class T, unsigned I, unsigned J> | |
using array2d = std::array<std::array<T, J>, I>; | |
int main(int argc, char *argv[]) | |
{ |
from pylab import * | |
from matplotlib import pyplot as plt | |
import matplotlib.animation as animation | |
import serial | |
import time | |
arduino = serial.Serial('/dev/ttyACM0', 9600) | |
time.sleep(1) |
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
FILE=$1 | |
red='\e[0;31m' | |
green='\e[0;32m' | |
reset='\e[0m' | |
mupdf ${FILE%.*}.pdf & |
\documentclass{article} | |
\usepackage{tikz} | |
\usetikzlibrary{arrows,shapes} | |
\usetikzlibrary{trees} | |
\usetikzlibrary{matrix,arrows} | |
\usetikzlibrary{positioning} | |
\usetikzlibrary{calc,through} | |
\usetikzlibrary{decorations.pathreplacing} | |
\usepackage{pgffor} |
from pylab import * | |
from scipy import diff | |
from collections import Counter | |
from sympy.combinatorics.partitions import IntegerPartition | |
from scipy.optimize import curve_fit | |
rc('text', usetex=True) | |
rc('font', family='serif', serif='cm') | |
def fermi_dirac(E, μ, T): |
# encoding: utf-8 | |
# Needs the python2 version of maplotlib because of a bug in the python3 version :( | |
from pylab import * | |
coth = lambda x: cosh(x)/sinh(x) | |
# ∞ ∞ | |
# | | | |
# | | |