⌘T | go to file |
⌘⌃P | go to project |
⌘R | go to methods |
⌃G | go to line |
⌘KB | toggle side bar |
⌘⇧P | command prompt |
This file contains 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
.my-triangle{ | |
border-color: transparent transparent @blue10 transparent; | |
border-style:solid; | |
border-width: 8px; | |
width: 0; | |
height: 0; | |
} |
This file contains 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
<h2>Voiture (B/BE)</h2> | |
<table border="0" cellspacing="0" cellpadding="5"> | |
<tbody> | |
<tr> | |
<td>Forfait théorie (tous les lundis soirs, min. 4 soirées, CD, Livre)</td> | |
<td class="prix" style="text-align: right;">CHF 200.-</td> | |
</tr> | |
</tbody> | |
</table> | |
<h3>Leçon de pratique (par période)</h3> |
This file contains 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
#Alias | |
alias ll="ls -al" | |
alias goas="cd /Users/mfh/Documents/antistatique.net/mandats/" | |
alias svnup="svn up --ignore-externals" | |
alias svnst="svn st --ignore-externals" | |
alias vhosts="subl /etc/apache2/extra/httpd-vhosts.conf ; subl /etc/hosts" | |
alias phpini="subl /usr/local/etc/php.ini" | |
alias showHidden="defaults write com.apple.finder AppleShowAllFiles TRUE ; killall Finder" | |
alias hideHidden="defaults write com.apple.finder AppleShowAllFiles FALSE ; killall Finder" |
This file contains 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
/* CSS pour le comportement par défaut : 980px de large + IE */ | |
/* CSS pour les grands écrans et navigateurs modernes */ | |
@media (min-width: 1200px) { | |
} | |
/* CSS pour le comportement mobile */ | |
@media (max-width: 767px) { |
This file contains 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
{ | |
"auto_complete": false, | |
"close_windows_when_empty": false, | |
"color_scheme": "Packages/Color Scheme - Default/zuff.tmTheme", | |
"draw_white_space": "all", | |
"find_selected_text": true, | |
"fold_buttons": false, | |
"folder_exclude_patterns": | |
[ | |
".svn", |
<div class="col-xs-12">
<div class="text-center isolated"><a href="http://register.uxlausanne.com/" class="btn btn-lg btn-primary" id="js-buy-ticket-bottom">Buy your ticket</a></div>
</div>
var buy_ticket_bottom = document.getElementById('js-buy-ticket-bottom');
addListener(buy_ticket_bottom, 'click', function() {
ga('send', 'buy_ticket', 'button', 'click', 'above_fold');
This file contains 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
#! /bin/bash | |
TIMESTAMP=$(date +"%F-%H-%M-%S") | |
BACKUP_DIR="/Users/mfh/Dropbox/admin/backups/mysql" | |
MYSQL_USER="root" | |
MYSQL=/usr/local/bin/mysql | |
MYSQL_PASSWORD="password" | |
MYSQLDUMP=/usr/local/bin/mysqldump | |
$MYSQL -s -r -u $MYSQL_USER -p$MYSQL_PASSWORD -e 'show databases' | | |
while read db; do |
This file contains 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
#user nobody; | |
worker_processes 1; | |
#error_log logs/error.log; | |
#error_log logs/error.log notice; | |
#error_log logs/error.log info; | |
#pid logs/nginx.pid; | |
This file contains 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
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAlc4VoUDmxZIHhEksv+ppYfykazAnZJ9eXWg3cfBPQAsb42JZcpzSnGMHjEngzLc9GmhWfsATh2sRnjmipdlKtkJ0kR+60K2j8bCiRKN3lBm3DtNJS7jpblvgG5AbBFlQv/f8Uev7jYJ4xHtvBHmRN4rh1yfe9kN8AJyoqwsJsCqqp8ta2CtJv/BTPOoTOCRZZc+np6auNNpkE9lA8a7QyAHMPpvDdavMNX8197rR9QtXxHtqrPaY8ejxmwL596x1Upj8VQ45ZqEs6WX7Jpghz9f0EYPlTix9kseE0zW0H3wrf3YTHNuraHuE1AnvyRYO9U2D+U+w1H2FenhmjM/vfw== [email protected] |
OlderNewer