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)
Creating pairs file for images
I have a dataset that contains face images and I want to synthesize masks to these images and put them in another folder.
And I need to create a text file that contains pairs of the names of these ima...
Learner
Votes: 0
Answers: 0
c#, steamwriter only writes one line
I'm taking data from multiple text files using streamReader and putting it together into one text file using StreamWriter in c#, visual studio. Each text file has multiple lines, each line contains da...
ShadySpiritomb
Votes: 0
Answers: 1
Magic 8 ball txt file list
I need my random responses to be the sentences or strings I have stored in my txt file.
It only prints out a single word instead of the whole line, how can I fix this, thanks.
import random
import tim...
Sielko
Votes: 0
Answers: 1
How can i print the amount of unique words in this doc.txt file / why doesn't it work?
Problem: Need to output the amount of unique words within this doc.txt file which should be 16 (no dupes), and i can't seem to find why it doesn't do so.
Note: The black lines are just my user which...
croftybusiness
Votes: 0
Answers: 2