Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Systemes
Www C
Commits
c0b64c00
Commit
c0b64c00
authored
Sep 03, 2020
by
Grégory Mounié
Browse files
typos + exercism.io
parent
bcd7650e
Pipeline
#34850
passed with stage
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
19 deletions
+27
-19
public/mosig_c.html
public/mosig_c.html
+27
-19
No files found.
public/mosig_c.html
View file @
c0b64c00
...
...
@@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"fr"
xml:lang=
"fr"
>
<head>
<!-- 2020-0
8-31 lun. 23:23
-->
<!-- 2020-0
9-03 jeu. 14:54
-->
<meta
http-equiv=
"Content-Type"
content=
"text/html;charset=utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<title>
C programming
</title>
...
...
@@ -253,16 +253,17 @@ for the JavaScript code in this tag.
<div
id=
"content"
>
<h1
class=
"title"
>
C programming
<br
/>
<span
class=
"subtitle"
>
OS
point of view
</span>
<span
class=
"subtitle"
>
From OS programmer
point of view
</span>
</h1>
<div
id=
"table-of-contents"
>
<h2>
Table des matières
</h2>
<div
id=
"text-table-of-contents"
>
<ul>
<li><a
href=
"#orga5b6a9f"
>
1. Bibliography
</a></li>
<li><a
href=
"#org45dae80"
>
2. Lecture
</a></li>
<li><a
href=
"#org626fc79"
>
3. Practical
</a></li>
<li><a
href=
"#org6606552"
>
4. Misc
</a></li>
<li><a
href=
"#org543903d"
>
1. Bibliography
</a></li>
<li><a
href=
"#orgcd3b7fc"
>
2. Lecture
</a></li>
<li><a
href=
"#org4d630eb"
>
3. Practical lab
</a></li>
<li><a
href=
"#orgaf48d1a"
>
4. Other exercises
</a></li>
<li><a
href=
"#org8553927"
>
5. Misc
</a></li>
</ul>
</div>
</div>
...
...
@@ -271,19 +272,19 @@ for the JavaScript code in this tag.
</p>
<div
id=
"outline-container-org
a5b6a9f
"
class=
"outline-2"
>
<h2
id=
"org
a5b6a9f
"
><span
class=
"section-number-2"
>
1
</span>
Bibliography
</h2>
<div
id=
"outline-container-org
543903d
"
class=
"outline-2"
>
<h2
id=
"org
543903d
"
><span
class=
"section-number-2"
>
1
</span>
Bibliography
</h2>
<div
class=
"outline-text-2"
id=
"text-1"
>
<ul
class=
"org-ul"
>
<li><a
href=
"https://en.wikibooks.org/wiki/C_Programming/"
>
https://en.wikibooks.org/wiki/C_Programming/
</a>
}
</li>
<li><a
href=
"https://modernc.gforge.inria.fr/"
>
https://modernc.gforge.inria.fr/
</a>
}
</li>
<li><a
href=
"http://matthieu-moy.fr/cours/poly-c/"
>
http://matthieu-moy.fr/cours/poly-c/
</a>
}
(in French)
</li>
<li><a
href=
"https://en.wikibooks.org/wiki/C_Programming/"
>
https://en.wikibooks.org/wiki/C_Programming/
</a></li>
<li><a
href=
"https://modernc.gforge.inria.fr/"
>
https://modernc.gforge.inria.fr/
</a></li>
<li><a
href=
"http://matthieu-moy.fr/cours/poly-c/"
>
http://matthieu-moy.fr/cours/poly-c/
</a>
(in French)
</li>
</ul>
</div>
</div>
<div
id=
"outline-container-org
45dae80
"
class=
"outline-2"
>
<h2
id=
"org
45dae80
"
><span
class=
"section-number-2"
>
2
</span>
Lecture
</h2>
<div
id=
"outline-container-org
cd3b7fc
"
class=
"outline-2"
>
<h2
id=
"org
cd3b7fc
"
><span
class=
"section-number-2"
>
2
</span>
Lecture
</h2>
<div
class=
"outline-text-2"
id=
"text-2"
>
<p>
<a
href=
"./Cpresentation.pdf"
>
The slides of the presentation
</a>
...
...
@@ -291,19 +292,26 @@ for the JavaScript code in this tag.
</div>
</div>
<div
id=
"outline-container-org
626fc79
"
class=
"outline-2"
>
<h2
id=
"org
626fc79
"
><span
class=
"section-number-2"
>
3
</span>
Practical
</h2>
<div
id=
"outline-container-org
4d630eb
"
class=
"outline-2"
>
<h2
id=
"org
4d630eb
"
><span
class=
"section-number-2"
>
3
</span>
Practical
lab
</h2>
<div
class=
"outline-text-2"
id=
"text-3"
>
<p>
<a
href=
"./Cbasics_MOSIG.pdf"
>
The subject of the practical
</a>
</p>
</div>
</div>
<div
id=
"outline-container-org6606552"
class=
"outline-2"
>
<h2
id=
"org6606552"
><span
class=
"section-number-2"
>
4
</span>
Misc
</h2>
<div
id=
"outline-container-orgaf48d1a"
class=
"outline-2"
>
<h2
id=
"orgaf48d1a"
><span
class=
"section-number-2"
>
4
</span>
Other exercises
</h2>
<div
class=
"outline-text-2"
id=
"text-4"
>
<p>
<a
href=
"https://exercism.io/"
>
https://exercism.io/
</a>
</p>
</div>
</div>
<div
id=
"outline-container-org8553927"
class=
"outline-2"
>
<h2
id=
"org8553927"
><span
class=
"section-number-2"
>
5
</span>
Misc
</h2>
<div
class=
"outline-text-2"
id=
"text-5"
>
<p>
<a
href=
"https://systemes.pages.ensimag.fr/www-c/mosig_c.org"
>
original org code of this file
</a>
.
</p>
</div>
...
...
@@ -312,7 +320,7 @@ for the JavaScript code in this tag.
<div
id=
"postamble"
class=
"status"
>
<p
class=
"date"
>
Date: Ensimag 2A; Ensimag 2A en apprentissage
</p>
<p
class=
"author"
>
Auteur: Grégory Mounié
</p>
<p
class=
"date"
>
Created: 2020-0
8-31 lun. 23:23
</p>
<p
class=
"date"
>
Created: 2020-0
9-03 jeu. 14:54
</p>
<p
class=
"validation"
><a
href=
"http://validator.w3.org/check?uri=referer"
>
Validate
</a></p>
</div>
</body>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment