Paris - City of Science and Industry - La Géode

Welcome to the Coding playground

A compilation of code experiments & projects.
Scroll below to discover it!



 

Welcome to the Code playground

Here you'll find different types of content related to coding.
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
 

Coding

Animations made with p5.js

2023, Jun 01

Another 3D animation made with the p5js :


tags: animation p5js javascript 


Coding

What is SAS ?

2023, Apr 15

A small introduction to SAS a quite popular tool/language in the data analysis.

tags: SAS code software 


Coding

Coding train video : How to compute Pi with toothpicks

2023, Mar 15

Yesterday 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 


Coding

Counting rows in Excel

2023, Feb 05

It'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.

tags: code VBA Excel 


Coding

Happy New Year 2023 !!!

2023, Jan 01

A quick animation for the New Year, made with p5js, inspired by 2 coding train challenges


tags: animation p5js code 


Coding

One good way to get to code in Javascript

2021, May 02

Today, 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