Bio: leorobinovitch.com

react html5 zoom/pan canvas

made by robinovitch61, submitted by porterjamesj
A quick template for making pannable/zoomable Canvas-based apps with React.

Color Controversy

made and submitted by robinovitch61
Open sourced color truth! Vote on some ambiguous colors and see the most controversial ones. See the source code here: https://github.com/robinovitch61/color-controversy

Microbial Strain Navigator

made by robinovitch61, submitted by rachel
Navigate and edit microbial strains, plasmids, and genes with a Flask web UI and MySQL database.

5 ways to calculate the Nth number in the Fibonacci Sequence

made by robinovitch61, submitted by rachel
Five ways to find numbers in a Fibonacci sequence using recursion, memoization, tabulation, iteration, and VM Code!