Julia Set Fractal Renderer in JavaScript
Julia sets are curious two dimensional shapes. Many of them exhibit fractal borders in various unique and beautiful forms. To explore them in a web browser, I s...
Julia sets are curious two dimensional shapes. Many of them exhibit fractal borders in various unique and beautiful forms. To explore them in a web browser, I s...
When working with code that deals with matrices, it is sometimes necessary to represent a matrix on the commenting lines of the code. Matrices have standard mat...
How fast or slow are common mathematical operations to execute in a web browser or Node.js? How slow is a division when compared to a multiplication or a sine f...
As a part of my master’s thesis and my work at Infant Cognition Laboratory, I developed an open source JavaScript and Python software package called nudge...
The categorical distribution is like a bowl of colored balls. Let us say we know know the bowl statistics, meaning that we know how many balls there are of each...
The software package poisson-process.js is a JavaScript library to generate naturally varying time intervals. It improves realism and natural unpredictability i...