Ícone de "Mute Mic" para keycap.
URL curta para a imagem: https://t.ly/Mi9GM
Ícone de "Mute Mic" para keycap.
URL curta para a imagem: https://t.ly/Mi9GM
Agro.gov.br - Logotipo de 2023-2026 do Ministério da Agricultura e Pecuária.
| #!/usr/bin/env bash | |
| windowTitle="ScrCpy Launcher, by rom1v and gustavomdsantos" | |
| bold=$(tput bold) | |
| normal=$(tput sgr0) | |
| splashText=" | |
| ${bold}rom1v${normal} and ${bold}gustavomdsantos${normal} presents: |
| //*[name()='h1' or name()='h2' or name()='h3' or name()='h4' or name()='h5' or name()='h6'] |
| ## | |
| # Bash-only parser that leverages sed and awk to parse simple yaml files. | |
| # Code based from: http://stackoverflow.com/a/21189044 | |
| # Usage: eval $(parse_yaml sample.yml) | |
| # or | |
| # Usage: variable = parse_yaml sample.yml | |
| # | |
| # @param $1 the path of the .yml file | |
| # @param $2 an optional prefix to the name of the variables | |
| # @author stefan-farestam |
| const Nightmare = require('nightmare'); | |
| var NightmareInitializer = {}; | |
| NightmareInitializer.initialize = function (URLToTest, callback) { | |
| var nightmare = Nightmare({ show: true, width: 1024, height: 768 }); | |
| auth = { | |
| username: 'john', | |
| password: 'doe' | |
| }; |