Skip to content

Instantly share code, notes, and snippets.

View robindemourat's full-sized avatar

Robin de Mourat robindemourat

View GitHub Profile
@robindemourat
robindemourat / index.html
Created March 16, 2022 08:35
quinoa presentation
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name = "DC.Format"
content = "text/html">
<meta name = "DC.Type"
content = "data presentation">
@robindemourat
robindemourat / script.js
Created April 1, 2019 19:24
mistery utterance in the browser
var synth = window.speechSynthesis;
var voices = synth.getVoices();
var say = (str, voiceInputIndex) => {
var voiceIndex = voiceInputIndex || parseInt(Math.random() * voices.length);
voice = voices[voiceIndex]
var utterThis = new SpeechSynthesisUtterance(str);
utterThis.voice = voice;
synth.speak(utterThis);
console.log(str, voiceIndex);
@robindemourat
robindemourat / index.html
Last active September 28, 2017 14:57
AIME - chronologie
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name = "DC.Format"
content = "text/html">
<meta name = "DC.Type"
content = "data presentation">
@robindemourat
robindemourat / index.html
Last active August 1, 2017 20:45
My insane story
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name = "DC.Format"
content = "text/html">
<meta name = "DC.Type"
content = "data story">
@robindemourat
robindemourat / index.html
Last active August 1, 2017 16:18
mon beau réseau roi des forets
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name = "DC.Format"
content = "text/html">
<meta name = "DC.Type"
content = "data presentation">
@robindemourat
robindemourat / index.html
Last active July 24, 2017 13:48
quinoa presentation
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name = "DC.Format"
content = "text/html">
<meta name = "DC.Type"
content = "data presentation">
@robindemourat
robindemourat / index.html
Last active July 24, 2017 13:24
My story is so cool
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name = "DC.Format"
content = "text/html">
<meta name = "DC.Type"
content = "data story">
@robindemourat
robindemourat / index.html
Last active July 19, 2017 12:32
quinoa presentation
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name = "DC.Format"
content = "text/html">
<meta name = "DC.Type"
content = "data presentation">
@robindemourat
robindemourat / index.html
Last active July 11, 2017 08:58
quinoa presentation
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name = "DC.Format"
content = "text/html">
<meta name = "DC.Type"
content = "data presentation">
@robindemourat
robindemourat / index.html
Created July 8, 2017 14:45
AIME timeline
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name = "DC.Format"
content = "text/html">
<meta name = "DC.Type"
content = "data presentation">