Skip to content
Snippets Groups Projects
Select Git revision
  • edd308283105dbfcdae63be57c9dd20fa675a787
  • main default protected
  • jw_sonar
  • v6.0.0 protected
  • interactive-mode-preference
  • bedran_exercise-list
  • add_route_user
  • Jw_sonar_backup
  • exercise_list_filter
  • assignment_filter
  • add_route_assignments
  • move-to-esm-only
  • 6.0.0-dev
  • Pre-alpha
  • 5.0.0
  • Latest
  • 4.2.0
  • 4.1.1
  • 4.1.0
  • 4.0.1
  • 4.0.0
  • 3.5.0
  • 3.4.2
  • 3.4.1
  • 3.3.0
  • 3.2.3
  • 3.2.2
  • 3.2.0
  • 3.1.2
  • 3.1.1
  • 3.1.0
  • 3.0.1
32 results

2-Assignment-creation.md

Blame
  • index.html 2.48 KiB
    <!DOCTYPE html>
    <html>
    
    <head>
    	<meta charset="utf-8">
    	<meta name="author" content="Guillaume Chanel">
    	<title>Systèmes de fichiers</title>
    	<meta name="apple-mobile-web-app-capable" content="yes">
    	<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
    	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
    
    	<link rel="stylesheet" href="../../../dist/reset.css">
    	<link rel="stylesheet" href="../../../dist/reveal.css">
    	<link rel="stylesheet" href="../../../dist/theme/white.css" id="theme">
    
    	<!-- Higlight theme -->
    	<link rel="stylesheet" href="../css/googlecode.css" id="highlight-theme">
    
    	<!-- Add my own theme on top of classical reveal.js theme -->
    	<link rel="stylesheet" href="../css/mytheme.css">
    
    	<!-- Printing and PDF exports -->
    	<script>
    		var link = document.createElement('link');
    		link.rel = 'stylesheet';
    		link.type = 'text/css';
    		link.href = window.location.search.match(/print-pdf/gi) ? '../../../css/print/pdf.scss' : '../../../css/print/paper.scss';
    		document.getElementsByTagName('head')[0].appendChild(link);
    	</script>
    	<!--[if lt IE 9]>
    	<script src="../../../lib/js/html5shiv.js"></script>
    	<![endif]-->
    
    
    <body>
    	<div class="reveal">
    		<div class="slides">
    			<section>
    				<section>
    					<h1>Systèmes de fichiers</h1>
    					<p>Guillaume Chanel</p>
    					<p>Remerciements à Florent Glück et Mickaël Hoerdt</p>
    				</section>
    			</section>
    			<section data-markdown="01_Systemes_fichiers_intro.md" data-separator-vertical="^\r?\n--\r?\n$"></section>
    			<section data-markdown="02_Systemes_fichiers_strategies_alloc.md" data-separator-vertical="^\r?\n--\r?\n$"></section>
    			<section data-markdown="03_Systemes_fichiers_struct_disque.md" data-separator-vertical="^\r?\n--\r?\n$"></section>
    			<section data-markdown="04_Systemes_fichiers_minix.md" data-separator-vertical="^\r?\n--\r?\n$"></section>
    			<section data-markdown="05_Systemes_fichiers_implementation.md" data-separator-vertical="^\r?\n--\r?\n$"></section>
    			<section data-markdown="Ressources.md" data-separator-vertical="^\r?\n--\r?\n$"></section>
    
    		</div>
    	</div>
    
    	<script src="../../../js/reveal.js"></script>
    
    	<!-- Initialize reveal.js with common configuration -->
    	<!-- TODO find a way to have chalkboard script included from the config to avoid redundancy in each presentation -->
    	<script src="../../../plugin/reveal.js-plugins/chalkboard/plugin.js"></script>
    	<script src="../config.js" type="module"></script>
    </body>
    
    </html>