Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cours_prog
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
yassin.elhakoun
cours_prog
Commits
3a1001bc
Commit
3a1001bc
authored
5 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
updated index
parent
4f15c1f0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+4
-1
4 additions, 1 deletion
Makefile
index.md
+12
-2
12 additions, 2 deletions
index.md
oral.md
+24
-0
24 additions, 0 deletions
oral.md
with
40 additions
and
3 deletions
Makefile
+
4
−
1
View file @
3a1001bc
...
...
@@ -19,7 +19,7 @@ HTMLOPTIONS += -t html5
HTMLOPTIONS
+=
-c
css/tufte-css/tufte.css
HTMLOPTIONS
+=
--self-contained
all
:
ligne_commande.pdf strings.pdf tests_assertions.pdf make.pdf base_3.pdf base_2.pdf base_1.pdf intro.pdf index.html
all
:
oral.pdf
ligne_commande.pdf strings.pdf tests_assertions.pdf make.pdf base_3.pdf base_2.pdf base_1.pdf intro.pdf index.html
intro.pdf
:
intro.md metadata.yaml
pandoc
$(
PDFOPTIONS
)
-o
$@
$^
...
...
@@ -45,6 +45,9 @@ strings.pdf: strings.md metadata.yaml
ligne_commande.pdf
:
ligne_commande.md metadata.yaml
pandoc
$(
PDFOPTIONS
)
-o
$@
$^
oral.pdf
:
oral.md metadata.yaml
pandoc
$(
PDFOPTIONS
)
-o
$@
$^
index.html
:
index.md
pandoc
-s
$(
OPTIONS
)
$(
HTMLOPTIONS
)
-o
$@
$<
...
...
This diff is collapsed.
Click to expand it.
index.md
+
12
−
2
View file @
3a1001bc
...
...
@@ -57,7 +57,17 @@ corrige: false
-
Les fonctions.
-
Les tableaux.
-
##
Introduction à `make`
[PDF](tests_assertions.pdf)
##
Tests unitaires et assertions
[PDF](tests_assertions.pdf)
-
Tests unitaires.
-
Assertions.
\ No newline at end of file
-
Assertions.
## Chaînes de caractères [PDF](strings.pdf)
-
Le type
`char *`
.
-
Les fonctions de manipulation de chaînes de caractères.
## Ligne de commande [PDF](ligne_commande.pdf)
-
Point d’entrée d’un programme.
-
Conversion des arguments.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
oral.md
0 → 100644
+
24
−
0
View file @
3a1001bc
% Instructions pour l'oral du 11.12.2019
% OM, PA, PK
% 4 décembre 2019
### Administration
-
Durée de 20 min au total.
-
15 min de présentation, 5 min de questions.
-
Prévoir une petite démo pendant la présentation.
-
Préparer 5-10 slides (indicatif).
**Vous serez arrêté·e·s après 15min pour les questions!**
Corollaire: tout dépassement sera pénalisé.
### Contenu
-
Présentation générale du TP (contexte, but, ...).
-
Présentation du travail réalisé.
-
Les questions porteront sur
**tout**
le TP.
**Impossible de tout présenter faites des choix!**
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment