Skip to content

Instantly share code, notes, and snippets.

View stephlm2dev's full-sized avatar
🏠
Working from home

Stéphane SCHMIDELY stephlm2dev

🏠
Working from home
View GitHub Profile
@stephlm2dev
stephlm2dev / clone--wildcard-conf.sh
Created December 12, 2018 20:42
Clone wildcard.conf repository
#!/usr/bin/env bash
# Hosted on gist.github.com
export WILDCARD_RELEASE=1.0.0
wget --no-check-certificate --content-disposition https://github.com/stephlm2dev/wildcard.conf/archive/$WILDCARD_RELEASE.zip --directory-prefix=$TMPDIR
unzip $TMPDIR/wildcard.conf-${WILDCARD_RELEASE}.zip -d $TMPDIR
@stephlm2dev
stephlm2dev / .tmux.conf
Created January 27, 2015 13:18
My version of .tmux.conf (widely inspired from https://github.com/tony/tmux-config)
# https://github.com/seebi/tmux-colors-solarized/blob/master/tmuxcolors-256.conf
set-option -g status-bg colour235 #base02
set-option -g status-fg colour136 #yellow
set-option -g status-attr default
# set window split
# bind-key v split-window -h
# bind-key b split-window
# default window title colors
@stephlm2dev
stephlm2dev / csound_mirrors.csd
Last active August 29, 2015 13:58
CSOUND - Justin Timberlake - Mirrors
<CsoundSynthesizer>
<CsOptions>
;-odac ; rendement temps réel
-o sonG.wav -W ; sortie dans un fichier wav
</CsOptions>
<CsInstruments>
sr=44100
ksmps=40