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
c1ac4c6e
Verified
Commit
c1ac4c6e
authored
3 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
updated the command line and intro
parent
5c9754dc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
slides/Makefile
+2
-1
2 additions, 1 deletion
slides/Makefile
slides/command_line.md
+0
-2
0 additions, 2 deletions
slides/command_line.md
slides/intro.md
+8
-3
8 additions, 3 deletions
slides/intro.md
slides/metadata.yaml
+1
-1
1 addition, 1 deletion
slides/metadata.yaml
with
11 additions
and
7 deletions
slides/Makefile
+
2
−
1
View file @
c1ac4c6e
...
...
@@ -21,7 +21,8 @@ HTML=$(MD:%.md=%.html) # Pour les fichier html on transforme .md -> .html
PDF
=
$(
MD:%.md
=
%.pdf
)
# Pour les fichier pdf on transforme .md -> .pdf
MARKDOWN
=
$(
MD:%.md
=
%.markdown
)
# Pour les fichier markdown on transforme .md -> .markdown
all
:
$(PDF) $(HTML)
#
La cible par défaut (all) exécute les cibles %.html et %.pdf
# all: $(PDF) $(HTML) # La cible par défaut (all) exécute les cibles %.html et %.pdf
all
:
$(PDF)
markdown
:
$(MARKDOWN)
#
La markdown les cibles %.markdown
...
...
This diff is collapsed.
Click to expand it.
slides/command_line.md
+
0
−
2
View file @
c1ac4c6e
...
...
@@ -121,8 +121,6 @@ $ pwd
```
*
Écrire
`Hello World!`
dans le fichier et sauver sous
`cours.dat`
.
. . .
*
Ou alors utiliser
`nano`
,
`vi`
,
`nvim`
, ...
```bash
...
...
This diff is collapsed.
Click to expand it.
slides/intro.md
+
8
−
3
View file @
c1ac4c6e
---
title: Introduction générale
date: 2021-09-21
---
patat:
wrap: true
margins:
left: 10
right: 10
...
# La hotline
...
...
@@ -58,8 +63,8 @@ Tout le contenu de ce qu'on raconte se trouve sur cyberlearn:
-
Travaux pratiques à faire en C.
-
Chaque séance est un nouveau travail pratique (typiquement d0une durée d'une
séance).
-
Vous aurez à utiliser
`git`
. Une instance gitlab se trouve sur
<https://gitedu.hesge.ch/>
-
Vous aurez à utiliser
`git`
sur
<https://gitedu.dmz.hesge.ch/>
(réseau
interne)
-
**Utilisez uniquement Linux**
(dual boot sur vos portables).
-
Les jeux vidéos sont pas une excuse pour pas avoir de linux.
...
...
This diff is collapsed.
Click to expand it.
slides/metadata.yaml
+
1
−
1
View file @
c1ac4c6e
---
subtitle
:
"
Programmation
séquentielle
en
C,
202
0
-202
1
"
subtitle
:
"
Programmation
séquentielle
en
C,
202
1
-202
2
"
author
:
"
Orestis
Malaspinas
(A401),
ISC,
HEPIA"
institute
:
Inspirés des slides de F. Glück
lang
:
fr-CH
...
...
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