Note totale: 0/100
- Cours : Utilisation et administration des systèmes informatiques
- Sigle : INF1070
- Session : Hiver 2019
- Groupe : ``
"LD_* scout runtime" information: | |
{ | |
"steam-runtime-system-info" : { | |
"version" : "0.20240415.0+srt1", | |
"path" : "/home/simon/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-system-info" | |
}, | |
"can-write-uinput" : true, | |
"steam-installation" : { | |
"path" : "/home/simon/.local/share/Steam", | |
"data_path" : "/home/simon/.local/share/Steam", |
a | |
à | |
abaca | |
abacule | |
abaissa | |
abaissable | |
abaissai | |
abaissaient | |
abaissais | |
abaissait |
1 | |
0 |
{-# LANGUAGE PatternSynonyms #-} | |
module Esperanto.Eble where | |
import qualified Data.Maybe as Maybe | |
type Eble = Maybe.Maybe | |
pattern Jxus a = Just a | |
pattern Nenio = Nothing |
#!/bin/bash | |
usage() | |
{ | |
echo "$0 <word_src> <taille_partie_texte> <out_dir> <texte>..." | |
echo "Éclate un texte en parties égales et le cache dans des fichiers générés à partir de 'word_src'" | |
echo "Si la taille du texte n'est pas un multiple de <taille_partie_texte>, le dernier morceau sera complété par des espaces" | |
echo "Les fichiers seront écrits dans le répertoire <out_dir>" | |
} |
" Désactive les replis des sections par le plugin vim-markdown | |
set nofoldenable | |
let g:vim_markdown_folding_disabled = 1 | |
""""""""""""""""""""""""""""""" | |
" Variables de localisation " | |
""""""""""""""""""""""""""""""" | |
" NOTE: Configurer les variables ci-après | |
" NOTE: Le fichier gabarit peut être téléchargé à l'adresse suivante: |
\documentclass[12pt]{memoireuqam1.3} | |
\usepackage[french]{babel} | |
\usepackage[utf8]{inputenc} | |
\usepackage[T1]{fontenc} | |
\usepackage[colorlinks]{hyperref} | |
\usepackage{amsthm} | |
\usepackage{amssymb} |
\documentclass[12pt]{article} | |
\begin{document} | |
\input{toto.tex} | |
\end{document} | |
% vim: set sts=2 ts=2 sw=2 tw=100 et : | |