This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| To run a command as administrator (user "root"), use "sudo <command>". | |
| See "man sudo_root" for details. | |
| wilder@wilder-ThinkPad-T420:~$ cd /home/wilder/Téléchargements/clmystery-master/mystery/crimescene | |
| bash: cd: /home/wilder/Téléchargements/clmystery-master/mystery/crimescene: N'est pas un dossier | |
| wilder@wilder-ThinkPad-T420:~$ cd /home/wilder/Téléchargements/clmystery-master/mystery | |
| wilder@wilder-ThinkPad-T420:~/Téléchargements/clmystery-master/mystery$ egrep clue | |
| ^C | |
| wilder@wilder-ThinkPad-T420:~/Téléchargements/clmystery-master/mystery$ egrep -i clue | |
| egrep clue /crimescenes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <head> | |
| <base href=""> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <title>MockFlow WireframePro - Viewer</title> | |
| <!-- external css files --> | |
| <link href="https://wireframepro.mockflow.com/css/external/bootstrap3/bootstrap-editor-min.css" rel="stylesheet" type="text/css" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <title>FindThePrecious</title> | |
| </head> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Space Invader</title> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | |
| <link rel="stylesheet" type="text/css" href="stylespaceinvader.css"> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .container_custom { | |
| background-color: black; | |
| } | |
| .row_custom { | |
| height: 70px; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <title>FindThePrecious</title> | |
| <link rel="stylesheet" type="text/css" href="stylecssgandalf.css"> | |
| </head> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!Doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8" > | |
| <meta name="viewport" content="width=device-width" > | |
| <title>Sauron's Eye</title> | |
| <link rel="stylesheet" href="style.css"> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <form action="indexform.php" method="POST"> | |
| <div> | |
| <label for="nom">Nom:</label> | |
| <input type="text" id="nom" name="nom" value="<?php if(isset($_POST['nom'])) echo $_POST['nom']; ?>" > | |
| </div> | |
| <div><p class="error"> | |
| <?php if(isset($errors['error_nom'])) echo $errors['error_nom']; ?> | |
| </p> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- MySQL dump 10.13 Distrib 5.7.19, for Linux (x86_64) | |
| -- | |
| -- Host: localhost Database: sara_l_wcs_pariscode | |
| -- ------------------------------------------------------ | |
| -- Server version 5.7.19-0ubuntu0.16.04.1 | |
| /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; | |
| /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; | |
| /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; | |
| /*!40101 SET NAMES utf8 */; |
OlderNewer