Skip to content

Instantly share code, notes, and snippets.

View fmagnan's full-sized avatar

Franck Magnan fmagnan

View GitHub Profile
#!/bin/bash
### PHP Unit
sudo apt-get install phpunit
### Code Sniffer
sudo pear upgrade-all
sudo pear config-set auto_discover 1
sudo pear install --alldeps PHP_CodeSniffer
@fmagnan
fmagnan / leboncoin.user.js
Last active August 29, 2015 14:00
formatted leboncoin.fr results
// ==UserScript==
// @name leboncoin
// @namespace marvin.org
// @include http://www.leboncoin.fr/*/offres/*
// @include http://www.leboncoin.fr/li*
// @version 1
// @grant none
// ==/UserScript==
/* jshint strict: true */