i have a sh file, i need my python script to find specific strings and replace all the text between them in it: hello_example=( # <- this specific line "bla"
I have a small dotnet client that runs videos using mplayer on Raspbian. When logged in via SSH, I can run mplayer manually providing i set the DISPLAY variable
I already looked everywhere inside devtools and couldn’t find what the warnings:?
I have a Django auction project (CS50 course assignment) and I have the following function in views.py: def show_item(request, items): items = Listing.objects.f
How do I make one cell display a value based on another cell choice that is a drop-down list selection? I don't know how to do macros, and I have tried research
I seem to have trouble with this code, keeps on telling me how my list indices must be integers or slices, not strings. Its a program that essentially makes a p
I'm trying to convert a string to a list of words using python. I want to take something like the following: string = 'This is a string, with words!' Then co
I am writing my eslint rule using vue-eslint-parser. It's required to prevent functional components from using vue template syntax. I have already written a rul