Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cours
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
programmation_sequentielle
cours
Merge requests
!2
Ajout slides fonctions d'ordre supérieur.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Ajout slides fonctions d'ordre supérieur.
high-order-functions
into
master
Overview
9
Commits
3
Pipelines
3
Changes
2
Merged
Michaël El Kharroubi
requested to merge
high-order-functions
into
master
3 years ago
Overview
9
Commits
3
Pipelines
3
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 2
c3673dbf
3 years ago
version 1
3d9f9f25
3 years ago
master (base)
and
latest version
latest version
6b141253
3 commits,
3 years ago
version 2
c3673dbf
2 commits,
3 years ago
version 1
3d9f9f25
1 commit,
3 years ago
2 files
+
218
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
slides/Makefile
+
3
−
3
Options
@@ -26,13 +26,13 @@ all: $(PDF) $(HTML) # La cible par défaut (all) exécute les cibles %.html et %
markdown
:
$(MARKDOWN)
#
La markdown les cibles %.markdown
%.pdf
:
%.md
metadata.yaml
#
%.pdf (chaque fichier %.md génère un fichier avec le même nom mais l'extension .pdf et la dépendance metadata.yaml)
%.pdf
:
metadata.yaml
%.md
#
%.pdf (chaque fichier %.md génère un fichier avec le même nom mais l'extension .pdf et la dépendance metadata.yaml)
pandoc
-s
$(
OPTIONS
)
$(
PDFOPTIONS
)
-o
$@
$^
%.html
:
%.md
metadata.yaml
%.html
:
metadata.yaml
%.md
pandoc
-s
$(
OPTIONS
)
$(
REVEALOPTIONS
)
-o
$@
$^
%.markdown
:
%.md
metadata.yaml yq
%.markdown
:
metadata.yaml
%.md
yq
sed
'1 { /^---/ { :a N; /\n---/! ba; d} }'
$<
>
no_header
grep
-v
-F
-x
-f
no_header
$<
>
header.yaml
echo
"---"
>
tmp.yaml
Loading