Révision partielle de formations EOLE

This commit is contained in:
2020-08-05 17:08:33 +02:00
parent a781e00a5a
commit 93be45617e
595 changed files with 19487 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -0,0 +1,60 @@
\definecolor{stashcolor}{RGB}{248,249,156}
\definecolor{wdcolor}{RGB}{21,222,103}
\definecolor{indexcolor}{RGB}{19,206,204}
\definecolor{headcolor}{RGB}{29,162,232}
\definecolor{remote1color}{RGB}{222,208,212}
\definecolor{remote2color}{RGB}{217,151,175}
\definecolor{remote3color}{RGB}{220,98,143}
\definecolor{remote4color}{RGB}{229,20,96}
\begin{tikzpicture}[y=1pt, x=1pt, yscale=-1.000000, xscale=1.000000, inner sep=0pt, outer sep=0pt]
\path[color=black,draw=black,fill=stashcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(65,0) node[below=3pt] {Stash}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=wdcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(125,0) node[below=3pt] {WD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=indexcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(185,0) node[below=3pt] {Index}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=headcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(245,0) node[below=3pt] {HEAD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path
(325,50) node[anchor=base,fill=remote1color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote2color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote3color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote4color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {Remote};
\path[color=black,draw=black,fill=black]
(155,37.5) node[white] {add}
(130,37.5)
-- (125,32)
-- (180,32)
-- (185,37.5)
-- (180,43)
-- (125,43)
-- cycle;
\end{tikzpicture}

View File

@ -0,0 +1,60 @@
\definecolor{stashcolor}{RGB}{248,249,156}
\definecolor{wdcolor}{RGB}{21,222,103}
\definecolor{indexcolor}{RGB}{19,206,204}
\definecolor{headcolor}{RGB}{29,162,232}
\definecolor{remote1color}{RGB}{222,208,212}
\definecolor{remote2color}{RGB}{217,151,175}
\definecolor{remote3color}{RGB}{220,98,143}
\definecolor{remote4color}{RGB}{229,20,96}
\begin{tikzpicture}[y=1pt, x=1pt, yscale=-1.000000, xscale=1.000000, inner sep=0pt, outer sep=0pt]
\path[color=black,draw=black,fill=stashcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(65,0) node[below=3pt] {Stash}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=wdcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(125,0) node[below=3pt] {WD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=indexcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(185,0) node[below=3pt] {Index}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=headcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(245,0) node[below=3pt] {HEAD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path
(325,50) node[anchor=base,fill=remote1color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote2color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote3color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote4color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {Remote};
\path[color=black,draw=black,fill=black]
(185,37.5) node[white] {checkout}
(240,37.5) % creux
-- (245,32)
-- (130,32)
-- (125,37.5)
-- (130,43)
-- (245,43)
-- cycle;
\end{tikzpicture}

View File

@ -0,0 +1,51 @@
\definecolor{stashcolor}{RGB}{248,249,156}
\definecolor{wdcolor}{RGB}{21,222,103}
\definecolor{indexcolor}{RGB}{19,206,204}
\definecolor{headcolor}{RGB}{29,162,232}
\definecolor{remote1color}{RGB}{222,208,212}
\definecolor{remote2color}{RGB}{217,151,175}
\definecolor{remote3color}{RGB}{220,98,143}
\definecolor{remote4color}{RGB}{229,20,96}
\begin{tikzpicture}[y=1pt, x=1pt, yscale=-1.000000, xscale=1.000000, inner sep=0pt, outer sep=0pt]
\path[color=black,draw=black,fill=stashcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(65,0) node[below=3pt] {Stash}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=wdcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(125,0) node[below=3pt] {WD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=indexcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(185,0) node[below=3pt] {Index}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=headcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(245,0) node[below=3pt] {HEAD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path
(325,50) node[anchor=base,fill=remote1color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote2color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote3color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote4color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {Remote};
\end{tikzpicture}

View File

@ -0,0 +1,51 @@
\definecolor{stashcolor}{RGB}{248,249,156}
\definecolor{wdcolor}{RGB}{21,222,103}
\definecolor{indexcolor}{RGB}{19,206,204}
\definecolor{headcolor}{RGB}{29,162,232}
\definecolor{remote1color}{RGB}{222,208,212}
\definecolor{remote2color}{RGB}{217,151,175}
\definecolor{remote3color}{RGB}{220,98,143}
\definecolor{remote4color}{RGB}{229,20,96}
\begin{tikzpicture}[y=1pt, x=1pt, yscale=-1.000000, xscale=1.000000, inner sep=0pt, outer sep=0pt]
\path[color=black,draw=black,fill=stashcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(65,0) node[below=3pt] {Stash}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=wdcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(125,0) node[below=3pt] {WD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=indexcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(185,0) node[below=3pt] {Index}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=headcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(245,0) node[below=3pt] {HEAD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path
(325,50) node[anchor=base,fill=remote1color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote2color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote3color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote4color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {Remote};
\end{tikzpicture}

View File

@ -0,0 +1,61 @@
\definecolor{stashcolor}{RGB}{248,249,156}
\definecolor{wdcolor}{RGB}{21,222,103}
\definecolor{indexcolor}{RGB}{19,206,204}
\definecolor{headcolor}{RGB}{29,162,232}
\definecolor{remote1color}{RGB}{222,208,212}
\definecolor{remote2color}{RGB}{217,151,175}
\definecolor{remote3color}{RGB}{220,98,143}
\definecolor{remote4color}{RGB}{229,20,96}
\begin{tikzpicture}[y=1pt, x=1pt, yscale=-1.000000, xscale=1.000000, inner sep=0pt, outer sep=0pt]
\path[color=black,draw=black,fill=stashcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(65,0) node[below=3pt] {Stash}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=wdcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(125,0) node[below=3pt] {WD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=indexcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(185,0) node[below=3pt] {Index}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=headcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(245,0) node[below=3pt] {HEAD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path
(325,50) node[anchor=base,fill=remote1color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote2color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote3color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote4color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {Remote};
\path[color=black,draw=black,fill=black]
(215,37.5) node[white] {commit}
++(30,0) % creux
-- ++(-5,5)
-- ++(-50,0)
-- ++(5,-5)
-- ++(-5,-5)
-- ++(50,0)
-- ++(5,5)
-- cycle;
\end{tikzpicture}

View File

@ -0,0 +1,61 @@
\definecolor{stashcolor}{RGB}{248,249,156}
\definecolor{wdcolor}{RGB}{21,222,103}
\definecolor{indexcolor}{RGB}{19,206,204}
\definecolor{headcolor}{RGB}{29,162,232}
\definecolor{remote1color}{RGB}{222,208,212}
\definecolor{remote2color}{RGB}{217,151,175}
\definecolor{remote3color}{RGB}{220,98,143}
\definecolor{remote4color}{RGB}{229,20,96}
\begin{tikzpicture}[y=1pt, x=1pt, yscale=-1.000000, xscale=1.000000, inner sep=0pt, outer sep=0pt]
\path[color=black,draw=black,fill=stashcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(65,0) node[below=3pt] {Stash}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=wdcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(125,0) node[below=3pt] {WD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=indexcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(185,0) node[below=3pt] {Index}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=headcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(245,0) node[below=3pt] {HEAD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path
(325,50) node[anchor=base,fill=remote1color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote2color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote3color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote4color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {Remote};
\path[color=black,draw=black,fill=black]
(345,37.5) node[white] {fetch}
++(-30,0) % creux
-- ++(5,5)
-- ++(50,0)
-- ++(-5,-5)
-- ++(5,-5)
-- ++(-50,0)
-- ++(-5,5)
-- cycle;
\end{tikzpicture}

View File

@ -0,0 +1,60 @@
\definecolor{stashcolor}{RGB}{248,249,156}
\definecolor{wdcolor}{RGB}{21,222,103}
\definecolor{indexcolor}{RGB}{19,206,204}
\definecolor{headcolor}{RGB}{29,162,232}
\definecolor{remote1color}{RGB}{222,208,212}
\definecolor{remote2color}{RGB}{217,151,175}
\definecolor{remote3color}{RGB}{220,98,143}
\definecolor{remote4color}{RGB}{229,20,96}
\begin{tikzpicture}[y=1pt, x=1pt, yscale=-1.000000, xscale=1.000000, inner sep=0pt, outer sep=0pt]
\path[color=black,draw=black,fill=stashcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(65,0) node[below=3pt] {Stash}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=wdcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(125,0) node[below=3pt] {WD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=indexcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(185,0) node[below=3pt] {Index}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=headcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(245,0) node[below=3pt] {HEAD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path
(325,50) node[anchor=base,fill=remote1color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote2color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote3color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote4color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {Remote};
\path[color=black,draw=black,fill=black]
(185,37.5) node[white] {checkout}
(240,37.5) % creux
-- (245,32)
-- (130,32)
-- (125,37.5)
-- (130,43)
-- (245,43)
-- cycle;
\end{tikzpicture}

View File

@ -0,0 +1,61 @@
\definecolor{stashcolor}{RGB}{248,249,156}
\definecolor{wdcolor}{RGB}{21,222,103}
\definecolor{indexcolor}{RGB}{19,206,204}
\definecolor{headcolor}{RGB}{29,162,232}
\definecolor{remote1color}{RGB}{222,208,212}
\definecolor{remote2color}{RGB}{217,151,175}
\definecolor{remote3color}{RGB}{220,98,143}
\definecolor{remote4color}{RGB}{229,20,96}
\begin{tikzpicture}[y=1pt, x=1pt, yscale=-1.000000, xscale=1.000000, inner sep=0pt, outer sep=0pt]
\path[color=black,draw=black,fill=stashcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(65,0) node[below=3pt] {Stash}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=wdcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(125,0) node[below=3pt] {WD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=indexcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(185,0) node[below=3pt] {Index}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=headcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(245,0) node[below=3pt] {HEAD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path
(325,50) node[anchor=base,fill=remote1color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote2color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote3color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote4color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {Remote};
\path[color=black,draw=black,fill=black]
(295,37.5) node[white] {pull}
++(50,0) % creux
-- ++(5,5)
-- ++(-90,0)
-- ++(-5,-5)
-- ++(5,-5)
-- ++(90,0)
-- ++(-5,5)
-- cycle;
\end{tikzpicture}

View File

@ -0,0 +1,61 @@
\definecolor{stashcolor}{RGB}{248,249,156}
\definecolor{wdcolor}{RGB}{21,222,103}
\definecolor{indexcolor}{RGB}{19,206,204}
\definecolor{headcolor}{RGB}{29,162,232}
\definecolor{remote1color}{RGB}{222,208,212}
\definecolor{remote2color}{RGB}{217,151,175}
\definecolor{remote3color}{RGB}{220,98,143}
\definecolor{remote4color}{RGB}{229,20,96}
\begin{tikzpicture}[y=1pt, x=1pt, yscale=-1.000000, xscale=1.000000, inner sep=0pt, outer sep=0pt]
\path[color=black,draw=black,fill=stashcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(65,0) node[below=3pt] {Stash}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=wdcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(125,0) node[below=3pt] {WD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=indexcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(185,0) node[below=3pt] {Index}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=headcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(245,0) node[below=3pt] {HEAD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path
(325,50) node[anchor=base,fill=remote1color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote2color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote3color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote4color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {Remote};
\path[color=black,draw=black,fill=black]
(295,37.5) node[white] {push}
++(60,0) % creux
-- ++(-5,5)
-- ++(-100,0)
-- ++(5,-5)
-- ++(-5,-5)
-- ++(100,0)
-- ++(5,5)
-- cycle;
\end{tikzpicture}

View File

@ -0,0 +1,60 @@
\definecolor{stashcolor}{RGB}{248,249,156}
\definecolor{wdcolor}{RGB}{21,222,103}
\definecolor{indexcolor}{RGB}{19,206,204}
\definecolor{headcolor}{RGB}{29,162,232}
\definecolor{remote1color}{RGB}{222,208,212}
\definecolor{remote2color}{RGB}{217,151,175}
\definecolor{remote3color}{RGB}{220,98,143}
\definecolor{remote4color}{RGB}{229,20,96}
\begin{tikzpicture}[y=1pt, x=1pt, yscale=-1.000000, xscale=1.000000, inner sep=0pt, outer sep=0pt]
\path[color=black,draw=black,fill=stashcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(65,0) node[below=3pt] {Stash}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=wdcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(125,0) node[below=3pt] {WD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=indexcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(185,0) node[below=3pt] {Index}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=headcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(245,0) node[below=3pt] {HEAD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path
(325,50) node[anchor=base,fill=remote1color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote2color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote3color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote4color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {Remote};
\path[color=black,draw=black,fill=black]
(185,37.5) node[white] {checkout}
(240,37.5) % creux
-- (245,32)
-- (130,32)
-- (125,37.5)
-- (130,43)
-- (245,43)
-- cycle;
\end{tikzpicture}

View File

@ -0,0 +1,60 @@
\definecolor{stashcolor}{RGB}{248,249,156}
\definecolor{wdcolor}{RGB}{21,222,103}
\definecolor{indexcolor}{RGB}{19,206,204}
\definecolor{headcolor}{RGB}{29,162,232}
\definecolor{remote1color}{RGB}{222,208,212}
\definecolor{remote2color}{RGB}{217,151,175}
\definecolor{remote3color}{RGB}{220,98,143}
\definecolor{remote4color}{RGB}{229,20,96}
\begin{tikzpicture}[y=1pt, x=1pt, yscale=-1.000000, xscale=1.000000, inner sep=0pt, outer sep=0pt]
\path[color=black,draw=black,fill=stashcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(65,0) node[below=3pt] {Stash}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=wdcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(125,0) node[below=3pt] {WD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=indexcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(185,0) node[below=3pt] {Index}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=headcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(245,0) node[below=3pt] {HEAD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path
(325,50) node[anchor=base,fill=remote1color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote2color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote3color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote4color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {Remote};
\path[color=black,draw=black,fill=black]
(185,37.5) node[white] {checkout}
(240,37.5) % creux
-- (245,32)
-- (130,32)
-- (125,37.5)
-- (130,43)
-- (245,43)
-- cycle;
\end{tikzpicture}

View File

@ -0,0 +1,60 @@
\definecolor{stashcolor}{RGB}{248,249,156}
\definecolor{wdcolor}{RGB}{21,222,103}
\definecolor{indexcolor}{RGB}{19,206,204}
\definecolor{headcolor}{RGB}{29,162,232}
\definecolor{remote1color}{RGB}{222,208,212}
\definecolor{remote2color}{RGB}{217,151,175}
\definecolor{remote3color}{RGB}{220,98,143}
\definecolor{remote4color}{RGB}{229,20,96}
\begin{tikzpicture}[y=1pt, x=1pt, yscale=-1.000000, xscale=1.000000, inner sep=0pt, outer sep=0pt]
\path[color=black,draw=black,fill=stashcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(65,0) node[below=3pt] {Stash}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=wdcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(125,0) node[below=3pt] {WD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=indexcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(185,0) node[below=3pt] {Index}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path[color=black,draw=black,fill=headcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(245,0) node[below=3pt] {HEAD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path
(325,50) node[anchor=base,fill=remote1color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote2color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote3color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote4color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {Remote};
\path[color=black,draw=black,fill=black]
(185,37.5) node[white] {checkout}
(240,37.5) % creux
-- (245,32)
-- (130,32)
-- (125,37.5)
-- (130,43)
-- (245,43)
-- cycle;
\end{tikzpicture}

275
figures/apps/git_trees.svg Normal file
View File

@ -0,0 +1,275 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="210mm"
height="148mm"
viewBox="0 0 744.09449 524.40944"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="git_trees.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.98994949"
inkscape:cx="424.83981"
inkscape:cy="567.51317"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1678"
inkscape:window-height="1029"
inkscape:window-x="-1"
inkscape:window-y="18"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-527.95276)">
<rect
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#f8f99c;fill-opacity:1;stroke:#000000;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
id="rect4136"
width="90.913727"
height="146.47212"
x="85.862968"
y="585.67169"
ry="12.8571" />
<rect
ry="12.8571"
y="585.67169"
x="214.54002"
height="146.47212"
width="90.913727"
id="rect4138"
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#15de67;fill-opacity:1;stroke:#000000;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
<rect
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#13cecc;fill-opacity:1;stroke:#000000;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
id="rect4140"
width="90.913727"
height="146.47212"
x="333.21707"
y="585.67169"
ry="12.8571" />
<rect
ry="12.8571"
y="585.67169"
x="451.8941"
height="146.47212"
width="90.913727"
id="rect4142"
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#1da2e8;fill-opacity:1;stroke:#000000;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11px;line-height:125%;font-family:'Liberation Mono';-inkscape-font-specification:'Liberation Mono';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="470.04443"
y="608.11481"
id="text4188"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4190"
x="470.04443"
y="608.11481"
style="font-size:22.5px">HEAD</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:125%;font-family:'Liberation Mono';-inkscape-font-specification:'Liberation Mono';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="344.35815"
y="607.82916"
id="text4192"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4194"
x="344.35815"
y="607.82916">Index</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:125%;font-family:'Liberation Mono';-inkscape-font-specification:'Liberation Mono';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="247.07147"
y="608.11481"
id="text4196"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4198"
x="247.07147"
y="608.11481">WD</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:125%;font-family:'Liberation Mono';-inkscape-font-specification:'Liberation Mono';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="104.1836"
y="607.89508"
id="text4200"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4202"
x="104.1836"
y="607.89508">Pile</tspan></text>
<g
id="g4208">
<g
transform="translate(5.0507627,18.182746)"
id="g4162">
<rect
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ded0d4;fill-opacity:1;stroke:#000000;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
id="rect4160"
width="90.913757"
height="41.416241"
x="611.17773"
y="655.70721"
ry="12.8571" />
<rect
ry="12.8571"
y="632.0321"
x="600.06604"
height="41.416241"
width="90.913757"
id="rect4158"
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#d997af;fill-opacity:1;stroke:#000000;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
<rect
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#dc628f;fill-opacity:1;stroke:#000000;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
id="rect4156"
width="90.913757"
height="41.416241"
x="589.96448"
y="609.36713"
ry="12.8571" />
<rect
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#138cce;fill-opacity:1;stroke:#000000;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
id="rect4144"
width="90.913757"
height="41.416241"
x="579.86298"
y="585.67169"
ry="12.8571" />
<rect
ry="12.8571"
y="585.67169"
x="579.86298"
height="41.416241"
width="90.913757"
id="rect4146"
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#e51460;fill-opacity:1;stroke:#000000;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
</g>
<text
sodipodi:linespacing="125%"
id="text4204"
y="630.11841"
x="589.90875"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:125%;font-family:'Liberation Mono';-inkscape-font-specification:'Liberation Mono';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
xml:space="preserve"><tspan
y="630.11841"
x="589.90875"
id="tspan4206"
sodipodi:role="line">Remote</tspan></text>
</g>
<path
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.52744067;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
d="m 262.50339,648.16486 95.17946,0 20.04742,11.24796 -20.04742,11.24797 -95.17946,0 20.04742,-11.24797 z"
id="rect4218"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.5px;line-height:125%;font-family:'Liberation Mono';-inkscape-font-specification:'Liberation Mono';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="303.04578"
y="664.46362"
id="text4221"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4223"
x="303.04578"
y="664.46362">add</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.5px;line-height:125%;font-family:'Liberation Mono';-inkscape-font-specification:'Liberation Mono';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="204.05081"
y="296.7681"
id="text4225"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4227"
x="204.05081"
y="296.7681">*</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.5px;line-height:125%;font-family:'Liberation Mono';-inkscape-font-specification:'Liberation Mono';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="304.05591"
y="303.83914"
id="text4229"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4231"
x="304.05591"
y="303.83914">+</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.5px;line-height:125%;font-family:'Liberation Mono';-inkscape-font-specification:'Liberation Mono';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="405.07117"
y="358.38739"
id="text4233"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4235"
x="405.07117"
y="358.38739">&lt;</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.5px;line-height:125%;font-family:'Liberation Mono';-inkscape-font-specification:'Liberation Mono';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="539.42145"
y="370.50922"
id="text4237"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4239"
x="539.42145"
y="370.50922">&gt;</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.5px;line-height:125%;font-family:'Liberation Mono';-inkscape-font-specification:'Liberation Mono';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="262.63965"
y="434.14883"
id="text4241"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4243"
x="262.63965"
y="434.14883">=</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.5px;line-height:125%;font-family:'Liberation Mono';-inkscape-font-specification:'Liberation Mono';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="398.00009"
y="462.43311"
id="text4245"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4247"
x="398.00009"
y="462.43311">%</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -0,0 +1,51 @@
\definecolor{stashcolor}{RGB}{248,249,156}
\definecolor{wdcolor}{RGB}{21,222,103}
\definecolor{indexcolor}{RGB}{19,206,204}
\definecolor{headcolor}{RGB}{29,162,232}
\definecolor{remote1color}{RGB}{222,208,212}
\definecolor{remote2color}{RGB}{217,151,175}
\definecolor{remote3color}{RGB}{220,98,143}
\definecolor{remote4color}{RGB}{229,20,96}
\begin{tikzpicture}[y=1pt, x=1pt, yscale=-0.500000, xscale=1.000000, inner sep=0pt, outer sep=0pt]
\path<5->[color=black,draw=black,fill=stashcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(65,0) node[below=3pt] {Stash}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path<2->[color=black,draw=black,fill=wdcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(125,0) node[below=3pt] {WD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path<3->[color=black,draw=black,fill=indexcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(185,0) node[below=3pt] {Index}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path<4->[color=black,draw=black,fill=headcolor,line join=round,line cap=round,miter
limit=4.00,line width=1.440pt,rounded corners=0.2000cm]
(245,0) node[below=3pt] {HEAD}
-- ++(25,0)
-- ++(0,75)
-- ++(-50,0)
-- ++(0,-75)
--cycle;
\path<6>
(325,50) node[anchor=base,fill=remote1color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote2color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote3color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {}
++(-5,-10) node[anchor=base,fill=remote4color,shape=rectangle,draw,minimum width=50pt,minimum height=20pt,rounded corners=0.2cm] {Remote};
\end{tikzpicture}

BIN
figures/apps/roundcube.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -0,0 +1,255 @@
\definecolor{ca3a3a3}{RGB}{163,163,163}
\definecolor{cffffff}{RGB}{255,255,255}
\definecolor{c138cce}{RGB}{19,140,206}
\hspace*{-33pt}%
\begin{tikzpicture}[y=0.80pt, x=0.80pt, yscale=-0.648000, xscale=0.610000, inner sep=0pt, outer sep=0pt]
\begin{scope}[shift={(0,-527.95276)}]
\path[shift={(0,527.95276)},color=black,draw=black,fill=ca3a3a3,line
join=round,line cap=round,miter limit=4.00,line width=1.440pt] (0.0000,0.0000)
-- (0.0000,63.5586) .. controls (0.0000,71.1135) and (6.0819,77.2270) ..
(13.6367,77.1953) -- (490.0000,77.1953) -- (490.0000,93.4863) .. controls
(490.0000,101.0413) and (496.0818,107.1231) .. (503.6367,107.1231) --
(603.5059,107.1231) .. controls (611.0608,107.1231) and (617.1426,101.0413) ..
(617.1426,93.4863) -- (617.1426,77.1953) -- (730.4570,77.1953) .. controls
(738.0120,77.1953) and (744.0937,71.1135) .. (744.0937,63.5586) --
(744.0945,0.0000) -- cycle;
\begin{scope}[cm={{0.5855,0.0,0.0,-0.5855,(611.06673,591.65217)}}]
\begin{scope}[scale=0.100]
\path[fill=cffffff,nonzero rule] (1308.7300,601.6520) .. controls
(1260.8500,601.6520) and (1225.1900,578.1410) .. (1225.1900,521.5590) ..
controls (1225.1900,478.9260) and (1248.6900,449.3320) .. (1306.1500,449.3320)
.. controls (1354.8500,449.3320) and (1387.9300,478.0270) ..
(1387.9300,523.3200) .. controls (1387.9300,574.6480) and (1358.3300,601.6520)
.. (1308.7300,601.6520) -- cycle(1213.0000,202.1330) .. controls
(1201.6700,188.2270) and (1190.3800,173.4530) .. (1190.3800,156.0160) ..
controls (1190.3800,121.2300) and (1234.7400,110.7620) .. (1295.6800,110.7620)
.. controls (1346.1600,110.7620) and (1414.9200,114.2970) ..
(1414.9200,161.2300) .. controls (1414.9200,189.1250) and (1381.8400,190.8520)
.. (1340.0400,193.4730) -- (1213.0000,202.1330) -- cycle(1470.6100,599.0230)
.. controls (1486.2500,579.0000) and (1502.8100,551.1450) ..
(1502.8100,511.1130) .. controls (1502.8100,414.5120) and (1427.0900,357.9490)
.. (1317.4600,357.9490) .. controls (1289.5800,357.9490) and
(1264.3400,361.4220) .. (1248.6900,365.7660) -- (1219.9600,319.6480) --
(1305.2400,314.4380) .. controls (1455.8200,304.8440) and (1544.5600,300.4840)
.. (1544.5600,184.7770) .. controls (1544.5600,84.6680) and
(1456.6800,28.1250) .. (1305.2400,28.1250) .. controls (1147.7200,28.1250) and
(1087.6700,68.1641) .. (1087.6700,136.9060) .. controls (1087.6700,176.0860)
and (1105.0800,196.9260) .. (1135.5400,225.6880) .. controls
(1106.8100,237.8320) and (1097.2500,259.5780) .. (1097.2500,283.0860) ..
controls (1097.2500,302.2460) and (1106.8100,319.6480) .. (1122.5000,336.1950)
.. controls (1138.1600,352.7150) and (1155.5600,369.2730) ..
(1176.4500,388.4140) .. controls (1133.8100,409.2970) and (1101.6000,454.5550)
.. (1101.6000,518.9690) .. controls (1101.6000,619.0430) and
(1167.7500,687.7730) .. (1300.8800,687.7730) .. controls (1338.3100,687.7730)
and (1360.9500,684.3280) .. (1380.9700,679.0740) -- (1550.6900,679.0740) --
(1550.6900,605.1170) -- (1470.6100,599.0230);
\path[fill=cffffff,nonzero rule] (1703.8000,757.1680) .. controls
(1654.1800,757.1680) and (1625.4700,785.9140) .. (1625.4700,835.5390) ..
controls (1625.4700,885.1020) and (1654.1800,912.1020) .. (1703.8000,912.1020)
.. controls (1754.2800,912.1020) and (1783.0000,885.1020) ..
(1783.0000,835.5390) .. controls (1783.0000,785.9140) and (1754.2800,757.1680)
.. (1703.8000,757.1680) -- cycle(1591.5100,234.1560) -- (1591.5100,302.8750)
-- (1635.9100,308.9490) .. controls (1648.1000,310.7150) and
(1649.8300,313.3050) .. (1649.8300,326.3910) -- (1649.8300,582.2580) ..
controls (1649.8300,591.8130) and (1647.2300,597.9300) .. (1638.5000,600.5200)
-- (1591.5100,617.0700) -- (1601.0800,687.5390) -- (1781.2500,687.5390) --
(1781.2500,326.3910) .. controls (1781.2500,312.4410) and (1782.0900,310.7150)
.. (1795.1800,308.9490) -- (1839.5700,302.8750) -- (1839.5700,234.1560) --
(1591.5100,234.1560);
\path[fill=cffffff,nonzero rule] (2183.7300,267.8950) .. controls
(2146.2900,249.6410) and (2091.4700,233.1020) .. (2041.8400,233.1020) ..
controls (1938.2800,233.1020) and (1899.1300,274.8360) .. (1899.1300,373.2230)
-- (1899.1300,601.2270) .. controls (1899.1300,606.4380) and
(1899.1300,609.9340) .. (1892.1400,609.9340) -- (1831.2300,609.9340) --
(1831.2300,687.3870) .. controls (1907.8400,696.1130) and (1938.2800,734.4140)
.. (1947.8500,829.2730) -- (2030.5400,829.2730) -- (2030.5400,705.6480) ..
controls (2030.5400,699.5780) and (2030.5400,696.9490) .. (2037.5100,696.9490)
-- (2160.2100,696.9490) -- (2160.2100,609.9340) -- (2030.5400,609.9340) --
(2030.5400,401.9450) .. controls (2030.5400,350.5900) and (2042.7400,330.5900)
.. (2089.7100,330.5900) .. controls (2114.1100,330.5900) and
(2139.3200,336.6640) .. (2160.2100,344.5040) -- (2183.7300,267.8950);
\path[fill=cffffff,nonzero rule] (894.2150,496.2850) -- (496.2770,894.1950) ..
controls (473.3790,917.1130) and (436.2110,917.1130) .. (413.2810,894.1950) --
(330.6520,811.5590) -- (435.4690,706.7380) .. controls (459.8360,714.9650) and
(487.7660,709.4490) .. (507.1800,690.0310) .. controls (526.6950,670.4920) and
(532.1720,642.3240) .. (523.7380,617.8750) -- (624.7620,516.8550) .. controls
(649.2030,525.2770) and (677.4020,519.8360) .. (696.9180,500.2850) .. controls
(724.2030,473.0080) and (724.2030,428.8090) .. (696.9180,401.5230) .. controls
(669.6290,374.2300) and (625.4300,374.2300) .. (598.1290,401.5230) .. controls
(577.6130,422.0550) and (572.5390,452.1990) .. (582.9300,477.4770) --
(488.7150,571.6950) -- (488.7070,323.7660) .. controls (495.3590,320.4730) and
(501.6370,316.0780) .. (507.1800,310.5590) .. controls (534.4570,283.2850) and
(534.4570,239.0940) .. (507.1800,211.7770) .. controls (479.8950,184.5040) and
(435.6760,184.5040) .. (408.4180,211.7770) .. controls (381.1370,239.0940) and
(381.1370,283.2850) .. (408.4180,310.5590) .. controls (415.1600,317.2890) and
(422.9610,322.3830) .. (431.2850,325.7970) -- (431.2850,576.0270) .. controls
(422.9610,579.4300) and (415.1720,584.4880) .. (408.4180,591.2660) .. controls
(387.7540,611.9140) and (382.7770,642.2420) .. (393.3750,667.6170) --
(290.0510,770.9610) -- (17.1992,498.1250) .. controls (-5.7266,475.1880) and
(-5.7266,438.0200) .. (17.1992,415.0980) -- (415.1330,17.1875) .. controls
(438.0430,-5.7305) and (475.1990,-5.7305) .. (498.1410,17.1875) --
(894.2150,413.2540) .. controls (917.1330,436.1840) and (917.1330,473.3630) ..
(894.2150,496.2850);
\end{scope}
\end{scope}
\begin{scope}[cm={{0.22351,0.0,0.0,0.22351,(468.02458,415.34098)}}]
\path[shift={(0,527.95276)},fill=c138cce] (443.4863,349.8496) .. controls
(436.2763,349.8750) and (431.5340,351.0438) .. (424.6074,354.5059) .. controls
(409.4498,362.0820) and (398.1744,379.7907) .. (396.1113,399.2598) --
(395.7168,402.9805) -- (398.7520,402.9805) -- (401.7852,402.9805) --
(401.7852,415.1289) -- (401.7852,427.2754) -- (404.8848,430.0606) .. controls
(406.5888,431.5926) and (409.1995,433.4629) .. (410.6875,434.2168) .. controls
(414.6692,436.2343) and (422.7668,438.6064) .. (428.8691,439.5430) .. controls
(436.0804,440.6498) and (451.8575,440.6892) .. (458.9277,439.6172) .. controls
(469.3304,438.0398) and (477.6136,434.7470) .. (482.4902,430.2519) --
(485.1191,427.8301) -- (485.1191,415.4043) -- (485.1191,402.9805) --
(488.1797,402.9805) -- (491.2422,402.9805) -- (490.9043,398.3672) .. controls
(490.4994,392.8203) and (488.2112,384.6524) .. (485.3711,378.6172) --
(483.2910,374.1953) -- (480.0371,377.4062) -- (476.7852,380.6191) --
(476.8028,388.6738) .. controls (476.8193,396.6758) and (476.8307,396.7459) ..
(478.5879,399.0683) .. controls (479.5609,400.3543) and (480.3574,401.6032) ..
(480.3574,401.8418) .. controls (480.3574,402.0804) and (479.0014,403.4110) ..
(477.3438,404.7988) -- (474.3301,407.3222) -- (471.6895,404.7305) .. controls
(470.2370,403.3049) and (469.0590,401.8586) .. (469.0723,401.5176) .. controls
(469.0856,401.1765) and (469.8886,399.9694) .. (470.8574,398.8359) --
(472.6192,396.7754) -- (472.6192,387.8359) -- (472.6192,378.8945) --
(476.9043,374.9746) -- (481.1895,371.0547) -- (478.4512,367.4961) .. controls
(474.0337,361.7552) and (474.6782,361.7096) .. (468.5235,368.2129) --
(463.0957,373.9492) -- (463.0957,381.6719) -- (463.0957,389.3926) --
(464.9922,392.0351) -- (466.8906,394.6777) -- (463.9649,397.6465) --
(461.0411,400.6152) -- (458.1094,397.6816) -- (455.1758,394.7500) --
(457.0528,392.3808) -- (458.9278,390.0117) -- (458.9278,381.2304) --
(458.9278,372.4492) -- (464.8750,366.0547) -- (470.8203,359.6601) --
(468.8926,358.2011) .. controls (467.8321,357.3983) and (465.8125,356.0950) ..
(464.4043,355.3066) -- (461.8438,353.8730) -- (455.6485,360.4219) --
(449.4532,366.9687) -- (449.4298,374.8379) -- (449.4044,382.7070) --
(451.3086,385.4101) -- (453.2129,388.1113) -- (450.5899,390.7832) .. controls
(449.1470,392.2534) and (447.6771,393.4570) .. (447.3223,393.4570) .. controls
(446.6687,393.4570) and (441.6661,388.6393) .. (441.6661,388.0098) .. controls
(441.6661,387.8216) and (442.4710,386.6577) .. (443.4532,385.4219) --
(445.2383,383.1738) -- (445.2383,374.1680) -- (445.2383,365.1621) --
(451.4883,358.9336) .. controls (454.9258,355.5078) and (457.7383,352.5286) ..
(457.7383,352.3125) .. controls (457.7383,351.3613) and (448.8822,349.8306) ..
(443.4864,349.8496) -- cycle(432.7383,409.5293) -- (443.1543,409.5293) --
(453.5723,409.5293) -- (453.5723,421.7305) -- (453.5723,433.9336) --
(443.1543,433.9336) -- (432.7383,433.9336) -- (432.7383,421.7305) --
(432.7383,409.5293) -- cycle;
\path[fill=black] (261.8691,888.9684) .. controls (256.1416,888.9684) and
(253.8997,889.2301) .. (250.5586,890.2887) .. controls (239.0465,893.9362) and
(229.0970,903.5899) .. (225.2285,914.8629) .. controls (223.5821,919.6609) and
(222.9902,929.8021) .. (224.0371,935.2535) .. controls (224.9491,940.0023) and
(228.6345,947.6212) .. (231.9258,951.5621) .. controls (238.3114,959.2080) and
(246.5804,964.0245) .. (255.8496,965.4957) .. controls (260.3436,966.2090) and
(268.7669,965.5830) .. (273.3359,964.1969) .. controls (278.9657,962.4890) and
(284.6766,958.9540) .. (289.2266,954.3590) -- (293.1191,950.4274) --
(293.1191,957.0504) -- (293.1191,963.6715) -- (296.3926,963.6715) --
(299.6660,963.6715) -- (299.6660,929.4450) -- (299.6660,895.2184) --
(296.3926,895.2184) -- (293.1191,895.2184) -- (293.1191,899.6637) --
(293.1191,904.1071) -- (289.0859,900.1090) .. controls (284.3844,895.4484) and
(279.0301,892.1430) .. (273.1777,890.2887) .. controls (269.8367,889.2301) and
(267.5967,888.9684) .. (261.8691,888.9684) -- cycle(261.8691,895.2399) ..
controls (273.5014,895.2399) and (285.2012,902.6531) .. (290.5059,913.3863) --
(292.8223,918.0738) -- (292.8223,927.3629) -- (292.8223,936.6500) --
(290.5723,941.2028) .. controls (286.9644,948.5028) and (280.5551,954.2631) ..
(272.7363,957.2340) .. controls (266.5071,959.6009) and (256.4195,959.5506) ..
(250.2598,957.1227) .. controls (228.7378,948.6395) and (223.0668,920.8860) ..
(239.5430,904.6735) .. controls (245.4710,898.8403) and (253.9912,895.2399) ..
(261.8691,895.2399) -- cycle;
\path[shift={(0,527.95276)},fill=black] (380.9531,323.8145) --
(380.9531,350.1231) -- (380.9531,376.4316) -- (376.9336,372.4434) .. controls
(370.4006,365.9577) and (365.1899,363.0750) .. (357.2441,361.5547) .. controls
(343.9495,359.0110) and (331.7923,362.7424) .. (322.3145,372.2754) .. controls
(314.2156,380.4214) and (311.0856,388.1096) .. (311.1465,399.7070) .. controls
(311.1748,405.0891) and (311.4601,407.1254) .. (312.7520,411.1445) .. controls
(317.1262,424.7537) and (329.5513,435.4320) .. (343.3750,437.4629) .. controls
(356.0481,439.3247) and (367.4544,435.6242) .. (376.3398,426.7695) --
(380.9531,422.1719) -- (380.9531,428.9453) -- (380.9531,435.7188) --
(383.9277,435.7188) -- (386.9043,435.7188) -- (386.9043,379.7656) --
(386.9043,323.8145) -- (383.9277,323.8145) -- (380.9531,323.8145) --
cycle(349.0293,367.4727) .. controls (362.6302,367.3586) and
(375.4311,376.1981) .. (379.7793,389.2891) .. controls (380.8820,392.6091) and
(381.0352,394.2094) .. (380.8594,400.5977) .. controls (380.6623,407.7584) and
(380.5711,408.2144) .. (378.4473,412.6621) .. controls (374.6386,420.6383) and
(367.1009,427.2908) .. (359.0566,429.7754) .. controls (353.9825,431.3426) and
(344.6092,431.3591) .. (339.7598,429.8086) .. controls (330.1727,426.7432) and
(321.9704,418.5113) .. (319.0020,408.9766) .. controls (317.3237,403.5860) and
(317.3218,395.1890) .. (318.9960,389.8418) .. controls (322.5358,378.5368) and
(333.0801,369.5265) .. (344.7909,367.8008) .. controls (346.2065,367.5922) and
(347.6222,367.4845) .. (349.0292,367.4727) -- cycle;
\path[fill=black] (166.9762,964.8326) .. controls (145.2181,962.1936) and
(125.6012,945.6172) .. (119.4630,924.6836) .. controls (110.4936,894.0946) and
(127.1980,862.2314) .. (157.1548,852.7874) .. controls (174.7263,847.2479) and
(194.5306,850.6538) .. (209.1032,861.7215) -- (213.4326,865.0096) --
(211.1865,866.9944) .. controls (209.9512,868.0861) and (208.7317,868.9904) ..
(208.4765,869.0041) .. controls (208.2214,869.0177) and (206.6142,867.9150) ..
(204.9051,866.5538) .. controls (201.0292,863.4667) and (192.2790,859.2542) ..
(187.1942,858.0275) .. controls (181.7479,856.7135) and (172.2567,856.2507) ..
(167.1518,857.0502) .. controls (156.4842,858.7208) and (147.4293,863.1378) ..
(139.7834,870.4007) .. controls (132.3623,877.4500) and (127.5013,885.3814) ..
(124.9373,894.6241) .. controls (123.4154,900.1103) and (123.4154,915.3283) ..
(124.9373,920.8145) .. controls (127.4445,929.8526) and (132.3300,937.9190) ..
(139.3801,944.6606) .. controls (146.2514,951.2314) and (153.2392,955.2065) ..
(161.9167,957.4808) .. controls (168.3153,959.1578) and (181.7797,959.0339) ..
(188.0337,957.2404) .. controls (193.9760,955.5363) and (200.2043,952.4979) ..
(204.7621,949.0796) .. controls (206.7199,947.6112) and (208.4610,946.4209) ..
(208.6311,946.4346) .. controls (208.8013,946.4482) and (209.9444,947.3466) ..
(211.1713,948.4311) -- (213.4022,950.4028) -- (209.8106,953.2245) .. controls
(204.3878,957.4850) and (195.8668,961.7226) .. (189.4494,963.3505) .. controls
(182.9646,964.9955) and (173.4777,965.6211) .. (166.9762,964.8326) -- cycle;
\path[fill=c138cce] (554.6504,889.1813) .. controls (547.7311,889.1484) and
(543.5072,890.0803) .. (537.4746,892.9664) .. controls (530.7427,896.1871) and
(523.3345,903.4575) .. (520.0156,910.1012) .. controls (516.1989,917.7416) and
(515.0587,927.1755) .. (516.9004,935.8668) .. controls (519.7087,949.1201) and
(531.4841,961.1505) .. (544.9746,964.5485) .. controls (547.3739,965.1528) and
(550.6956,965.3657) .. (555.6074,965.2321) .. controls (563.5562,965.0159) and
(567.8209,963.8167) .. (574.1152,960.0270) .. controls (577.5994,957.9292) and
(585.3505,950.6568) .. (584.7461,950.0524) .. controls (584.5546,949.8609) and
(583.2759,949.2794) .. (581.9062,948.7614) -- (579.4160,947.8200) --
(575.8711,951.0660) .. controls (565.4842,960.5767) and (548.8319,962.1678) ..
(537.5000,954.7340) .. controls (531.6597,950.9027) and (529.3531,954.2189) ..
(557.3789,926.1871) -- (582.3301,901.2282) -- (581.1719,899.9391) .. controls
(579.0970,897.6319) and (572.7234,893.4121) .. (569.0742,891.9293) .. controls
(563.9939,889.8650) and (560.5545,889.2094) .. (554.6504,889.1813) --
cycle(553.9180,895.2184) .. controls (559.4827,895.2184) and
(563.6640,896.1151) .. (568.1074,898.2575) .. controls (575.1736,901.6643) and
(576.9346,898.8845) .. (551.7246,924.1012) .. controls (539.4585,936.3705) and
(529.1425,946.4098) .. (528.8008,946.4098) .. controls (527.8347,946.4098) and
(524.5536,940.5206) .. (523.4941,936.8863) .. controls (520.0930,925.2192) and
(523.0986,913.0820) .. (531.4453,904.7789) .. controls (537.8738,898.3841) and
(545.3121,895.2184) .. (553.9180,895.2184) -- cycle;
\path[fill=black] (608.8333,964.9347) .. controls (601.6362,962.5736) and
(595.5434,955.7719) .. (594.3050,948.7159) .. controls (593.9281,946.5685) and
(593.9394,946.5544) .. (596.5838,945.8885) .. controls (600.2842,944.9567) and
(600.4983,945.0094) .. (600.5131,946.8562) .. controls (600.5434,950.6546) and
(604.4026,956.0158) .. (608.5093,957.9645) .. controls (613.6872,960.4216) and
(620.0502,959.4029) .. (624.1052,955.4676) .. controls (627.3075,952.3599) and
(628.5952,949.3995) .. (628.5952,945.1452) .. controls (628.5952,938.2745) and
(625.2670,934.3348) .. (613.5721,927.3622) .. controls (603.0453,921.0860) and
(599.7512,916.8619) .. (599.7089,909.5850) .. controls (599.6566,900.6074) and
(605.8283,893.6811) .. (614.5003,892.9850) .. controls (619.5868,892.5767) and
(623.0909,893.6277) .. (626.4237,896.5613) .. controls (629.6032,899.3600) and
(631.4524,902.6853) .. (631.4524,905.6043) .. controls (631.4524,907.4541) and
(631.1963,907.8103) .. (629.2963,908.6042) .. controls (628.1105,909.0996) and
(626.9607,909.5050) .. (626.7412,909.5050) .. controls (626.5217,909.5050) and
(626.0349,908.3564) .. (625.6594,906.9525) .. controls (624.3363,902.0056) and
(620.8710,899.2486) .. (615.9762,899.2486) .. controls (610.1777,899.2486) and
(605.8571,903.5255) .. (605.8571,909.2653) .. controls (605.8571,914.1290) and
(608.7083,917.3568) .. (617.8266,922.8156) .. controls (628.7158,929.3347) and
(632.2425,932.9805) .. (634.2115,939.7537) .. controls (636.8725,948.9071) and
(632.0411,959.5003) .. (623.2927,963.6941) .. controls (620.2226,965.1658) and
(611.7530,965.8925) .. (608.8333,964.9347) -- cycle;
\path[fill=c138cce] (498.8095,907.7193) -- (498.8095,851.7669) --
(501.4881,851.7669) -- (504.1666,851.7669) -- (504.1666,907.7193) --
(504.1666,963.6717) -- (501.4881,963.6717) -- (498.8095,963.6717) --
(498.8095,907.7193) -- cycle;
\end{scope}
\path[shift={(0,527.95276)},color=black,draw=black,fill=c138cce,line
join=round,line cap=round,miter limit=4.00,line width=1.440pt]
(0.0000,476.5527) -- (0.0000,524.4102) -- (744.0938,524.4102) --
(744.0938,476.5527) -- (743.8379,476.5527) .. controls (742.6525,482.4346) and
(737.4796,486.8379) .. (731.2383,486.8379) -- (12.8574,486.8379) .. controls
(6.6161,486.8379) and (1.4412,482.4346) .. (0.2559,476.5527) --
(0.0000,476.5527) -- cycle;
\end{scope}
\end{tikzpicture}

View File

@ -0,0 +1,168 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="210mm"
height="148mm"
viewBox="0 0 744.09449 524.40944"
id="svg4530"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="gray_frame_header.svg"
inkscape:export-filename="/home/bbohard/Cadoles/git/formations/figures/cadoles/gray_frame_background.png"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300">
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4"
inkscape:cx="357.17515"
inkscape:cy="260.00836"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:snap-bbox="true"
inkscape:snap-page="true"
inkscape:object-paths="true"
inkscape:snap-global="true"
inkscape:window-width="1918"
inkscape:window-height="1059"
inkscape:window-x="0"
inkscape:window-y="19"
inkscape:window-maximized="1"
showguides="true"
inkscape:guide-bbox="true"
inkscape:bbox-nodes="false"
inkscape:bbox-paths="false"
inkscape:snap-bbox-edge-midpoints="false"
inkscape:snap-bbox-midpoints="false"
inkscape:snap-intersection-paths="true"
inkscape:object-nodes="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="false"
inkscape:snap-object-midpoints="false"
inkscape:snap-center="false"
inkscape:snap-text-baseline="false">
<sodipodi:guide
position="744.0945,518.39287"
orientation="1,0"
id="guide4156" />
<sodipodi:guide
position="744.0945,524.40946"
orientation="0,1"
id="guide4158" />
</sodipodi:namedview>
<defs
id="defs4532" />
<metadata
id="metadata4535">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-527.95276)">
<path
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#a3a3a3;fill-opacity:1;stroke:#000000;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
d="M 0,4.9907735e-6 0,63.558594 c 0,7.55493 6.0818547,13.668435 13.636719,13.636716 l 476.363281,0 0,16.29102 c 0,7.55496 6.08177,13.63672 13.63672,13.63672 l 99.86914,0 c 7.55495,0 13.63672,-6.08176 13.63672,-13.63672 l 0,-16.29102 113.31445,0 c 7.55493,0 13.63663,-6.081786 13.63672,-13.636716 L 744.09449,4.9907735e-6 Z"
id="rect5078"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csscsssscsscc"
transform="translate(0,527.95276)" />
<g
transform="matrix(0.58550099,0,0,-0.58550099,611.06673,591.65217)"
inkscape:label="ink_ext_XXXXXX"
id="g5123">
<g
transform="scale(0.1,0.1)"
id="g5125">
<path
inkscape:connector-curvature="0"
id="path5127"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 1308.73,601.652 c -47.88,0 -83.54,-23.511 -83.54,-80.093 0,-42.633 23.5,-72.227 80.96,-72.227 48.7,0 81.78,28.695 81.78,73.988 0,51.328 -29.6,78.332 -79.2,78.332 z M 1213,202.133 c -11.33,-13.906 -22.62,-28.68 -22.62,-46.117 0,-34.786 44.36,-45.254 105.3,-45.254 50.48,0 119.24,3.535 119.24,50.468 0,27.895 -33.08,29.622 -74.88,32.243 l -127.04,8.66 z m 257.61,396.89 c 15.64,-20.023 32.2,-47.878 32.2,-87.91 0,-96.601 -75.72,-153.164 -185.35,-153.164 -27.88,0 -53.12,3.473 -68.77,7.817 l -28.73,-46.118 85.28,-5.21 c 150.58,-9.594 239.32,-13.954 239.32,-129.661 0,-100.109 -87.88,-156.652 -239.32,-156.652 -157.52,0 -217.57,40.0391 -217.57,108.781 0,39.18 17.41,60.02 47.87,88.782 -28.73,12.144 -38.29,33.89 -38.29,57.398 0,19.16 9.56,36.562 25.25,53.109 15.66,16.52 33.06,33.078 53.95,52.219 -42.64,20.883 -74.85,66.141 -74.85,130.555 0,100.074 66.15,168.804 199.28,168.804 37.43,0 60.07,-3.445 80.09,-8.699 l 169.72,0 0,-73.957 -80.08,-6.094" />
<path
inkscape:connector-curvature="0"
id="path5129"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 1703.8,757.168 c -49.62,0 -78.33,28.746 -78.33,78.371 0,49.563 28.71,76.563 78.33,76.563 50.48,0 79.2,-27 79.2,-76.563 0,-49.625 -28.72,-78.371 -79.2,-78.371 z m -112.29,-523.012 0,68.719 44.4,6.074 c 12.19,1.766 13.92,4.356 13.92,17.442 l 0,255.867 c 0,9.555 -2.6,15.672 -11.33,18.262 l -46.99,16.55 9.57,70.469 180.17,0 0,-361.148 c 0,-13.95 0.84,-15.676 13.93,-17.442 l 44.39,-6.074 0,-68.719 -248.06,0" />
<path
inkscape:connector-curvature="0"
id="path5131"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 2183.73,267.895 c -37.44,-18.254 -92.26,-34.793 -141.89,-34.793 -103.56,0 -142.71,41.734 -142.71,140.121 l 0,228.004 c 0,5.211 0,8.707 -6.99,8.707 l -60.91,0 0,77.453 c 76.61,8.726 107.05,47.027 116.62,141.886 l 82.69,0 0,-123.625 c 0,-6.07 0,-8.699 6.97,-8.699 l 122.7,0 0,-87.015 -129.67,0 0,-207.989 c 0,-51.355 12.2,-71.355 59.17,-71.355 24.4,0 49.61,6.074 70.5,13.914 l 23.52,-76.609" />
<path
inkscape:connector-curvature="0"
id="path5133"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 894.215,496.285 -397.938,397.91 c -22.898,22.918 -60.066,22.918 -82.996,0 L 330.652,811.559 435.469,706.738 c 24.367,8.227 52.297,2.711 71.711,-16.707 19.515,-19.539 24.992,-47.707 16.558,-72.156 l 101.024,-101.02 c 24.441,8.422 52.64,2.981 72.156,-16.57 27.285,-27.277 27.285,-71.476 0,-98.762 -27.289,-27.293 -71.488,-27.293 -98.789,0 -20.516,20.532 -25.59,50.676 -15.199,75.954 l -94.215,94.218 -0.008,-247.929 c 6.652,-3.293 12.93,-7.688 18.473,-13.207 27.277,-27.274 27.277,-71.465 0,-98.782 -27.285,-27.273 -71.504,-27.273 -98.762,0 -27.281,27.317 -27.281,71.508 0,98.782 6.742,6.73 14.543,11.824 22.867,15.238 l 0,250.23 c -8.324,3.403 -16.113,8.461 -22.867,15.239 -20.664,20.648 -25.641,50.976 -15.043,76.351 L 290.051,770.961 17.1992,498.125 c -22.92576,-22.937 -22.92576,-60.105 0,-83.027 L 415.133,17.1875 c 22.91,-22.91797 60.066,-22.91797 83.008,0 L 894.215,413.254 c 22.918,22.93 22.918,60.109 0,83.031" />
</g>
</g>
<g
id="g5283"
transform="matrix(0.22351209,0,0,0.22351209,468.02458,415.34098)">
<path
id="path5277"
transform="translate(0,527.95276)"
d="m 443.48633,349.84961 c -7.21008,0.0254 -11.95238,1.19421 -18.87891,4.65625 -15.15766,7.57615 -26.43306,25.28487 -28.49609,44.75391 l -0.39453,3.7207 3.03515,0 3.03321,0 0,12.14844 0,12.14648 3.09961,2.78516 c 1.70399,1.53203 4.31475,3.4023 5.80273,4.15625 3.98168,2.01748 12.07933,4.3896 18.18164,5.32617 7.21121,1.1068 22.98833,1.14627 30.05859,0.0742 10.40262,-1.57734 18.68591,-4.87016 23.5625,-9.36524 l 2.62891,-2.42187 0,-12.42578 0,-12.42383 3.06055,0 3.0625,0 -0.33789,-4.61328 c -0.40487,-5.54687 -2.69311,-13.71479 -5.53321,-19.75 l -2.08007,-4.42188 -3.25391,3.21094 -3.25195,3.21289 0.0176,8.05469 c 0.0165,8.00197 0.0279,8.07205 1.78516,10.39453 0.97303,1.286 1.76953,2.53487 1.76953,2.77344 0,0.23858 -1.35605,1.56919 -3.01367,2.95703 l -3.01367,2.52344 -2.64063,-2.5918 c -1.4525,-1.42552 -2.63048,-2.87182 -2.61718,-3.21289 0.0133,-0.34106 0.81631,-1.54817 1.78515,-2.68164 l 1.76172,-2.06055 0,-8.93945 0,-8.94141 4.28516,-3.91992 4.28515,-3.91992 -2.73828,-3.5586 c -4.41747,-5.74083 -3.77302,-5.78651 -9.92773,0.7168 l -5.42774,5.73633 0,7.72266 0,7.7207 1.89649,2.64258 1.89843,2.64257 -2.92578,2.96875 -2.92382,2.96875 -2.93164,-2.93359 -2.9336,-2.93164 1.87695,-2.36914 1.875,-2.36914 0,-8.78125 0,-8.78125 5.94727,-6.39453 5.94531,-6.39453 -1.92773,-1.45899 c -1.06048,-0.80284 -3.08014,-2.10613 -4.48828,-2.89453 l -2.56055,-1.43359 -6.19531,6.54883 -6.19532,6.54687 -0.0234,7.86914 -0.0254,7.86914 1.90429,2.70313 1.9043,2.70117 -2.62305,2.67187 c -1.44286,1.47017 -2.91283,2.67383 -3.26757,2.67383 -0.6536,0 -5.65625,-4.81772 -5.65625,-5.44726 0,-0.18813 0.80496,-1.35203 1.7871,-2.58789 l 1.78516,-2.24805 0,-9.00586 0,-9.00586 6.25,-6.22852 c 3.4375,-3.4258 6.25,-6.40497 6.25,-6.62109 0,-0.95114 -8.8561,-2.48189 -14.25195,-2.46289 z m -10.74805,59.67969 10.41602,0 10.41797,0 0,12.20117 0,12.20312 -10.41797,0 -10.41602,0 0,-12.20312 0,-12.20117 z"
style="fill:#138cce;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path5273"
d="m 261.86914,888.96838 c -5.72754,0 -7.96949,0.26172 -11.31055,1.32032 -11.51205,3.64754 -21.46164,13.30123 -25.33007,24.57422 -1.64646,4.79797 -2.23832,14.93916 -1.19141,20.39062 0.91196,4.74876 4.59736,12.36764 7.88867,16.3086 6.38558,7.64591 14.65461,12.46232 23.92383,13.93359 4.494,0.71331 12.91727,0.0873 17.48633,-1.29883 5.62976,-1.70788 11.34061,-5.24288 15.89062,-9.83789 l 3.89258,-3.93164 0,6.62305 0,6.62109 3.27344,0 3.27344,0 0,-34.22656 0,-34.22657 -3.27344,0 -3.27344,0 0,4.44532 0,4.44336 -4.0332,-3.99805 c -4.70153,-4.66061 -10.05583,-7.96601 -15.90821,-9.82031 -3.34106,-1.0586 -5.58105,-1.32032 -11.30859,-1.32032 z m 0,6.27149 c 11.63221,0 23.33207,7.41324 28.63672,18.14648 l 2.31641,4.6875 0,9.28907 0,9.28711 -2.25,4.55273 c -3.60787,7.30005 -10.01713,13.06033 -17.83594,16.03125 -6.22921,2.36691 -16.31688,2.31658 -22.47656,-0.11133 -21.52195,-8.48316 -27.19302,-36.23664 -10.7168,-52.44922 5.92802,-5.83316 14.44825,-9.43359 22.32617,-9.43359 z"
style="fill:#000000" />
<path
id="path5269"
transform="translate(0,527.95276)"
d="m 380.95312,323.81445 0,26.3086 0,26.30859 -4.01953,-3.98828 c -6.53304,-6.48566 -11.74374,-9.3684 -19.68945,-10.88867 -13.29465,-2.54369 -25.45185,1.18767 -34.92969,10.7207 -8.09889,8.14605 -11.22887,15.83418 -11.16797,27.43164 0.0283,5.38204 0.31364,7.41833 1.60547,11.4375 4.37424,13.6092 16.79935,24.28751 30.62305,26.31836 12.67314,1.86181 24.07939,-1.83866 32.96484,-10.69336 l 4.61328,-4.59765 0,6.77343 0,6.77344 2.97461,0 2.97657,0 0,-55.95313 0,-55.95117 -2.97657,0 -2.97461,0 z m -31.92382,43.65821 c 13.60087,-0.11402 26.40181,8.72539 30.75,21.8164 1.10274,3.32005 1.25587,4.92037 1.08008,11.3086 -0.19706,7.16071 -0.2883,7.61674 -2.41211,12.06445 -3.8087,7.97623 -11.34634,14.62866 -19.39063,17.11328 -5.0741,1.56722 -14.4474,1.58376 -19.29687,0.0332 -9.58703,-3.06535 -17.78936,-11.29734 -20.75782,-20.83203 -1.67825,-5.39053 -1.68018,-13.78755 -0.006,-19.13476 3.53984,-11.30501 14.0841,-20.31534 25.79493,-22.04102 1.41563,-0.2086 2.83129,-0.31633 4.23828,-0.32812 z"
style="fill:#000000"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path5265"
d="m 166.97618,964.83259 c -21.75809,-2.63899 -41.37502,-19.21544 -47.5132,-40.149 -8.96936,-30.58901 7.73501,-62.45221 37.69178,-71.89621 17.57156,-5.5395 37.37588,-2.13356 51.94843,8.93408 l 4.32939,3.28811 -2.24606,1.98485 c -1.23532,1.09167 -2.45482,1.996 -2.70999,2.00963 -0.25517,0.0136 -1.86231,-1.089 -3.57143,-2.45029 -3.87587,-3.08708 -12.62608,-7.29958 -17.71086,-8.52631 -5.44637,-1.31397 -14.93751,-1.77677 -20.04244,-0.9773 -10.66761,1.67062 -19.72254,6.08769 -27.36843,13.35053 -7.42109,7.04931 -12.2821,14.98073 -14.84604,24.22339 -1.52191,5.48625 -1.52191,20.70422 0,26.19047 2.50718,9.03805 7.3927,17.10441 14.44273,23.84605 6.87135,6.57076 13.85917,10.54586 22.5366,12.82017 6.39866,1.67706 19.86299,1.55315 26.11705,-0.24035 5.94228,-1.70409 12.17059,-4.74254 16.72838,-8.16086 1.95784,-1.46837 3.69891,-2.65862 3.86905,-2.64499 0.17013,0.0136 1.31323,0.91206 2.54021,1.99651 l 2.23089,1.97174 -3.59163,2.82174 c -5.42284,4.26043 -13.9438,8.49803 -20.36122,10.12594 -6.48475,1.64499 -15.9717,2.27066 -22.47321,1.4821 z"
style="fill:#000000" />
<path
inkscape:connector-curvature="0"
id="path5263"
d="m 554.65039,889.18128 c -6.91928,-0.0329 -11.14322,0.89901 -17.17578,3.78515 -6.73187,3.22071 -14.14013,10.49111 -17.45899,17.13477 -3.81676,7.64036 -4.95689,17.07431 -3.11523,25.76562 2.80834,13.25329 14.58368,25.28372 28.07422,28.68164 2.39925,0.6043 5.72095,0.81721 10.63281,0.6836 7.94882,-0.21621 12.21352,-1.41533 18.50781,-5.20508 3.48421,-2.09782 11.23524,-9.37022 10.63086,-9.97461 -0.19149,-0.19149 -1.47021,-0.77293 -2.83984,-1.29102 l -2.49023,-0.9414 -3.54493,3.24609 c -10.38689,9.51062 -27.0392,11.10176 -38.37109,3.66797 -5.84027,-3.83126 -8.14693,-0.51508 19.87891,-28.54687 l 24.95117,-24.95899 -1.1582,-1.28906 c -2.07489,-2.30724 -8.44849,-6.52698 -12.09766,-8.00977 -5.08035,-2.06433 -8.51975,-2.71994 -14.42383,-2.74804 z m -0.73242,6.0371 c 5.56474,0 9.74603,0.89672 14.18945,3.03907 7.06617,3.40688 8.82718,0.62704 -16.38281,25.84375 -12.26606,12.26933 -22.58214,22.30859 -22.92383,22.30859 -0.96613,0 -4.2472,-5.88918 -5.30664,-9.52344 -3.40118,-11.66716 -0.39552,-23.80439 7.95117,-32.10742 6.4285,-6.39488 13.86675,-9.56055 22.47266,-9.56055 z"
style="fill:#138cce;fill-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path5259"
d="m 608.83332,964.93466 c -7.19707,-2.36106 -13.28988,-9.16279 -14.52835,-16.21877 -0.37691,-2.14741 -0.36553,-2.16152 2.27884,-2.82738 3.70044,-0.93179 3.9145,-0.87907 3.92925,0.9677 0.0303,3.79834 3.88959,9.15956 7.99629,11.10832 5.17784,2.45704 11.54089,1.43832 15.59585,-2.4969 3.20231,-3.10773 4.49002,-6.06815 4.49002,-10.32244 0,-6.8707 -3.32826,-10.8104 -15.02313,-17.78303 -10.52676,-6.27619 -13.82084,-10.50028 -13.86321,-17.77719 -0.0523,-8.97762 6.11939,-15.90391 14.79141,-16.60002 5.08654,-0.40829 8.59066,0.64275 11.92342,3.57636 3.17952,2.79872 5.02866,6.124 5.02866,9.04296 0,1.84978 -0.25605,2.20604 -2.15603,2.9999 -1.18581,0.49547 -2.33562,0.90085 -2.55512,0.90085 -0.2195,0 -0.7063,-1.14864 -1.08179,-2.55254 -1.32308,-4.94687 -4.78845,-7.70387 -9.68325,-7.70387 -5.79844,0 -10.11905,4.27689 -10.11905,10.01666 0,4.8637 2.85121,8.09148 11.96945,13.55033 10.8892,6.51907 14.41592,10.16486 16.38496,16.93811 2.66095,9.15335 -2.17047,19.74655 -10.91887,23.94034 -3.0701,1.47174 -11.53969,2.19843 -14.45935,1.24061 z"
style="fill:#000000" />
<path
id="path5255"
d="m 498.80951,907.71931 0,-55.95239 2.67857,0 2.67857,0 0,55.95239 0,55.95238 -2.67857,0 -2.67857,0 0,-55.95238 z"
style="fill:#138cce;fill-opacity:1"
inkscape:connector-curvature="0" />
</g>
<path
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#138cce;fill-opacity:1;stroke:#000000;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
d="M 0 476.55273 L 0 524.41016 L 744.09375 524.41016 L 744.09375 476.55273 L 743.83789 476.55273 C 742.65253 482.43459 737.47962 486.83789 731.23828 486.83789 L 12.857422 486.83789 C 6.6160829 486.83789 1.4412199 482.43459 0.25585938 476.55273 L 0 476.55273 z "
transform="translate(0,527.95276)"
id="rect4160" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,209 @@
%LaTeX with PSTricks extensions
%%Creator: inkscape 0.91
%%Please note this file requires PSTricks extensions
\psset{xunit=.1pt,yunit=.1pt,runit=.1pt}
\begin{pspicture}(744.09448819,524.40944882)
{
\newrgbcolor{curcolor}{0.63921571 0.63921571 0.63921571}
\pscustom[linestyle=none,fillstyle=solid,fillcolor=curcolor]
{
\newpath
\moveto(24.040242,509.35278882)
\curveto(20.682492,509.35278882)(17.979695,505.74969882)(17.979695,501.27270882)
\lineto(17.979695,406.00512882)
\curveto(17.979695,401.52813882)(20.682492,397.92504882)(24.040242,397.92504882)
\lineto(532.4836,397.92504882)
\curveto(532.3045,396.99909882)(532.19063,396.01497882)(532.19063,394.97191882)
\lineto(532.19063,391.59301882)
\curveto(532.19063,386.74980882)(534.29226,382.85082882)(536.90352,382.85082882)
\lineto(606.91133,382.85082882)
\curveto(609.52259,382.85082882)(611.62617,386.74980882)(611.62617,391.59301882)
\lineto(611.62617,394.97191882)
\curveto(611.62617,396.01497882)(611.5123,396.99909882)(611.33321,397.92504882)
\lineto(720.48946,397.92504882)
\curveto(723.84721,397.92504882)(726.55196,401.52813882)(726.55196,406.00512882)
\lineto(726.55196,501.27270882)
\curveto(726.55196,505.74969882)(723.84721,509.35278882)(720.48946,509.35278882)
\lineto(24.040242,509.35278882)
\closepath
}
}
{
\newrgbcolor{curcolor}{0 0 0}
\pscustom[linewidth=1.79999995,linecolor=curcolor]
{
\newpath
\moveto(24.040242,509.35278882)
\curveto(20.682492,509.35278882)(17.979695,505.74969882)(17.979695,501.27270882)
\lineto(17.979695,406.00512882)
\curveto(17.979695,401.52813882)(20.682492,397.92504882)(24.040242,397.92504882)
\lineto(532.4836,397.92504882)
\curveto(532.3045,396.99909882)(532.19063,396.01497882)(532.19063,394.97191882)
\lineto(532.19063,391.59301882)
\curveto(532.19063,386.74980882)(534.29226,382.85082882)(536.90352,382.85082882)
\lineto(606.91133,382.85082882)
\curveto(609.52259,382.85082882)(611.62617,386.74980882)(611.62617,391.59301882)
\lineto(611.62617,394.97191882)
\curveto(611.62617,396.01497882)(611.5123,396.99909882)(611.33321,397.92504882)
\lineto(720.48946,397.92504882)
\curveto(723.84721,397.92504882)(726.55196,401.52813882)(726.55196,406.00512882)
\lineto(726.55196,501.27270882)
\curveto(726.55196,505.74969882)(723.84721,509.35278882)(720.48946,509.35278882)
\lineto(24.040242,509.35278882)
\closepath
}
}
{
\newrgbcolor{curcolor}{1 1 1}
\pscustom[linestyle=none,fillstyle=solid,fillcolor=curcolor]
{
\newpath
\moveto(678.87088519,430.528038)
\curveto(676.52297453,430.528038)(674.77430088,429.37511971)(674.77430088,426.6004856)
\curveto(674.77430088,424.50987417)(675.92667976,423.05866139)(678.7443687,423.05866139)
\curveto(681.13249004,423.05866139)(682.75464719,424.46578955)(682.75464719,426.68684046)
\curveto(682.75464719,429.20383208)(681.30314018,430.528038)(678.87088519,430.528038)
\closepath
\moveto(674.17653499,410.93666539)
\curveto(673.62094126,410.25475132)(673.06730902,409.53027279)(673.06730902,408.67520766)
\curveto(673.06730902,406.9693927)(675.24260804,406.45606921)(678.23094714,406.45606921)
\curveto(680.70635504,406.45606921)(684.07816659,406.62941641)(684.07816659,408.93088866)
\curveto(684.07816659,410.2987869)(682.45600943,410.38347449)(680.40624616,410.51200152)
\lineto(674.17653499,410.93666539)
\closepath
\moveto(686.80905934,430.39911868)
\curveto(687.57600426,429.41724284)(688.38806359,428.05130609)(688.38806359,426.08824093)
\curveto(688.38806359,421.35117915)(684.67495174,418.57747675)(679.29898169,418.57747675)
\curveto(677.931819,418.57747675)(676.69411505,418.74778364)(675.92667976,418.9608021)
\lineto(674.51783528,416.69929533)
\lineto(678.69974467,416.44381049)
\curveto(686.08379621,415.97334568)(690.435375,415.75954262)(690.435375,410.08557229)
\curveto(690.435375,405.17648732)(686.12596838,402.40376567)(678.69974467,402.40376567)
\curveto(670.97537358,402.40376567)(668.03067777,404.36717899)(668.03067777,407.73810297)
\curveto(668.03067777,409.65938826)(668.88441889,410.68132765)(670.37809806,412.09174132)
\curveto(668.96925359,412.6872515)(668.50045605,413.75361878)(668.50045605,414.90638995)
\curveto(668.50045605,415.84594652)(668.96925359,416.69929533)(669.73865038,417.51071718)
\curveto(670.50657605,418.32081501)(671.35982679,419.13277626)(672.38421805,420.07140111)
\curveto(670.29326336,421.09544912)(668.71376874,423.31478372)(668.71376874,426.47347874)
\curveto(668.71376874,431.38084741)(671.95759268,434.75118784)(678.48594161,434.75118784)
\curveto(680.32141146,434.75118784)(681.43161817,434.582254)(682.4133469,434.32461151)
\lineto(690.73597426,434.32461151)
\lineto(690.73597426,430.69795259)
\lineto(686.80905934,430.39911868)
}
}
{
\newrgbcolor{curcolor}{1 1 1}
\pscustom[linestyle=none,fillstyle=solid,fillcolor=curcolor]
{
\newpath
\moveto(698.24409042,438.15413814)
\curveto(695.81085468,438.15413814)(694.40299095,439.56376722)(694.40299095,441.99724814)
\curveto(694.40299095,444.42768875)(695.81085468,445.75169852)(698.24409042,445.75169852)
\curveto(700.71949832,445.75169852)(702.12785242,444.42768875)(702.12785242,441.99724814)
\curveto(702.12785242,439.56376722)(700.71949832,438.15413814)(698.24409042,438.15413814)
\closepath
\moveto(692.73768088,412.50699002)
\lineto(692.73768088,415.87679104)
\lineto(694.9149414,416.1746442)
\curveto(695.51270729,416.26124425)(695.59754199,416.38825111)(695.59754199,417.02995452)
\lineto(695.59754199,429.57700669)
\curveto(695.59754199,430.04555903)(695.47004475,430.3455208)(695.04194826,430.47252767)
\lineto(692.73768088,431.28409662)
\lineto(693.20696879,434.73971309)
\lineto(702.04203697,434.73971309)
\lineto(702.04203697,417.02995452)
\curveto(702.04203697,416.3458828)(702.08322838,416.26124425)(702.72512794,416.1746442)
\lineto(704.90189808,415.87679104)
\lineto(704.90189808,412.50699002)
\lineto(692.73768088,412.50699002)
}
}
{
\newrgbcolor{curcolor}{1 1 1}
\pscustom[linestyle=none,fillstyle=solid,fillcolor=curcolor]
{
\newpath
\moveto(721.77860932,414.16146282)
\curveto(719.9426491,413.26633414)(717.25441889,412.4553046)(714.82069277,412.4553046)
\curveto(709.74237973,412.4553046)(707.82256556,414.50183141)(707.82256556,419.32647399)
\lineto(707.82256556,430.50719711)
\curveto(707.82256556,430.76273099)(707.82256556,430.93416574)(707.47979414,430.93416574)
\lineto(704.49292617,430.93416574)
\lineto(704.49292617,434.73225941)
\curveto(708.24968131,435.16015975)(709.74237973,437.03834117)(710.21166764,441.6899798)
\lineto(714.26657017,441.6899798)
\lineto(714.26657017,435.62773135)
\curveto(714.26657017,435.33007434)(714.26657017,435.20115501)(714.60836084,435.20115501)
\lineto(720.62524969,435.20115501)
\lineto(720.62524969,430.93416574)
\lineto(714.26657017,430.93416574)
\lineto(714.26657017,420.73492616)
\curveto(714.26657017,418.21661053)(714.86482643,417.23586255)(717.16811306,417.23586255)
\curveto(718.3646256,417.23586255)(719.60085843,417.53371572)(720.62524969,417.91816892)
\lineto(721.77860932,414.16146282)
}
}
{
\newrgbcolor{curcolor}{1 1 1}
\pscustom[linestyle=none,fillstyle=solid,fillcolor=curcolor]
{
\newpath
\moveto(658.54414775,425.36111438)
\lineto(639.03030326,444.87358582)
\curveto(637.9074449,445.99742493)(636.08482286,445.99742493)(634.9603953,444.87358582)
\lineto(630.90848405,440.82133131)
\lineto(636.04843711,435.68118211)
\curveto(637.24333141,436.08461279)(638.61294596,435.8141225)(639.56495802,434.86191429)
\curveto(640.52192287,433.90377255)(640.7905007,432.52248709)(640.37691928,431.32357173)
\lineto(645.33087347,426.36981368)
\curveto(646.52939654,426.78280665)(647.91220216,426.51599417)(648.86921604,425.55726398)
\curveto(650.20720147,424.21967085)(650.20720147,422.05226685)(648.86921604,420.71423238)
\curveto(647.53103445,419.37585465)(645.36363046,419.37585465)(644.02486043,420.71423238)
\curveto(643.01880915,421.72106825)(642.76999339,423.19925161)(643.279541,424.43881898)
\lineto(638.65948245,429.05902464)
\lineto(638.65909015,416.90123134)
\curveto(638.98528693,416.73975119)(639.29314372,416.52423182)(639.56495802,416.25359441)
\curveto(640.90255116,414.91614839)(640.90255116,412.7491367)(639.56495802,411.40958207)
\curveto(638.22697259,410.07218508)(636.05858785,410.07218508)(634.72192642,411.40958207)
\curveto(633.38413714,412.7491367)(633.38413714,414.91614839)(634.72192642,416.25359441)
\curveto(635.05253657,416.58361611)(635.43507732,416.83341262)(635.84326463,417.0008263)
\lineto(635.84326463,429.27145465)
\curveto(635.43507732,429.43832892)(635.05312502,429.68636009)(634.72192642,430.01873558)
\curveto(633.70861761,431.03125979)(633.46455848,432.51846603)(633.98425683,433.76279003)
\lineto(628.91751662,438.83051099)
\lineto(615.53757403,425.4513432)
\curveto(614.41335439,424.32657237)(614.41335439,422.50395033)(615.53757403,421.37991507)
\lineto(635.05121256,401.86741911)
\curveto(636.17465937,400.74358148)(637.99669297,400.74358148)(639.12170898,401.86741911)
\lineto(658.54414775,421.28949011)
\curveto(659.66798686,422.41391766)(659.66798686,424.23707912)(658.54414775,425.36111438)
}
}
{
\newrgbcolor{curcolor}{0.63921571 0.63921571 0.63921571}
\pscustom[linestyle=none,fillstyle=solid,fillcolor=curcolor]
{
\newpath
\moveto(704.07632446,207.58632991)
\curveto(704.07632446,106.88685159)(563.19712176,25.25379512)(389.41381836,25.25379512)
\curveto(215.63051496,25.25379512)(74.75131226,106.88685159)(74.75131226,207.58632991)
\curveto(74.75131226,308.28580824)(215.63051496,389.9188647)(389.41381836,389.9188647)
\curveto(563.19712176,389.9188647)(704.07632446,308.28580824)(704.07632446,207.58632991)
\closepath
}
}
{
\newrgbcolor{curcolor}{0 0 0}
\pscustom[linewidth=1.79999995,linecolor=curcolor]
{
\newpath
\moveto(704.07632446,207.58632991)
\curveto(704.07632446,106.88685159)(563.19712176,25.25379512)(389.41381836,25.25379512)
\curveto(215.63051496,25.25379512)(74.75131226,106.88685159)(74.75131226,207.58632991)
\curveto(74.75131226,308.28580824)(215.63051496,389.9188647)(389.41381836,389.9188647)
\curveto(563.19712176,389.9188647)(704.07632446,308.28580824)(704.07632446,207.58632991)
\closepath
}
}
\end{pspicture}

BIN
figures/cadoles/logo_01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -0,0 +1,8 @@
\definecolor{ca3a3a3}{RGB}{163,163,163}
\definecolor{cffffff}{RGB}{255,255,255}
\definecolor{c138cce}{RGB}{19,140,206}
\hspace*{-33pt}%
\begin{tikzpicture}[overlay, y=0.80pt, x=0.80pt, yscale=1, xscale=1, inner sep=0pt, outer sep=0pt]
\draw (current page.center) -- ++(400, 200);
\end{tikzpicture}

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
figures/en/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
figures/en/logo_MENJ.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

View File

@ -0,0 +1,26 @@
nwdiag {
inet [shape = cloud];
inet -- Amon;
network administratif {
address = "10.1.1.x/24";
Amon [address = "10.1.1.1"];
HorusAD [address = "10.1.1.10, 10.1.1.11"];
}
network pedago {
address = "10.1.2.x/24"
Amon [address = "10.1.2.1"];
ScribeAD [address = "10.1.2.10, 10.1.1.11"];
client01;
client02;
client03;
group Client {
client01;
client02;
client03;
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -0,0 +1,28 @@
\begin{tikzpicture}
\begin{pgfonlayer}{nodelayer}
\node [style=none] (4) at (0, 4) {};
\node [style=none] (5) at (1, 4) {};
\node [style=none] (6) at (2, 4) {};
\node [style=none] (7) at (5, 4) {};
\node [style=none] (8) at (5, 0) {};
\node [style=none] (9) at (0, 0) {};
\node [style=none] (10) at (6, 4) {};
\node [style=none] (11) at (7, 4) {};
\node [style=none] (12) at (8, 4) {};
\node [style=none] (13) at (11, 4) {};
\node [style=none] (14) at (11, 0) {};
\node [style=none] (15) at (6, 0) {};
\end{pgfonlayer}
\begin{pgfonlayer}{edgelayer}
\draw (6.center) to (7.center);
\draw (7.center) to (8.center);
\draw (8.center) to (9.center);
\draw (9.center) to (4.center);
\draw (4.center) to (5.center);
\draw (12.center) to (13.center);
\draw (13.center) to (14.center);
\draw (14.center) to (15.center);
\draw (15.center) to (10.center);
\draw (10.center) to (11.center);
\end{pgfonlayer}
\end{tikzpicture}

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

BIN
figures/medde/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB