Skip to content

Instantly share code, notes, and snippets.

View guillaumebdx's full-sized avatar

Guillaume HARARI guillaumebdx

View GitHub Profile
Cher journal,
en ce jour du 04/09/2017, je trouve la Wild Code School géniale. Ma formatrice (ou mon formateur) est la personne la plus belle et intelligente que j'ai eu l'occasion de rencontrer ! La modestie de la personne qui a rédigé ce texte n’est plus à démontrer, de même que sa capacité à écrire un texte intéressant à lire. Je lui mettrai la note de 9/10, ce n'est pas cher payé !
Seule occurence de la : /La/g
date : /[0-9][0-9]\/[0-9][0-9]\/[0-9][0-9][0-9][0-9]/g
note : / [0-9]\/[0-9][0-9]/g
mots commencant par format : /format[a-z]*/g
Récupérer mots entre parenthèses : /\(.+\)/g
<?php
/**
* Created by PhpStorm.
* User: romain
* Date: 22/02/16
* Time: 10:13
*/
$students = [
"Emmanuel" => 42,
<?php
function traduction($symbole){
$morse = [
"-.-.--" => "!",
"....-" => "4",
"..--.." => "?",
"--..--" => ",",
".-.-.-" => ".",
"..---" => "2",
"...--" => "3",
@guillaumebdx
guillaumebdx / robot_arduino.ino
Created September 25, 2017 21:51
Robot Arduino
//Robot crée Par Guillaume HARARI. Ecrit en français car usage exclusivement personnel.
// moteur A
int enA = 10;
int in1 = 9;
int in2 = 8;
// moteur B
int enB = 5;
int in3 = 7;
int in4 = 6;
//Capteur Ultrason
-- MySQL dump 10.13 Distrib 5.7.18, for Linux (x86_64)
--
-- Host: localhost Database: wildschool
-- ------------------------------------------------------
-- Server version 5.7.18-0ubuntu0.16.10.1
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
-- MySQL dump 10.13 Distrib 5.7.18, for Linux (x86_64)
--
-- Host: localhost Database: wildschool
-- ------------------------------------------------------
-- Server version 5.7.18-0ubuntu0.16.10.1
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;