I hereby claim:
- I am tomsihap on github.
- I am tomsihap (https://keybase.io/tomsihap) on keybase.
- I have a public key whose fingerprint is 246E 8688 4EFB 3326 3DFD 7B09 A6C9 1412 9B91 A381
To claim this, I am signing this object:
| <script src="steps.js"></script> | |
| <link href="steps.css" rel="stylesheet"> | |
| <div class="container container-flex"> | |
| <ul id="steps" class="list-inline"> | |
| <li class="list-inline-item"> | |
| <label data-role='change' data-step="1" data-complete="1" data-currentstep="1" class="btn btn-sm">1</label> | |
| </li> | |
| <li class="list-inline-item"> |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| /** | |
| * Exercice : récupérer une liste de 10 nombres dans un string et la convertir en | |
| * un array de 10 éléments. | |
| * Il faudra vérifier que la liste contienne bien 10 éléments, et tous des chiffres. | |
| */ | |
| /** |
| alias lampstart="sudo service php7.2-fpm start && sudo service apache2 start && sudo service mysql start" | |
| alias lampstop="sudo service php7.2-fpm stop && sudo service apache2 stop && sudo service mysql stop" | |
| alias lamprestart="sudo service php7.2-fpm restart && sudo service apache2 restart && sudo service mysql restart" |
| <!doctype html> | |
| <html lang="fr"> | |
| <head> | |
| <!-- Required meta tags --> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
| <!-- Bootstrap CSS --> | |
| <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous"> | |
| <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous"> |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
| <title>Document</title> | |
| <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" | |
| integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous"> |
Créez une base de données que vous appellerez « prenom_bibliotheque » :
Attention ! Vérifiez bien que l'adresse que vous récupérez est en https (https://github.com/..., https://bitbucket...) ou en ssh (git@bitbucket.org, git@github.com...).
| <?php | |
| /** | |
| * Printing | |
| */ | |
| echo ""; | |
| echo "<pre>"; | |
| print_r($arr); | |
| echo "</pre>"; |