Skip to content

Instantly share code, notes, and snippets.

View fzed51's full-sized avatar
👨‍💻
I may be slow to respond.

Fabien S. fzed51

👨‍💻
I may be slow to respond.
View GitHub Profile
@fzed51
fzed51 / php-xdebug.ini
Created March 4, 2016 15:31
Ma config xDebug
[xDebug]
zend_extension = php_xdebug-2.4.0-7.0-vc14-x86_64.dll
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.collect_params=4
xdebug.collect_assignments=1
@fzed51
fzed51 / tools.js
Last active November 9, 2016 09:32
Tools JavaScript
var Q = function(querry){
return document.querySelector(querry);
};
var Qs = function(querry){
querry=document.querySelectorAll(querry);
querry.forEach||(querry=Array.from(querry));
return querry;
};
var SE = function(item){
return item.parentNode.removeChild(item);
@fzed51
fzed51 / Format-ANSI.ps1
Last active August 29, 2015 13:58
Format-ANSI, formate une sortie console ANSI
<#
.Synopsis
Formate une sortie console ANSI
.DESCRIPTION
Cette commande interprête les commande ansi
ESC[PL;PcH
ESC[PL;Pcf
ESC[PnA
ESC[PnB
ESC[PnC