| gitflow | git |
|---|---|
git flow init |
git init |
git commit --allow-empty -m "Initial commit" |
|
git checkout -b develop master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Google Plus Toolkit | |
| Kevin Wang (kevixw'At'gmail.com) | |
| Copyright (c) 2012 . All rights reserved. | |
| Based on : | |
| 1. Google+ Stream API => An unofficial API to get Google+ streams. | |
| https://gist.github.com/1554435 | |
| Copyright (C) 2012 Jingqin Lynn | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <!-- Helpful things to keep in your <head/> | |
| // Brian Blakely, 360i | |
| // http://twitter.com/brianblakely/ | |
| --> | |
| <head> | |
| <!-- Disable automatic DNS prefetching. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // si tu as une div #twitage et que tu mets ton nom twitter | |
| // la ou il faut et que tu as chargée la lib jQuery qui va | |
| // bien ca marche tout seul... | |
| // [a améliorer] | |
| var moulinette = { | |
| sortie : '', | |
| nettoyage: function(chaine) { | |
| this.sortie = this.parse_liens(chaine); | |
| this.sortie = this.parse_listes(this.sortie); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ################################################################# | |
| # = This script transfers bash history to zsh history | |
| # = Change bash and zsh history files, if you don't use defaults | |
| # | |
| # = Usage: ruby bash_to_zsh_history.rb | |
| # | |
| # = Author: Ankit Goyal | |
| ################################################################# | |
| # change if you don't use default values |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 0 is too far from ` ;) | |
| set -g base-index 1 | |
| # Automatically set window title | |
| set-window-option -g automatic-rename on | |
| set-option -g set-titles on | |
| #set -g default-terminal screen-256color | |
| set -g status-keys vi | |
| set -g history-limit 10000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Contrôle automatique des volets en fonction de la position du soleil et de la température extérieur | |
| # Auteur : Cyril Barthel | |
| # Version : 2.4 | |
| blueprint: | |
| name: sun protection 2 | |
| description: close cover when sun is shining and open when stops | |
| domain: automation | |
| source_url: https://gist.github.com/lleixat/357d70e27ec220acc55bcac3171223f4 | |
| input: | |
| cover_entity: |