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 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
<!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> | |
<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
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 |
NewerOlder