Skip to content

Instantly share code, notes, and snippets.

View matyo91's full-sized avatar

Mathieu Ledru matyo91

View GitHub Profile
@matyo91
matyo91 / Configuration - VirtualBox
Last active January 3, 2016 11:28
Configuration - VirtualBox
# Gérer la manuellement date sur VirtualBox
*Editer la date manuellement*
VBoxManage setextradata "VM name" "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" 1
$ ssh user@host
$ sudo date --set "2014-01-17 05:06:30"
*Remettre la date automatiquement*
@matyo91
matyo91 / phpstorm-autoformat.md
Last active December 12, 2017 13:44 — forked from pgrimaud/phpstorm-autoformat.md
Autoformat assignments and equals on PHP Storm

Autoformat code : Cmd + Alt + L

##For equals :

Settings -> Editor -> Code Style -> PHP -> Wrapping and Braces -> Align consecutive assignments

This will replace

$toto = 'test';

Keybase proof

I hereby claim:

  • I am matyo91 on github.
  • I am matyo91 (https://keybase.io/matyo91) on keybase.
  • I have a public key ASDi7cQ7pL25uOAkYLaTCZYm52hsOBRbrO3_7Ai1R9h2WAo

To claim this, I am signing this object:

// ==UserScript==
// @name Youtube customisation
// @namespace https://darkwood.fr
// @version 0.0.1
// @description Create youtube specific actions
// @author matyo91
// @match https://*.youtube.com/*
// @compatible firefox >=52
// @compatible chrome >=55
// @license MIT