⌘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
#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
<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
.my-triangle{ | |
border-color: transparent transparent @blue10 transparent; | |
border-style:solid; | |
border-width: 8px; | |
width: 0; | |
height: 0; | |
} |
NewerOlder