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
| ♥ 93% sam. 15 sept. - 13:12 ~ | |
| @gy0m ls | |
| Applications Documents MEGA Musique Public Steam Vidéos WildCode | |
| Bureau Images Modèles ownCloud snap Téléchargements 'VirtualBox VMs' zsh-syntax-highlighting | |
| ♥ 93% sam. 15 sept. - 13:12 ~ | |
| @gy0m ls . | |
| Applications Documents MEGA Musique Public Steam Vidéos WildCode | |
| Bureau Images Modèles ownCloud snap Téléchargements 'VirtualBox VMs' zsh-syntax-highlighting |
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
| #!/bin/bash | |
| if [ -z $1 ] | |
| then | |
| users | |
| else | |
| echo "Bonjour $1 :)" | |
| fi |
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
| _HiStOrY_V2_ | |
| USE WildCodeSchool; | |
| CREATE TABLE Wilders( | |
| id int, | |
| Nom varchar(50), | |
| Prenom varchar(50), | |
| Age int, | |
| Lieu_de_residence varchar(150), | |
| ); | |
| CREATE TABLE Wilders( id int, Nom varchar(50), Prenom varchar(50), Age int, Lieu_de_residence varchar(150), ); |
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
| _HiStOrY_V2_ | |
| USE\040WildCodeSchool; | |
| CREATE\040TABLE\040Wilders( | |
| id\040int, | |
| Nom\040varchar(50), | |
| Prenom\040varchar(50), | |
| Age\040int, | |
| Lieu_de_residence\040varchar(150), | |
| ); | |
| CREATE\040TABLE\040Wilders(\040id\040int,\040Nom\040varchar(50),\040Prenom\040varchar(50),\040Age\040int,\040Lieu_de_residence\040varchar(150),\040); |
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
| # If you come from bash you might have to change your $PATH. | |
| # export PATH=$HOME/bin:/usr/local/bin:$PATH | |
| # Path to your oh-my-zsh installation. | |
| export ZSH=/home/wilder2/.oh-my-zsh | |
| # Set name of the theme to load. Optionally, if you set this to "random" | |
| # it'll load a random theme each time that oh-my-zsh is loaded. | |
| # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes | |
| ZSH_THEME="agnoster" |
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
| <?php | |
| class personnage | |
| { | |
| public $Nom; | |
| public $Prenom; | |
| public $Adresse; | |
| public $Date; | |
| public function __construct() |
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
| # If you come from bash you might have to change your $PATH. | |
| export PATH=$HOME/bin:/usr/local/bin:$PATH | |
| # Path to your oh-my-zsh installation. | |
| export ZSH=/home/wilder2/.oh-my-zsh | |
| # Set name of the theme to load. Optionally, if you set this to "random" | |
| # it'll load a random theme each time that oh-my-zsh is loaded. | |
| # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes | |
| ZSH_THEME="bira" |
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
| <?php | |
| /** | |
| * Created by PhpStorm. | |
| * User: romain | |
| * Date: 22/02/16 | |
| * Time: 10:13 | |
| */ | |
| $students = [ | |
| "Emmanuel" => 42, |
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
| 356 ll | |
| 357 cd mystery/ | |
| 358 ll | |
| 359 grep -i clue crimescene | |
| 360 cd memberships/ | |
| 361 ll | |
| 362 grep Annabel AAA Delta_SkyMiles Museum_of_Bash_History Terminal_City_Library | |
| 363 cd .. | |
| 364 grep Annabel people | |
| 365 cd streets/ |
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> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | |
| <title>Space Invader</title> |
NewerOlder