Music cheat sheet
Keyboard diagram
Keyboard diagram
Intro
I. Introduction
I. Introduction
These are my notes on discrete Fourier analysis. It’s basically just an expanded version of the first chapter of my master’s thesis.
These are my notes on network flow. The max-flow min-cut theorem is proved at the end.
Undefined behavior is the bane of C and C++ programmers. The compiler can choose to do whatever it wants if a program has undefined behavior. This is normally not a good thing, but I recently wrote some code with undefined behavior and amazingly the compiler chose to do exactly what I had intended, not what I told it to do.
The code used to generate the plots for this post can be found here.