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
while [ 1 ]; | |
do vardate=$(date +%d\-%m\-%Y\_%H.%M.%S); | |
screencapture -t jpg -x ~/Desktop/screencapture/$vardate.jpg; | |
sleep 10; | |
done |
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
* { | |
margin: 0 auto; | |
padding: 0; | |
text-align: center; | |
color: black; | |
font-family: tahoma; | |
} | |
.items ul { | |
padding-top: 20px; |
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
# Items | |
Aegis of the Immortal | |
Abyssal Blade | |
Aeon Disk | |
Aether Lens | |
Aghanim's Scepter | |
Animal Courier | |
Arcane Boots | |
Arcane Rune |
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
<?php | |
namespace common\components\coremodels; | |
use Yii; | |
use yii\base\NotSupportedException; | |
use yii\web\UploadedFile; | |
use yii\helpers\FileHelper; | |
use common\models\Item; |
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
$ git clone https://github.com/Genymobile/scrcpy | |
$ cd scrcpy | |
$ sudo port install ninja meson libsdl2 ffmpeg | |
laylamajnun:scrcpy sangprabo$ meson x --buildtype release --strip -Db_lto=true | |
The Meson build system | |
Version: 0.53.2 | |
Source dir: /Users/sangprabo/Applications/scrcpy | |
Build dir: /Users/sangprabo/Applications/scrcpy/x |
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
import 'package:retroapp/variables.dart'; | |
import 'package:cloud_firestore/cloud_firestore.dart'; | |
import 'package:flutter/material.dart'; | |
import 'package:retroapp/lounge_screen.dart'; | |
import 'package:retroapp/sign_in.dart'; | |
import 'package:retroapp/login_screen.dart'; | |
final String setting = 'Setting'; |
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
/** | |
* Copyright 2018, Google, Inc. | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software | |
* distributed under the License is distributed on an "AS IS" BASIS, |
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
/** | |
* Copyright 2018, Google, Inc. | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software | |
* distributed under the License is distributed on an "AS IS" BASIS, |
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
"abadi" | |
"abaka" | |
"abang" | |
"abate" | |
"abawi" | |
"abaya" | |
"abbas" | |
"abdas" | |
"abdis" | |
"abdul" |
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
on getMicrophoneVolume() | |
input volume of (get volume settings) | |
end getMicrophoneVolume | |
on disableMicrophone() | |
set volume input volume 0 | |
display notification "Microphone has been disabled" with title "Muted" | |
end disableMicrophone | |
on enableMicrophone() | |
set volume input volume 100 | |
display notification "Microphone has been enabled" with title "Unmuted" |
OlderNewer