- Open Automator
- Create a new Service
- Add a
Run Shell Script
action - Set input to Service receives selected
files or folders
inany application
- Set the script action to
/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl -n $@
- Set Pass input to
as arguments
- Save as
Open in Sublime Text
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
set nocompatible " Disable vi-compatibility | |
set t_Co=256 | |
colorscheme xoria256 | |
set guifont=menlo\ for\ powerline:h16 | |
set guioptions-=T " Removes top toolbar | |
set guioptions-=r " Removes right hand scroll bar | |
set go-=L " Removes left hand scroll bar | |
set linespace=15 |
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
<?php | |
/** | |
* An helper file for Laravel 5, to provide autocomplete information to your IDE | |
* Generated for Laravel 5.0.16 on 2015-03-16. | |
* | |
* @author Barry vd. Heuvel <[email protected]> | |
* @see https://github.com/barryvdh/laravel-ide-helper | |
*/ | |
namespace { |
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
{"title":"Anonymous Gistbook","author":"vanslambrouckd","pages":[{"pageName":"","sections":[{"type":"javascript","source":"var test = 'david';\nalert('test');"},{"type":"text","source":"Welcome to Gistbook!"},{"type":"html","source":"<html>\n <body>\n jfdlksqjflkdqsjflqdks\n </body>\n</html>"}]}],"public":true} |
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
Regions are areas taht will remain displayed (semi-) permanently as the user navigates (example: nav menu) | |
Layouts: behave like views, but in addition have areas where you can display subviews. | |
Layouts are meant to disappear when a user navigates somewhere else and that view is no longer necessary |
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
https://github.com/vanslambrouckd/marionette_test/blob/master/js/region_modal.js | |
<div class="ui modal" id="modal-region"> | |
<i class="close icon"></i> | |
<div class="header"> | |
<%= title %> | |
</div> | |
<div class="content"> | |
<div class="ui medium image"> | |
<img src="/images/avatar/large/chris.jpg"> |
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
from: http://stackoverflow.com/questions/9329446/how-to-do-for-each-over-an-array-in-javascript | |
For Actual Arrays | |
(See "For Array-Like Objects" below for array-like objects.) | |
You currently have three options and will soon have two more: | |
Use forEach and related (ES5+) | |
Use a simple for loop |
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
zsh (oh-my-zsh) | |
antigen (manage shell scripts) | |
solarized theme | |
http://www.bash2zsh.com/zsh_refcard/refcard.pdf | |
http://grml.org/zsh/zsh-lovers.html |
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
https://speakerdeck.com/addyosmani/ | |
https://developers.google.com/web/starter-kit/ | |
[writing modular javascript](http://code.tutsplus.com/tutorials/writing-modular-javascript--net-14746) | |
google material design | |
grunt | |
gulp | |
sass | |
js boilerplate | |
polymer (web components) | |
aurajs (todo: testen) (web components) |
NewerOlder