118 lines
1.9 KiB
HTML
118 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<meta name="keywords" content="remark,remarkjs,markdown,slideshow,presentation" />
|
|
<meta name="description" content="A simple, in-browser, markdown-driven slideshow tool." />
|
|
<title>Le logiciel libre comme outil pour apprendre la programmation</title>
|
|
<link rel="stylesheet" type="text/css" href="theme.css">
|
|
</head>
|
|
<body>
|
|
<textarea id="source">
|
|
|
|
name: inverse
|
|
layout: true
|
|
class: center, middle, inverse
|
|
|
|
---
|
|
# Le logiciel libre comme outil pour apprendre la programmation
|
|
## Yannick François / @ya_f
|
|
|
|
### https://github.com/ya_f/ll-comme-outils-pour-apprendre-le-code
|
|
|
|
---
|
|
.left-column[
|
|
## Qui suis je ?
|
|
]
|
|
.right-column[
|
|
- Geek depuis 1984
|
|
|
|
- Fan de Logiciels Libres depuis 1995
|
|
]
|
|
|
|
---
|
|
template: inverse
|
|
|
|
# Activités du développeur
|
|
|
|
---
|
|
template: inverse
|
|
|
|
# Lire du code
|
|
|
|
---
|
|
template: inverse
|
|
|
|
# Trouver une solution
|
|
|
|
---
|
|
template: inverse
|
|
|
|
# Taper du code
|
|
|
|
---
|
|
template: inverse
|
|
|
|
# Participer à quelque chose
|
|
|
|
---
|
|
template: inverse
|
|
|
|
# Être dans un contexte plus proche du réèl
|
|
|
|
---
|
|
template: inverse
|
|
|
|
# Expérimentation
|
|
|
|
---
|
|
template: inverse
|
|
|
|
# Travaux en goupe: echec
|
|
|
|
---
|
|
template: inverse
|
|
|
|
# Problème existant: Trouver les bons projets
|
|
|
|
---
|
|
template: inverse
|
|
|
|
# C'est quoi ?
|
|
|
|
---
|
|
template: inverse
|
|
|
|
# Des tickets actionnable
|
|
|
|
---
|
|
template: inverse
|
|
|
|
# Compréhensible
|
|
|
|
---
|
|
template: inverse
|
|
|
|
# Une communauté accueillante
|
|
|
|
---
|
|
name: last-page
|
|
template: inverse
|
|
|
|
## That's all folks!
|
|
|
|
</textarea>
|
|
<script src="remark-0.10.2.min.js" type="text/javascript"></script>
|
|
<script type="text/javascript">
|
|
var hljs = remark.highlighter.engine;
|
|
</script>
|
|
<script src="remark.language.js" type="text/javascript"></script>
|
|
<script type="text/javascript">
|
|
var slideshow = remark.create({
|
|
highlightStyle: 'sunburst',
|
|
highlightLanguage: 'remark'
|
|
}) ;
|
|
</script>
|
|
</body>
|
|
</html>
|