python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how to run termux program on power-efficient cpu core?
my phone has an ARM big.LITTLE cpu, and i'm making a program that will run forever
while(1) {
do_stuff();
sleep_seconds(60);
}
and that do_stuff() function probably use so much cpu that it wa...
hanshenrik
Votes: 0
Answers: 1
Renaming directories
I've got like 230 directories of this kind (1367018589_name_nameb_namec_named) and would like to rename them into (Name Nameb Namec Named).
To be more precise:
Removing numbers
Replacing underscores ...
Dado
Votes: 0
Answers: 1
android osmand api with am commands
on my android phone I want to control osmand using the osmand api. To send the intents I want to use the am command available in adb shell or termux.
I am able to start osmand with am start net.osman...
Lugino
Votes: 0
Answers: 1
In thermex on android, an error occurs when executing the command: apt update:
In termux on Android, when executing the command:
apt update,
an error occurs:
some index files failed to download. they have been ignored, or old ones used instead
Buffon_y
Votes: 0
Answers: 1