https://appletoolbox.com/how-to-fix-macos-mojave-battery-draining-issue/
$ pmset -g
System-wide power settings:
Currently in use:
lidwake 1
autopoweroff 1
https://appletoolbox.com/how-to-fix-macos-mojave-battery-draining-issue/
$ pmset -g
System-wide power settings:
Currently in use:
lidwake 1
autopoweroff 1
<?php | |
class Test { | |
public function test() { | |
$service = new Google_Service_Sheets(GoogleService::getClient()); | |
$spreadsheetId = 'abcdf'; | |
$values = [ | |
["Item", "Cost", "Stocked"], | |
["Wheel", "$20.50", "4"] |
var storageAvailable, | |
storageData = {}; | |
function storageAvailable(e) { | |
try { | |
var t = window[e], | |
r = '__storage_test__'; | |
return t.setItem(r, r), t.removeItem(r), !0; | |
} catch (e) { | |
return !1; | |
} |
#!/bin/bash | |
# Creator: Phil Cook | |
# Modified: Maxim Kot | |
osx_major_version=$(sw_vers -productVersion | cut -d. -f1) | |
osx_minor_version=$(sw_vers -productVersion | cut -d. -f2) | |
osx_patch_version=$(sw_vers -productVersion | cut -d. -f3) | |
osx_patch_version=${osx_patch_version:-0} | |
osx_version=$((${osx_major_version} * 10000 + ${osx_minor_version} * 100 + ${osx_patch_version})) | |
brew_prefix=$(brew --prefix | sed 's#/#\\\/#g') |
<AdaptivityProvider> | |
<Root activeView="view-root"> | |
<View | |
id="view-root" | |
activePanel="home" | |
> | |
<Panel id="home"> | |
<PanelHeaderSimple> | |
Тест панель | |
</PanelHeaderSimple> |
<Epic | |
activeStory={location.getViewId()} | |
tabbar={ | |
<Tabbar> | |
{tabbarItems.map(({ title, page, icon, panels }) => ( | |
<TabbarItem | |
key={page} | |
onClick={() => router.pushPage(page)} | |
selected={panels.includes(location.getPanelId())} | |
text={title} |
// $photo = $this->vk | |
// ->getRequest() | |
// ->upload($url, 'photo', 'test_photo.JPG'); | |
array:5 [ | |
"server" => 204516 | |
"photo" => "[{"markers_restarted":true,"photo":"04914fa9e7:w","sizes":[],"latitude":0,"longitude":0,"kid":"76773f0968e622e4565c1569f69a8e4e","sizes2":[["s","6d3ccf1f62fa7764dfe4b4cae135a20f07eb7c3ae037c0c3fd4f6a92","-4517628954411015465",75,56],["m","bb6a7e5577b2f06227f05ce4d67c3e15fef361833134df31487120a6","-3219168273734240088",130,97],["x","04e0cd1d4e363ac137f7730a5dd3b1f947f9c94d647fa34c32c1baae","879059161582419064",604,453],["y","bdb21ba50d99a4355dd8c9435a9153d4280ef370ebb080708ee8634e","-3446015447328514989",807,605],["z","c083f91878ac5010007a63ff6137c3f1f6cd1778fe8cd0a4cd8cabcd","1636530027326253434",1280,960],["w","88ef2bee876cc034688e125bfa93edcae72f1f46455cc1c89671c487","-3571565795873561491",1707,1280],["o","e6afaa8eab96cc91e47729db706fcc8c54ff77beb76b912032bf8196","-7087800100686053181",130,98],["p","fa7a25f29b7324b231a495f14591af84994448c0ab96209959aa0815","-189001268309978181" |
2019-06-03
Note that Office2019 DO NOT support activate via simple copy/paste plist license file which is the simplest way to activate Office 2016. Fortunately, you can also use the VL Serializer tool, just install Office 2019 and Serializer, then run Serializer to activate.
server { | |
listen 80; | |
#listen 443 ssl http2; | |
# set path to your project dir | |
set $root_path /root/app/Chugainov; | |
# your domain | |
server_name chugainov.ru; |
[ | |
{ | |
"iso": "AF", | |
"code": [ | |
"93" | |
] | |
}, | |
{ | |
"iso": "AX", | |
"code": [ |