Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>find the precious</title>
<link rel="stylesheet" href="styles/index.processed.css">
<script src="scripts/index.js"></script>
</head>
<body>
@font-face {
font-family: 'robotoregular';
src: url('roboto-webfont.eot');
src: url('roboto-webfont.eot?#iefix') format('embedded-opentype'),
url('roboto-webfont.woff') format('woff'),
url('roboto-webfont.ttf') format('truetype'),
url('roboto-webfont.svg#cac_champagneregular') format('svg');
}
#profil
<!Doctype html>
<html>
<head>
<meta charset="utf-8" >
<title>Mon Site avec Bootstrap</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<!Doctype html>
<html>
<head>
<meta charset="utf-8" >
<title>Mon Site avec Bootstrap</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js" ></script>
</head>
wilder@wilder-ThinkPad-T430:~/Documents/quete_unix/clmystery-master$ cd mystery
wilder@wilder-ThinkPad-T430:~/Documents/quete_unix/clmystery-master/mystery$ grep CLUE crimescene
CLUE: Footage from an ATM security camera is blurry but shows that the perpetrator is a tall male, at least 6'.
CLUE: Found a wallet believed to belong to the killer: no ID, just loose change, and membership cards for AAA, Delta SkyMiles, the local library, and the Museum of Bash History. The cards are totally untraceable and have no name, for some reason.
CLUE: Questioned the barista at the local coffee shop. He said a woman left right before they heard the shots. The name on her latte was Annabel, she had blond spiky hair and a New Zealand accent.
wilder@wilder-ThinkPad-T430:~/Documents/quete_unix/clmystery-master/mystery$ ^C
wilder@wilder-ThinkPad-T430:~/Documents/quete_unix/clmystery-master/mystery$ grep CLUE crimescene
CLUE: Footage from an ATM security camera is blurry but shows that the perpetrator is a tall male, at least 6'.
Variables
AnneeEnCour
AgeUtilisateur
AnneeDeNaissance
Debut
Lire nombreSaisie
AnneeDeNaissance = AnneeEnCour - AgeUtilisateur
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Patates</title>
</head>
<body>
<script>
var patates = prompt("Hey mon ami ! Tu aime ça les patates ?")
var tasdepatates = '#';
let customer = { city: "toulouse", age: 26 }
const dateOfBirth = "20/04/91"
const sentence = `"J'habite à ${customer.city}, j'ai ${customer.age} ans et je suis né(e) le ${dateOfBirth}"`
console.log(sentence)
process.stdin.resume()
process.stdin.setEncoding('utf8')
console.log('Quel âge as tu ? ')
process.stdin.on('data', (number) => {
resultat = 2018 - (number)
if (number <= 99 && number > 0) {
console.log('Ton année de naissance est: ' + resultat)
}
else if (isNaN(number)) {