Skip to content

Instantly share code, notes, and snippets.

View florianpdf's full-sized avatar

Florian Grandjean florianpdf

View GitHub Profile
@florianpdf
florianpdf / gist_test.rb
Created September 1, 2015 12:44
Gist test WCS
gist test 1
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
<!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">
<?php
class Person
{
private $name;
private $firstname;
private $address;
private $date_of_birth;
function __construct($name, $firstname, $address, $date_of_birth){
set nocompatible
filetype plugin indent on
" show existing tab with 4 spaces width
" set tabstop=4
" " when indenting with '>', use 4 spaces width
" set shiftwidth=4
" " On pressing tab, insert 4 spaces
" set expandtab
syntax on