Look and Say Sequence (Conway’s constant)
123d Catch – 3D Reconstruction Using Photos
CSV Parsing in Matlab
Copy Files to Multiple USB Drives
My Hard Drive Crashed!
Finding the Taxi Cab Numbers
Realistic Fire Simulation using Cellular Automata
Prezi vs Sozi
Faster Linear Convolution Using Careful Zero Padding
When computing a linear convolution between an image I and a kernel K, the convention is to use FFT, pad with zeroes (also called zero filling) and use the convolution theorem to do this efficiently.…