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 | |
// | |
// $Id: sphinxapi.php 3782 2013-04-06 18:22:58Z kevg $ | |
// | |
// | |
// Copyright (c) 2001-2012, Andrew Aksyonoff | |
// Copyright (c) 2008-2012, Sphinx Technologies Inc | |
// All rights reserved |
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 | |
class SmtpEmailChecker | |
{ | |
protected $from; | |
protected $code; | |
/** |
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
$(window).load(function () { | |
if ($("ins.adsbygoogle iframe").height() == null) { | |
ga('send', 'event', 'adsense', 'blocked'); | |
} | |
else { | |
ga('send', 'event', 'adsense', 'shown'); | |
} | |
}); |
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
ALTER TABLE xxxxxx | |
ADD created_at TIMESTAMP DEFAULT '0000-00-00 00:00:00', | |
ADD updated_at TIMESTAMP DEFAULT '0000-00-00 00:00:00'; | |
CREATE TRIGGER xxxxxx_create BEFORE INSERT ON `xxxxxx` | |
FOR EACH ROW SET NEW.created_at = NOW(), NEW.updated_at = NOW(); | |
CREATE TRIGGER xxxxxx_update BEFORE UPDATE ON `xxxxxx` | |
FOR EACH ROW SET NEW.updated_at = NOW(), NEW.created_at = OLD.created_at; |
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
В мире, где рабочий день короток, где каждый сыт и живет в доме с ванной и | |
холодильником, владеет автомобилем или даже самолетом, самая очевидная, а | |
быть может, и самая важная форма неравенства уже исчезла. Став всеобщим, | |
богатство перестает порождать различия. Можно, конечно, вообразить | |
общество, где блага, в смысле личной собственности и удовольствий, будут | |
распределены поровну, а власть останется у маленькой привилегированной | |
касты. Но на деле такое общество не может долго быть устойчивым. Ибо если | |
обеспеченностью и досугом смогут наслаждаться все, то громадная масса | |
людей, отупевших от нищеты, станет грамотной и научится думать | |
самостоятельно; после чего эти люди рано или поздно поймут, что |
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
skype:?chat&blob=6ElLscsEi3kE76ve99NDjRm8NKMT8kTB3Fd31DFvIoy4efOs0BBuZVKJV9WEJgi4AuTmPP1ZT2gJWj5UQbD9M4CK-Vb4mOqTrdwOso6uatJbQZrq-cYGhRMMEx5WTes5CTOK5mKAzEq_R9CUReN_9hWI8bbZfC12RGVk1bLoTAyPbD90K_4cx-EQrRrSfuNOf7NTYxf8l0_mKLPOYsUcm9N-Zeqoo7BB1wSfVQsjsB462Q |