Welcome to the Code playground
Note that any code featured on the realce.net website is provided "As is" without any warranty of any kind, express or implied.
In no event the authors or copyright holders be liable for any claim, damages or other liability arising from, out of or in connection with the use of this content.
Please, if you are not sure of what you are doing, ask a qualified person for help.
Thank you
Animations made with p5.js
2023, Jun 01Another 3D animation made with the p5js :
tags: animation p5js javascript
Coding train video : How to compute Pi with toothpicks
2023, Mar 15Yesterday was 3/14 alias #PiDay and once again, Coding Train's channel creator Daniel Shiffman shows us another fun way to compute an approximation of PI, this time with toothpicks.
tags: code p5js javascript
Counting rows in Excel
2023, Feb 05It's good to have in mind the dimension of the data of the project. It helps computing basic statistics on the data quality for example, like computing the percentage of missing data per column.
An example of a custom VBA function, aimed at counting the number of rows in a given excel range.
One good way to get to code in Javascript
2021, May 02Today, there are multiple ways to get into "coding". There multiple languages each with its own grammar, among them there are javascript and python.
I wanted to share one ressource for learning coding with javascript.
tags: coding p5js javascript