Skip to content

Instantly share code, notes, and snippets.

@lexman
lexman / graphviz.html
Created November 13, 2018 12:58
Graphviz Example
This file has been truncated, but you can view the full file.
<script type="text/vnd.graphviz" id="graphviz">
digraph workflow {
rankdir="LR";
Node [style="rounded,filled", shape=box, fillcolor=none]
"p_tuttlefile_5" [label="tuttlefile_5", URL="#tuttlefile_5", color=green, fontcolor=green, width=0, height=0] ;
"p_tuttlefile_5" -> "file%3A//departements-pbf"
"file%3A//departements-pbf" [fillcolor=green, label="departements-pbf"] ;
"p_tuttlefile_8" [label="tuttlefile_8", URL="#tuttlefile_8", color=green, fontcolor=green, width=0, height=0] ;
"p_tuttlefile_8" -> "file%3A//zips"
@lexman
lexman / Exercice SQL.md
Last active April 10, 2019 07:51
Exercice SQL

Etant donné les deux tables suiantes

Table : city

contient toutes les villes de plus de 100 000 habitants dans le monde, formatée comme suit :

id name population area country_id
1 Paris 2.2 50 1
2 Sydney 8.3 200 2
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lexman
lexman / decoupage_deplacements_longue_distance.geojson
Created July 25, 2019 16:22
Découpage de la France pour les déplacements longue distance
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.