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

The year clock

2019, Aug 19

This project involves displaying dynamically the percentage of elapsed time for the current year. It was developed using the p5.js Javascript library.

In the image below in the center the percentage and below the timezone taken into account in the computation of this percentage.


tags: project code javascript 


Coding

Raspberry Pi cluster status update

2019, Aug 07

One year ago, I started working on a RPI cluster to build a kind of sandbox for Machine Learning. The development of the ML and the "data revolution" is linked to the decrease in computing power prices, and the RPI is a clear illustration of this fact.

tags: project hardware cluster 


Coding

How to convert Unix time ?

2018, Jul 07

From time to time, in the middle of debugging session, you need to convert a given Unix timestamp - the number of seconds since the 1st of January 1970- , you can use the EpochConverter website which provides online tools to convert both ways between Unix timestamp and GMT time.

It also provides a reference of "How to get the current epoch time in" many different coding languages.

tags:


Coding

Excel Pivot Tables

2018, Jun 12

Taking a close look at your data is a key step for your data project, as a part of the preprocessing activities which often represent 80% of the workload.
Among the easy access tools to do that, here's a quick introduction to Excel pivot tables, a powerful tool to build a quick and flexible overview of the data you're working on.

tags: Excel feature productivity 


Coding

New project Raspberry Pi cluster project

2018, May 29

First element of this new project...a wooded rounded shelf.

I also plan to use an old wifi router: a US Robotics MAXg Wireless router. It dates from 2004!!! But it's still available for sale on some websites.

For more details, please click below...

tags: project hardware cluster 


Coding

Some useful Excel functions

2017, Oct 09

Excel useful functions that every person interested in data analysis should know and some enhancements that can improve data toolbox.
Conditional functions are an example of this useful functions, but do you know that you can create your own with a few lines of code ?.

tags: Excel functions productivity