git clone http://git.rg1.ru/artem/mysql_dump.git
cd ./mysql_dump
./main.sh -u USER -pPASS ...
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
zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20151012/xdebug.so | |
xdebug.remote_enable=1 | |
xdebug.remote_host=192.168.65.2 | |
xdebug.idekey=PHPSTORM | |
; Profiler | |
xdebug.profiler_enable = 0 | |
xdebug.mode = profile | |
xdebug.profiler_enable_trigger = 1 | |
xdebug.start_with_request=trigger |
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
<div class="iphone"> | |
<div class="border"> | |
<div class="responsive-html5-chat"> | |
</div> | |
</div> | |
</div> | |
<!-- DEMO --> | |
<a href="http://www.adobewordpress.com/iphone-mesajlar-ekrani" target="_blank" class="article" style="display:none">Read Article</a> |
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
zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20151012/xdebug.so | |
xdebug.remote_enable=1 | |
xdebug.remote_host=10.20.2.63 | |
xdebug.idekey=PHPSTORM | |
#xdebug.profiler_enable=1 |
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
645444 |
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
db.getCollection('matching_api').find({}).forEach( function(x){db.getCollection('matching_api_copy').insert(x)} ); |
This file has been truncated, but you can view the full file.
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
var edges ={ | |
"edges": [ | |
{ | |
"id": 2456160, | |
"source_id": 2796015, | |
"target_id": 2796046, | |
"created_at": { | |
"date": "2016-05-25 16:03:15.000000", | |
"timezone_type": 3, | |
"timezone": "UTC" |
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
// htmlentities_encoding на javascript'e | |
$('<div/>') | |
.text(html_string) | |
.text() | |
.replace(/&/g, '&') | |
.replace(/"/g, '"') | |
.replace(/'/g, ''') | |
.replace(/</g, '<') | |
.replace(/>/g, '>'); |
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
docker-machine regenerate-certs default |
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
cat /var/db/dhcpd_leases |
NewerOlder