Skip to content

Instantly share code, notes, and snippets.

@5tefan
5tefan / .block
Last active June 26, 2017 01:29 — forked from mbostock/.block
Solar Terminator
license: gpl-3.0
@5tefan
5tefan / replication.sh
Created March 1, 2017 06:43 — forked from rodesousa/replication.sh
Replication MySQL
#!/bin/bash
# PARAM
mysql_master=<%= @DBMY_MASTER_HOST %>
user_mysql=root
password_user_mysql=<%= @USER_ROOT_DBMY_SLAVE_PASSWORD %>
replication_user=<%= @REP_USER %>
replication_password=<%= @REP_PASSWORD %>
read -p "Etes vous sur de vouloir installer la replication ? [Y/N]" -n 1 -r
@5tefan
5tefan / reindent.md
Last active October 26, 2016 01:18 — forked from yefim/format.vim
Reindent and retab any and all files from the command line

Reindent

For a single file

vim /path/to/file.js -c 'retab | wq'

For multiple files