- Open Automator
- Create a new Service
- Set “Service receives selected” to
files or folders
inany application
- Add a
Run Shell Script
action - 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 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
<select id="shippingselect"> | |
<option disabled selected value>Select</option> | |
<option value="2" data-shippingselect="15">Europe Shipping +15€</option> | |
<option value="3" data-shippingselect="35">International Shiping +35€</option> | |
</select> |
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
cart.searchDataAndReplace(document, 'cartcheckoutpaypal', '{fullprice}', fullprice.toFixed(2), 1); |
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
<?php | |
/** | |
* Gets an element of an array by key | |
* | |
* <code> | |
* | |
* $array = array( | |
* 'cat' => 'miao', | |
* 'dog' => 'wuff', |
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
// Reference: http://www.blackdogfoundry.com/blog/moving-repository-from-bitbucket-to-github/ | |
// See also: http://www.paulund.co.uk/change-url-of-git-repository | |
$ cd $HOME/Code/repo-directory | |
$ git remote rename origin bitbucket | |
$ git remote add origin https://github.com/mandiwise/awesome-new-repo.git | |
$ git push origin master | |
$ git remote rm bitbucket |
I hereby claim:
- I am scheibome on github.
- I am scheibo (https://keybase.io/scheibo) on keybase.
- I have a public key whose fingerprint is FB0B CB15 A9A3 B5EC 7415 9AA6 99C8 57C0 78BB 58DC
To claim this, I am signing this object:
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
<?php | |
/** | |
* Gets an element of an array by key | |
* | |
* <code> | |
* | |
* $array = array( | |
* 'cat' => 'miao', | |
* 'dog' => 'wuff', |
I hereby claim:
- I am scheibome on github.
- I am scheibo (https://keybase.io/scheibo) on keybase.
- I have a public key whose fingerprint is 4AA1 4FA4 9342 B11D 0A91 0549 4872 E1A6 1D5A 842C
To claim this, I am signing this object:
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
webranking-optimierung.net | |
agentur-opt.com | |
agentur-optimierung.net | |
seowebagentur.net | |
agentur-marketing.com | |
opt-support.net | |
seoagentur-marketing.net | |
seoagenturmarketing.net | |
se-seo.net | |
seoagentur-rank.net |
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
(function($) { | |
'use strict'; | |
/** | |
* trim functions | |
* | |
* @class trim | |
*/ | |
function Trim() { | |
/** | |
* @type {number} |