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
enableTalkbackAll() { | |
for device in $(adb devices | grep 'device$' | cut -f1) | |
do | |
adb -s "$device" shell settings put secure enabled_accessibility_services 'com.google.android.marvin.talkback/com.google.android.marvin.talkback.TalkBackService' | |
adb -s "$device" shell settings put secure accessibility_enabled 1 | |
done | |
echo "Talkback enabled on all devices." | |
} | |
disableTalkbackAll() { |
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
// A set to keep track of visited replies | |
let visitedReplies = new Set(); | |
function getRandomReply() { | |
let replies = Array.from(document.querySelectorAll('section[role="region"] article[role="article"]')); | |
replies = replies.filter(reply => !visitedReplies.has(reply)); // Filter out the visited replies | |
if (replies.length === 0) { | |
console.log('All replies have been visited.'); | |
// Return null if all replies have been visited |
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
from xml.dom import minidom | |
import glob | |
import os | |
resource_src = "/Speakap-Android/app/src/main/res/values/strings.xml" | |
search_in_paths = [ | |
"/Speakap-Android/app/src/main/java/", | |
"/Speakap-Android/app/src/main/js/", | |
"/SpeakapFoundation/", |
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
Semana 37 do ano 2019: vamos tentar gravar, editar e publicar os seguintes vídeos :) | |
# Na Segunda: Perguntas e respostas | |
👊🏻 Vitor | |
Fala Lucas, achei essa experiência muito útil! Atualmente tenho uma startup, | |
mas enquanto toco ela, quero fazer meu nome como empreendedor/desenvolvedor. | |
Tem alguma dica foda de como começo a criar meu nome? E parabéns pelo canal, | |
caí de paraquedas em seus vídeos e estou gostando bastante. Abraços!!! | |