Sélectionner une révision Git
index.html 4,51 Kio
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8 />
<title>Kévin "Salixor" Cocchi</title>
<link rel="stylesheet" type="text/css" media="screen" href="styles.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300i,400" rel="stylesheet">
<link rel="icon" href="ressources/favicon.ico" type="image/x-icon" />
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="theme-color" content="#2f2b6f">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Perso de Salixor">
<meta property="og:url" content="http://www.cocchi.iiens.net/">
<meta property="og:title" content='Kévin "Salixor" Cocchi'>
<meta property="og:description" content="Dépôts de corrections de TP et TD">
<meta property="og:image" content="ressources/avatar.png">
</head>
<body>
<header>
<div class="image"></div>
<div class="subcontainer">
<div class="nickname"><b>Salixor</b></div>
<div class="name">> Dépôt de corrections</div>
<div class="avatar"></div>
</div>
</header>
<section class="container">
<div class="row">
<h3>IPF3</h3>
<a href="cours/IPFS3/Files-IPF.ml">Files</a>
<a href="cours/IPFS3/Ensembles-IPF.ml">Ensembles</a>
<a href="cours/IPFS3/ArbresBinaires-IPF.ml">Arbres binaires</a>
<a href="cours/IPFS3/Associations-IPF.ml">Associations</a>
<a href="cours/IPFS3/Graphes-IPF.ml">Graphes</a>
<a href="cours/IPFS3/TD1-IPF.pdf">TD1</a>
<a href="cours/IPFS3/TD2-IPF.pdf">TD2</a>
</div>
<div class="row">
<h3>IPF3 toclean</h3>
<a href="cours/IPFS3/TP4-IPF.ml">TP4</a>
<a href="cours/IPFS3/TP5-IPF.ml">TP5</a>
</div>
<hr/>
<div class="row">
<h3>PAP</h3>
<a href="cours/PAP/TP1-PAP.tgz">TP1</a>
<a href="cours/PAP/TP2-PAP.tgz">TP2</a>
</div>
<hr/>
<div class="row">
<h3>IPI TP</h3>
<a href="cours/IPI/TP1-IPI.c">TP1</a>
<a href="cours/IPI/TP2-IPI.c">TP2</a>
<a href="cours/IPI/TP3-IPI.c">TP3</a>
<a href="cours/IPI/TP4-IPI.c">TP4</a>
<a href="cours/IPI/TP5-IPI.c">TP5</a>
<a href="cours/IPI/TP6-IPI.tgz">TP6</a>
<a href="cours/IPI/TP7-IPI.c">TP7</a>
<a href="cours/IPI/TP8-IPI.c">TP8</a>
<a href="cours/IPI/TP9-IPI.tgz">TP9</a>
</div>
<div class="row">
<h3>IPI TD</h3>
<a href="cours/IPI/TD1-IPI.c">TD1</a>
<a href="cours/IPI/TD2-IPI.c">TD2</a>
<a href="cours/IPI/TD3-IPI.c">TD3</a>
</div>
<hr/>
<div class="row">
<h3>MAN</h3>
<a href="cours/MAN/TP1-MAN.tgz">TP1</a>
<a href="cours/MAN/TP2-MAN.tgz">TP2</a>
</div>
<hr/>
<div class="row">
<h3>IPF2</h3>
<a href="cours/IPFS2/TP1-IPF.ml">TP1</a>
<a href="cours/IPFS2/TP2-IPF.ml">TP2</a>
<a href="cours/IPFS2/TP3-IPF.ml">TP3</a>
<a href="cours/IPFS2/TP4-IPF.ml">TP4</a>
<a href="cours/IPFS2/TP5-IPF.ml">TP5</a>
<a href="cours/IPFS2/TP6-IPF.ml">TP6</a>
</div>
<hr/>
<div class="row">
<h3>IPW</h3>
<a href="cours/IPW/TP-PHP.tgz">TP PHP</a>
<a href="cours/IPW/TP-Curseurs.tgz">TP Curseurs</a>
</div>
<div class="row">
<h3>IPW Résumé</h3>
<a href="cours/IPW/Resume-HTML.pdf">HTML</a>
<a href="cours/IPW/Resume-PHP.pdf">PHP</a>
<a href="cours/IPW/Resume-XML.pdf">XML</a>
</div>
<div class="row">
<h3>IPW Correction</h3>
<a href="cours/IPW/CorrectionTPWeb2015.pdf">TP 2015</a>
<a href="cours/IPW/CorrectionTPWeb2016.pdf">TP 2016</a>
</div>
<hr/>
<div class="row">
<h3>ILO</h3>
<a href="cours/ILO/TD1-ILO.java">TD1</a>
<a href="cours/ILO/TP1-ILO.tgz">TP1</a>
<a href="cours/ILO/TP2-ILO.tgz">TP2</a>
</div>
</section>
<footer>
<a href="mailto:kevin.cocchi@gmail.com">kevin.cocchi@gmail.com</a>
<span class="discord">mrsalixor#8190</span>
<div class="clear"></div>
</footer>
</body>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="scripts.js"></script>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</html>