Skip to content

Instantly share code, notes, and snippets.

dani45@DANIEL-PC:~/quetes/shell/planets$ tree
.
├── fictional
│ ├── arrakis.jpeg
│ ├── coruscant.jpeg
│ └── cybertron.jpeg
├── inhabited
│ ├── arrakis.jpeg
│ ├── coruscant.jpeg
│ ├── cybertron.jpeg
1.A 2.A 3.A 4.B 5.B 6.C 7.B 8.A 9.B
https://google-gruyere.appspot.com/GRUYEREINSTANCEID/deletesnippet?index=0
' - '
' OR 1=1 --
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| kaamelott |
| mysql |
| performance_schema |
| phpmyadmin |
| sys |
mysql > SELECT prénom, nom, rôle , nom
- > DE joueur p
- > REJOINDRE l' équipe t ON t . id = p . team_id
- > JOIN wizard w ON w . id = p . wizard_id
- > rôle ORDER BY , prénom, nom de famille
- > ;
+ - ----------- + ----------------- + -------- + -------- ---- +
| nomfichier | nom | rôle | nom |
+ - ----------- + ----------------- + -------- + -------- ---- +
| Alice | Londubat | batteur | Gryffondor |
@Dubusse
Dubusse / gist:e1e4d80365aff39e57b59ff73441fb21
Last active October 21, 2019 10:11
Manipulation des données 03
mysql> SELECT * FROM school
-> ;
+----+------------------------------+----------+---------+
| id | name | capacity | country |
+----+------------------------------+----------+---------+
| 1 | Beauxbatons Academy of Magic | 550 | France |
| 2 | Castelobruxo | 380 | Brazil |
| 3 | Durmstrang Institute | 570 | Norway |
| 4 | Beauxbatons Academy of Magic | 550 | France |
| 5 | Castelobruxo | 380 | Brazil |
@Dubusse
Dubusse / SELECT 02
Last active October 16, 2019 09:17
mysql> SHOW DATABASES;
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| performance_schema |
| phpmyadmin |
| sys |
package com.spring01.ProjectSpring;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
Veille technologique:
Sauvegarder des données en Javascript sans base de données:
https://www.lafermeduweb.net/veille/sauvegarder-des-donnees-en-javascript-sans-base-de-donnees
Dans cet article, apprenez comment utiliser CSS Grid pour créer une super grille d'images,
où le nombre de colonnes varie en fonction de la largeur d'écran:
https://dev.to/perborgen/how-to-make-your-html-responsive-by-adding-a-single-line-of-css-29h
UX Design: 7 règles d'interaction à suivre pour une bonne expérience utilisateur: