Best of MathDecember 2022

  1. 1
    Article
    Avatar of ghblogGitHub Blog·3y

    GitHub’s top 10 blog posts of 2022

    The GitHub Blog is highlighting some of the incredible work from GitHub’s engineers, product teams, and security researchers during 2022. Include diagrams in your Markdown files with Mermaid. A picture tells a thousand words.

  2. 2
    Article
    Avatar of css_tricksCSS-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. 3
    Article
    Avatar of freecodecampfreeCodeCamp·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. 4
    Article
    Avatar of hnHacker 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.