I'm relatively new to python and only recently tried some small scripts with it that can be used for my needs (just simply interact and automate with some parts
I have to complete an assignment to get the rating of a movie from imdb.com. I am a beginner in R, please forgive my ignorance. I came up with the solution belo
When I output dfges, I get duplicates for a given element. For example, for Madrid the messages are all displayed three times each. Does anyone know a way to wo
I'm new to android and would like to get some help. I have created a list view in my android and have implemented a search filter method using searchview to sea
I have a spark (version 2.4.7) job, JavaRDD<Row> rows = javaSparkContext.newAPIHadoopFile(...) .map(d -> { Fo
I have a windows service and a GUI that need to communicate with each other. Either can send messages at any time. I'm looking at using NamedPipes, but it seem
Hey I'm trying to create a function that takes in a string and a letter as arguments, identifies if there are two of this letter within the string, and then ret
Generating jwt with flask_jwt_extended. creating token create_access_token(identity=identity) i couldn't find anything about logout. Revoking jwt token Thanks