Log in to your Managed Hosting Server via SSH
Add these two lines to .bashrc:
body { | |
font-size: 16px; | |
color: #000000; | |
} | |
@media screen and (min-width: 800px) { | |
body { | |
color: #81CFE0; | |
} | |
} |
(function($) { | |
'use strict'; | |
/** | |
* trim functions | |
* | |
* @class trim | |
*/ | |
function Trim() { | |
/** | |
* @type {number} |
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 |
I hereby claim:
To claim this, I am signing this object:
<?php | |
/** | |
* Gets an element of an array by key | |
* | |
* <code> | |
* | |
* $array = array( | |
* 'cat' => 'miao', | |
* 'dog' => 'wuff', |
I hereby claim:
To claim this, I am signing this object:
// 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 |
<?php | |
/** | |
* Gets an element of an array by key | |
* | |
* <code> | |
* | |
* $array = array( | |
* 'cat' => 'miao', | |
* 'dog' => 'wuff', |
cart.searchDataAndReplace(document, 'cartcheckoutpaypal', '{fullprice}', fullprice.toFixed(2), 1); |