
This tiny Flow clone, in just under 100 lines of Processing (~4000 characters). Click on a circle and drag a path to another circle of […] Read More
CS Education Blog
This tiny Flow clone, in just under 100 lines of Processing (~4000 characters). Click on a circle and drag a path to another circle of […] Read More
This tiny Tetris clone, in just under 100 lines of Processing (~5500 characters) utilizes two classes, one to represent the Block and another to represent […] Read More
This animation was inspired by this reddit post. Specifically, it makes use of the sigmoid (logistic) function, to simulate the up and down bouncing movement […] Read More
This mesmerizing animation was inspired by this reddit post. [raw] [/raw] Code for the loading circle follows。 You can edit and run this code on […] Read More
There is rarely a topic as confusing to students as recursion. Did you know that if you google “recursion”, google will suggest that you click […] Read More
In this short video, Professor Hans Rosling describes how fertility rates have dropped over time (from 6 children per women in 1800 to 2.5 children […] Read More
The OECD PISA (wiki link) made a 2015 study On average across OECD countries in 2015, 73% of students reported that they feel that they […] Read More
The sketch here is inspired by this page which references “Wilson, J., Robinson, J., & Piggins, D. (1983) Wobble cones and wobble holes: the stereokinetic effect […] Read More
The sketch here is inspired by this blog post which references “An elliptic property of parabolic trajectories by J. L. Fernández-Chapou, A. L. Salas-Brito, C. A. […] Read More
Pi, π, can be computed using Monte Carlo simulation. Although that may sound complicated, it’s simpler than it sounds: Generate random points within a square, […] Read More