Skip to content

Instantly share code, notes, and snippets.

body {
background: linear-gradient(to right, #000000, #4F4F4F, #000000);
}
img {
border: solid yellow 2px;
padding: 2px;
}
blockquote {
/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.
========
We're looking for a tall male (+6'), memberships : AAA, Delta Skymiles, library, Museum of Bash History.
========
/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.
========
We're looking for a tall male (+6'), memberships : AAA, Delta Skymiles, library, Museum of Bash History.
========
Début algo-age
yearDate <- l'année actuelle
age <- l'age de l'utilisateur
(quel est votre âge ?)
READ age, yearDate
test1 pour quête gist in the CLI
@gaspaonrocks
gaspaonrocks / index.html
Created February 23, 2017 21:06
Le CV de Sacha !
<!DOCTYPE>
<html>
<head>
<meta charset="UTF-8">
<title>Sacha GRASSO</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<div id="header">
<h1>Sacha GRASSO</h1><h2>Fullstack developper</h2>
@gaspaonrocks
gaspaonrocks / Test Bootstrap.css
Last active February 22, 2017 10:47
Skull invader
body {
padding-top: 10px;
}
[class*="col-xs"] {
height: 30px;
}
.white {
background-color: white;
}