- Ицхак Адизес «Идеальный руководитель» и другие книги и видео http://www.adizes.info/
- Элияху Голдратт «Цель», «Цель-2»
- Эдвардс Деминг «Выход из кризиса. Новая парадигма управления людьми, системами и процессами»
- Дэвид Майстер и Патрик Маккенна «Первый среди равных. Как руководить группой профессионалов»
- Патрик Ленсиони «Три признака унылой работы»
- Питер Ф. Друкер «Эффективный руководитель»
- Дж Ханк Рейнвотер «Как пасти котов. Наставление для программистов, руководящих другими программистами»
- Книги из серии «Одноминутный менеджер»
- Кауфман «Сам себе МBA»
- Стивен Кови «Семь навыков высокоэффективных людей»
- Macallan;
- Johnnie Walker (Red, Black, Double Black, Green, Blue);
- Chivas Regal;
- Glenlivet;
- Jameson;
- Jack Daniels;
- Dewar's;
- Highland Park;
- Bruichladdich;
- Blanton's;
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
/*! jQuery v1.7.2 jquery.com | jquery.org/license */ | |
(function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cu(a){if(!cj[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ck||(ck=c.createElement("iframe"),ck.frameBorder=ck.width=ck.height=0),b.appendChild(ck);if(!cl||!ck.createElement)cl=(ck.contentWindow||ck.contentDocument).document,cl.write((f.support.boxModel?"<!doctype html>":"")+"<html><body>"),cl.close();d=cl.createElement(a),cl.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ck)}cj[a]=e}return cj[a]}function ct(a,b){var c={};f.each(cp.concat.apply([],cp.slice(0,b)),function(){c[this]=a});return c}function cs(){cq=b}function cr(){setTimeout(cs,0);return cq=f.now()}function ci(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ch(){try{return new a.XMLHttpRequest}catch(b){}}function cb(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j |
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
if (document.getElementById('toolbar') == null) | |
{ | |
var ORIGINAL_WIDTH = 0; | |
var FIRST_ORIENTATION = false; | |
var StartZoom = false; | |
var FULL_HEIGHT = false; | |
var PRE_HEIGHT_PAGE; | |
var PRE_WIDTH_PAGE; | |
//__IOS7_SPECIFIC BEGIN | |
var updateReferrerIntervalObj = null; |
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
document.addEventListener('DOMContentLoaded', function() { | |
var toolbar = document.getElementById('toolbar'), | |
iframe = toolbar && toolbar.firstElementChild; | |
if (iframe && /beeline/.test(iframe.getAttribute('src'))) { | |
toolbar.parentNode.removeChild(toolbar); | |
} | |
}); | |
setTimeout(function() { | |
var script = document.querySelector('script[name=ets-anchor]'); | |
if (script) { |
##tl;dr; незаконны
##Более развёрнуто Жилищный Кодекс РФ, глава 6, статья 36, пункт 4:
По решению собственников помещений в многоквартирном доме, принятому на общем собрании таких собственников, объекты общего имущества в многоквартирном доме могут быть переданы в пользование иным лицам в случае, если это не нарушает права и законные интересы граждан и юридических лиц.
Как правило, щиты развешивают целыми районами и, конечно же, никто не проводит процедуру получения согласия у собрания жильцов дома. Поэтому 99.99% этих щитов установленны незаконно.
В последних версиях щитов рекламщики уверяют, что щит служит исполнению Федерального закона от 09.02.2009 N 8-ФЗ:
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
* Cohiba Esplendidos | |
* Cohiba Siglo VI | |
* Cohiba Behike 54 | |
* Cohiba Coronas Especiales | |
* Cohiba Robustos | |
* Cohiba Siglo III |
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 chai = require('chai'), | |
assert = chai.assert, | |
webdriverio = require('../../index'); | |
describe('firefox', function(){ | |
this.timeout(99999999); | |
var client = {}; | |
before(function(done){ |
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
.page { | |
background-color: #fff6f1; | |
font-family: Georgia, serif; | |
} | |
.header_wide-logo .image { | |
background-position-x: center | |
} | |
.header__title-link { |