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
_amazonses.antoshka.ua TXT PAOWtWtWT675DcPQLjw7d2yKW8m19nH3USfpr6dXUWk= | |
g54g2ppeoyasknvjngw4ipwtiacqtvqp._domainkey.antoshka.ua CNAME g54g2ppeoyasknvjngw4ipwtiacqtvqp.dkim.amazonses.com | |
hul7nyfllxitmedeuh2xwtnp6xcgqx5j._domainkey.antoshka.ua CNAME hul7nyfllxitmedeuh2xwtnp6xcgqx5j.dkim.amazonses.com | |
qvts467htuw4t3u52qttixtfah2uvzqy._domainkey.antoshka.ua CNAME qvts467htuw4t3u52qttixtfah2uvzqy.dkim.amazonses.com |
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
#!/bin/bash | |
REMOTE_USER='root' | |
REMOTE_HOST='123.123.123.123' | |
REMOTE_PORT='22' | |
LOCAL_BASE_FOLDER='/var/www/shared' | |
REMOTE_BASE_FOLDER='/var/www/shared' | |
echo "Media synchronization started..." |
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
Hi, | |
We have a suitable plugin that handles most of your request. | |
However, you have some additional content information listed: | |
<meta name="twitter:data1" content="£129.99"> | |
<meta name="twitter:label1" content="Save £20"> | |
<meta name="twitter:data2" content="Free Delivery"> | |
<meta name="twitter:label2" content="Free 2 Year Warranty"> |
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
{ | |
"name" : { | |
"en": "sample name", | |
"ru": "просто имя" | |
}, | |
"cityId" : 123, | |
"images" : [ | |
"http://cdn.lalala.com/test1.jpg", | |
"http://cdn.lalala.com/test2.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
{ | |
"quests" : | |
[ | |
{ | |
"name" : { | |
"en": "sample name", | |
"ru": "просто имя" | |
}, | |
"cityId" : 123, |
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
{ | |
"cities" : | |
[ | |
{ | |
"name" : { | |
"en" : "Vilnius", | |
"ru" : "Вильнюс" | |
}, | |
"image" : "http://cdn.blabla.com/vilnius.jpg", | |
"location" : {"lat" : -12.121212, "long" : 12.05559}, |
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
AWS.config.region = 'us-east-1'; | |
AWS.config.credentials = new AWS.CognitoIdentityCredentials({ | |
IdentityPoolId: 'us-east-1:123123123123123123123', | |
}); | |
AWS.config.credentials.get(function() { | |
var syncClient = new AWS.CognitoSyncManager(); | |
syncClient.openOrCreateDataset('myDataset', function(err, dataset) { | |
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
<script src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" async=""></script><!-- up --> <ins class="adsbygoogle" style="display: block;" data-ad-client="ca-pub-9137939739742558" data-ad-slot="5338326028" data-ad-format="auto"></ins><script>// <![CDATA[ | |
(adsbygoogle = window.adsbygoogle || []).push({}); | |
// ]]></script> |
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
omniexplorer_bot | |
yandeximages | |
Spinn3r | |
sogou | |
sosospider+ | |
jikespider | |
ia_archiver | |
PaperLiBot | |
ahrefsbot | |
SiteBot |
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
#!/bin/bash | |
cd /var/www/shared/emex | |
rm all.csv | |
rm *.rar | |
wget ftp://emexonline.com/megaprice/{EMIR,EMIJ,EMIS,EMIN,EMIT,EUSA,EMIZ,EMIL,EURU,FAST,KORA,KOSA,OPTA}.rar | |
find . -name "*.rar" -exec unrar x -o+ {} \; | |
# Pre-sorting SKU and Brands mapping |