| Flag | Description |
|---|---|
| -v | Verbose Mode |
| -x | Safe Mode |
| -s | Single User Mode |
| -no-zp | Zone Postponing (use if hanging) |
| cpus=1 | Single CPU Core Mode |
| -f | No Kext Cache Mode (use if hanging) |
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
| /** | |
| * Usage: <year-select offset=0 range=10 /> | |
| * | |
| */ | |
| app.directive('yearSelect',function(){ | |
| var currentYear = new Date().getFullYear(); | |
| return { | |
| restrict: 'AE', | |
| replace: true, |
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
| Finalmente, agora eu tenho tudo quase perfeito com o Sublime, só me falta mesmo é um Outline para fechar de vez. | |
| Template para projetos Symfony: | |
| { | |
| "folders": | |
| [ | |
| { | |
| "path": ".", | |
| "folder_exclude_patterns": ["bundles", "assets", "cache"] |