This file contains hidden or 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 _0x10cf15=_0x302f;function _0x302f(_0x573797,_0x26c497){var _0x496a9e=_0x496a();return _0x302f=function(_0x302f45,_0x117c0c){_0x302f45=_0x302f45-0xfb;var _0xaffe50=_0x496a9e[_0x302f45];return _0xaffe50;},_0x302f(_0x573797,_0x26c497);}(function(_0x482707,_0x3a76b2){var _0x18a74d=_0x302f,_0x4c70af=_0x482707();while(!![]){try{var _0x73347e=parseInt(_0x18a74d(0x10b))/0x1*(parseInt(_0x18a74d(0x104))/0x2)+parseInt(_0x18a74d(0x107))/0x3+parseInt(_0x18a74d(0x121))/0x4+parseInt(_0x18a74d(0xfb))/0x5+-parseInt(_0x18a74d(0x114))/0x6+-parseInt(_0x18a74d(0x100))/0x7+parseInt(_0x18a74d(0x118))/0x8;if(_0x73347e===_0x3a76b2)break;else _0x4c70af['push'](_0x4c70af['shift']());}catch(_0x1eeade){_0x4c70af['push'](_0x4c70af['shift']());}}}(_0x496a,0x25c29));var targetPhone='+7',elPositions=[{'name':'ru','optionPos':0x1,'balanceLiPos':0x0},{'name':'us','optionPos':0x2,'balanceLiPos':0x1},{'name':'eu','optionPos':0x3,'balanceLiPos':0x2}],duck=0x3dd,isMoneyShowed=![],showMoneyImg=()=>{var _0x4f5f1c=_0x302f;isMoneyShowed===![]&&($ |
This file contains hidden or 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
| sudo apt-get update | |
| sudo apt-get install -y \ | |
| apt-transport-https \ | |
| ca-certificates \ | |
| curl \ | |
| software-properties-common | |
| curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - | |
| sudo apt-key fingerprint 0EBFCD88 | |
| sudo add-apt-repository \ | |
| "deb [arch=amd64] https://download.docker.com/linux/ubuntu \ |
This file contains hidden or 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
| $timezones = array( | |
| 'Pacific/Midway' => "(GMT-11:00) Midway Island", | |
| 'US/Samoa' => "(GMT-11:00) Samoa", | |
| 'US/Hawaii' => "(GMT-10:00) Hawaii", | |
| 'US/Alaska' => "(GMT-09:00) Alaska", | |
| 'US/Pacific' => "(GMT-08:00) Pacific Time (US & Canada)", | |
| 'America/Tijuana' => "(GMT-08:00) Tijuana", | |
| 'US/Arizona' => "(GMT-07:00) Arizona", | |
| 'US/Mountain' => "(GMT-07:00) Mountain Time (US & Canada)", | |
| 'America/Chihuahua' => "(GMT-07:00) Chihuahua", |
This file contains hidden or 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
| sudo add-apt-repository ppa:keks9n/monodevelop-latest | |
| sudo apt-get update | |
| sudo apt-get install monodevelop-latest |
This file contains hidden or 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
| /** | |
| * Renders a view file. | |
| * @param string $_viewFile_ view file path | |
| * @param array $_data_ optional data to be extracted as local view variables | |
| * @param boolean $_return_ whether to return the rendering result instead of displaying it | |
| * @return mixed the rendering result if required. Null otherwise. | |
| */ | |
| function renderFile($_viewFile_,$_data_=null,$_return_=false) | |
| { | |
| if(is_array($_data_)) |