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)
Android File not Found Exception Kotlin
So I have a really simple project:
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
val bundle = ActivityOptionsCompat.makeCustomAnimation(applicatio...
Nadav Holtzman
Votes: 0
Answers: 2
I have a list splitting problem in Python
I'm reading a file into a list. Now I want, that every after coma which I have in my list, there should be a new index. By now, everything is placed in index 0.
relevanted Code:
def add_playlist():
pl...
baumanager
Votes: 0
Answers: 5
Haskell list has is showing number and empty string when mapping
I am reading a file, this file contains hexadecimal bytes. I read this into a string, I map them into single words and then I turn them into their decimal values.
main = do
args <- getArgs
cont...
Kastor438
Votes: 0
Answers: 2