Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
rust
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
orestis.malaspin
rust
Commits
0a7efd0d
There was a problem fetching the pipeline summary.
Commit
0a7efd0d
authored
6 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
ajout dangling etc
parent
8e351623
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
control.md
+1
-1
1 addition, 1 deletion
control.md
export.sh
+2
-2
2 additions, 2 deletions
export.sh
intro.md
+2
-3
2 additions, 3 deletions
intro.md
with
5 additions
and
6 deletions
control.md
+
1
−
1
View file @
0a7efd0d
---
title
:
Cours de programmation séquentielle
subtitle
:
Structures de contrôle
s
subtitle
:
Structures de contrôle
author
:
Orestis Malaspinas
<!-- date
:
25 avril 2018 -->
sansfont
:
Sans Serif
...
...
This diff is collapsed.
Click to expand it.
export.sh
+
2
−
2
View file @
0a7efd0d
...
...
@@ -7,6 +7,6 @@ cp -r jquery reveal.js js css figs rust
cd
rust
mv
README.html index.html
cd
..
sudo
docker build
-t
rustclasscont
.
sudo
docker run
--rm
--name
rustclass
-p
80:80
-p
443:443
-d
rustclasscont
docker build
-t
rustclasscont
.
docker run
--rm
--name
rustclass
-p
80:80
-p
443:443
-d
rustclasscont
rm
-r
rust
\ No newline at end of file
This diff is collapsed.
Click to expand it.
intro.md
+
2
−
3
View file @
0a7efd0d
...
...
@@ -44,10 +44,9 @@ Contient certaines iformations qui peuvent être pratiques.
## La communauté Rust
-
Reddit débutants:
<https://www.reddit.com/r/learnrust/>
-
Reddit:
<https://www.reddit.com/r/rust/>
-
Le forum des utilisateurs:
<https://users.rust-lang.org/>
-
IRC rust beginners:
<https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-beginners>
## Rust playground
...
...
@@ -74,7 +73,7 @@ Contient certaines iformations qui peuvent être pratiques.
-
Financé par Mozilla dès 2010.
-
Rendu public la première fois en 2012 (version 0.4).
-
Orientation vers la programmation système.
-
Première version stable (1.0) en 2015.
-
Première version stable (1.0) en 2015
(3 ans cette année)
.
-
La très grande majorité des fonctionnalités du langages ont été retirées.
-
Stabilisation de fonctionalités tous les 6 semaines.
-
Version stable actuelle 1.28.
<!-- TODO UPDATE -->
...
...
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