Skip to content

Instantly share code, notes, and snippets.

View florianpdf's full-sized avatar

Florian Grandjean florianpdf

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<p>La réponse positive attendu est un 'oui'</p>
<p>La réponse négative attendu est un 'non'</p>
<script type="text/javascript">
1
2 cd Code/WildCodeSchool/quete_unix
3 cat instructions
4 cat hint*
5 cd mystery
6 ls
7 grep "CLUE" crimescene
8 grep "Annabel" people | grep "\tF\t"
9 head -n 40 streets/Hart_Place | tail -n 1
10 SEE INTERVIEW #47246024
@florianpdf
florianpdf / gist_test.rb
Created September 1, 2015 12:44
Gist test WCS
gist test 1