Skip to content

Instantly share code, notes, and snippets.

@delascuevas
delascuevas / gist:45f46c8c33646d860a3314a88aaea70a
Created September 23, 2016 15:52
Rot13 english word pairs
a n
ab no
aba non
abb noo
abba noon
abib novo
abjurer nowhere
abl noy
abn noa
abo nob
@delascuevas
delascuevas / pascal binary.pde
Created February 15, 2016 23:59
Pascal's triangle rows. Each frame represents a row in Pascal's triangle. Each column is a number in binary where ones are ON and zeroes are OFF
/**
* Pascal's triangle rows
* Animation by JuanMa Cuevas.
*
* Each frame represents a row
* in Pascal's triangle.
* Each column is a number in binary
* where ones are ON and zeroes are OFF
* see animation here https://commons.wikimedia.org/wiki/File:Pascal%27s_Triangle_animated_binary_rows.gif
*/