Skip to content

Instantly share code, notes, and snippets.

View MkLHX's full-sized avatar
🤓
Focusing

Mickael Lehoux MkLHX

🤓
Focusing
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<script>
var ask = confirm('Hey mon ami ! Tu aimes ça les patates ?');
CREATE DATABASE eleves;
Interclassement : Utf-8;
CREATE TABLE eleve
(
id integer NOT NULL AUTO_INCREMENT,
nom varchar(150),
prenom varchar(150),
age integer,
@MkLHX
MkLHX / queteSQL
Last active September 26, 2016 14:40
fuck check link!
https://modeanalytics.com/mickael/reports/2ea1b456bd3d/runs/f8f1ddfc455f
<?php
/**
* Created by PhpStorm.
* User: romain
* Date: 22/02/16
* Time: 10:13
*/
$students = [
"Emmanuel" => 42,
@MkLHX
MkLHX / index.php
Last active September 21, 2016 09:08
<?php
ini_set('display_errors', 1);
include 'personne.php';
// New instance of personne class
$personne1 = new Personne();
//Set instance properties
$personne1->setPersonne('Mickael','Lehoux','Orleans','26/06/1983');
//Get instance properties
@MkLHX
MkLHX / custom.css
Last active September 13, 2016 09:32
Quête BootStrap
@media (max-width: 767px) {
.green{
background-color: green;
min-height: 30px;
}
}
@media (min-width: 768px) {
.green{
background-color: green;
min-height: 60px;
@MkLHX
MkLHX / pseudo code
Last active September 12, 2016 15:24
debut
demande age utilisateur
calcul année actuelle - age
afficher resultat calcul
fin
@MkLHX
MkLHX / css.css
Created September 12, 2016 11:40
css file test of gist
html file test of gist
@MkLHX
MkLHX / css.css
Created September 12, 2016 11:35
css file test of gist