Skip to content

Instantly share code, notes, and snippets.

View francois2metz's full-sized avatar

François de Metz francois2metz

View GitHub Profile
(function($) {
$.tools = $.tools || {version: '2013-02-15'};
var tool = $.tools.expose = {
conf: {
maskId: 'exposeMask',
loadSpeed: 'slow',
closeSpeed: 'fast',
zIndex: 9998,
opacity: 0.8,
startOpacity: 0,
@francois2metz
francois2metz / BUGFIXING.md
Last active October 8, 2015 07:58 — forked from spolu/BUGFIXING.txt
Bug Fixing & Reviewing process

this process suppose all devs have push&pull access to all repositories

When you decide to start working on a bugfix:

  1. create a branch:

    git checkout master // to make sure you branch from master

    git checkout -b fixXXX

@francois2metz
francois2metz / tmux.conf
Created December 20, 2010 15:10 — forked from oz/tmux.conf
# General config:
# ---------------
setw -g utf8 on
set -g lock-after-time 1800
set-window-option -g automatic-rename off
set -g default-terminal screen
# Look & feel:
# ------------
# Panes colors