Best of Math — December 2022
- 1
- 2
CSS-Tricks·3y
CSS Infinite and Circular Rotating Image Slider | CSS-Tricks
CSS Infinite and Circular Rotating Image Slider Image sliders are everywhere. There are a lot of CSS tricks to create the common slider where the images slide from left to right (or the opposite) It's the same deal with the many JavaScript libraries out there that create fancy sliders with complex animations.
- 3
freeCodeCamp·3y
How to Generate a Random Number within Certain a Range in JavaScript
In JavaScript, there's the method of the object which returns random numbers. But this has a range limitation. So let's see how we can take advantage of this method to solve for different ranges. How do you do that in JavaScript? I'll show you how with examples in this article.
- 4
Hacker News·3y
Ten Minute Physics
In this tutorial I explain the basics of Eulerian, grid-based fluid simulation and show how to write a simulation engine based on these discussed concepts. I use python in connection with the n Nvidia python extension warp as a simple way to write GPU simulations. I also briefly discuss the implementation as a python blender plugin.