python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to show user dialog box after recyclerview item click
I have an image button in my recylerview and when users click it, I want a dialog box to pop up and allow the user to edit the data in the reyclerview and save the changes.
My Adapter code
class Ada...
Khumo Mashapa
Votes: 0
Answers: 1
Moving and editing multiple text files in a loop in python
I have a directory with 71 folders named lifecyc1, lifecyc2, ..., lifecyc71. Each folder contains a folder /data and a text file script1.sh. The script is short:
#!/bin/bash
#PBS -A UQ-BEL-Economics
#...
David Smerdon
Votes: 0
Answers: 0
how to loop through multiple lists for one command
i'm writeing a program in python thats used for sorting files but i have run into the issue that i need to run though 2 lists for a command i have a list of files and a list of file destinations
and i...
joloboy20071
Votes: 0
Answers: 1