python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to save mp3 file stored on removable SD Card to MediaStore (Android Q)?
I have a function that should add a mp3 file to MediaStore, written to removable SD Card on Android Q. The file works just fine if I access it from File Explorer, but I can't see it on Music App (Sams...
Cosmin
Votes: 0
Answers: 0
How is it possible to keep the position from where I am in the text files based on each case?
I have 10 text files with some packets which are represented by rollnumber, source, destination and generation time, those are also in a struct :
typedef struct Node
{
int rollnumber, src, dst;
...
wajaap
Votes: 0
Answers: 1
How to create multiline lists from raw file and process them in python?
I have the following code that takes raw_file.txt and turns it into processed_file.txt.
Problem 1:
Besides item_location I also need the item_id (as str, not int) to be in the processed file, perhaps ...
rocky-evasive-dosage
Votes: 0
Answers: 1
Why does my for loop run indefinitely and doesn't stop when the if condition is met?
I'm trying to read text from a file and using a loop to find a specific text from the file. The data in the file is listed vertically word by word.
When I run the script, after it prints the last word...

AppleCider
Votes: 0
Answers: 2