Skip to content

Instantly share code, notes, and snippets.

View Gy0m's full-sized avatar

Guillaume Landreau Gy0m

  • France
  • 16:55 (UTC +01:00)
View GitHub Profile
♥ 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
#!/bin/bash
if [ -z $1 ]
then
users
else
echo "Bonjour $1 :)"
fi
_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), );
_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);
@Gy0m
Gy0m / .zshrc
Created September 27, 2016 09:47
# 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"
@Gy0m
Gy0m / Personnage.php
Created September 27, 2016 09:00
Quête P.o.o
<?php
class personnage
{
public $Nom;
public $Prenom;
public $Adresse;
public $Date;
public function __construct()
@Gy0m
Gy0m / .zshrc
Last active September 22, 2016 15:54
Maîtriser Unix en mode avancé
# 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"
@Gy0m
Gy0m / index.php
Last active September 20, 2016 20:03
Quète Xdebug
<?php
/**
* Created by PhpStorm.
* User: romain
* Date: 22/02/16
* Time: 10:13
*/
$students = [
"Emmanuel" => 42,
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/
@Gy0m
Gy0m / index.html
Created September 13, 2016 16:01
SpaceInvader
<!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>