I am doing mocha testing. I have to connect to MongoDB in before function and I need to remove the documents in the collection in after function. before("authe
I am making a match-3 puzzle game (like candy crush) and i am looking for an algorithm to make my grid deterministic. For some reason i need to get the same res
I have a file I want to download that is displayed as a preview in a webview. I can access the html content of the webview from outside of it. I would like to s
Is there a way to plot multiple dots over a range, specifying multiple coordinates? Does this need to be manually completed or could it be done another way? cla
if the text is sure :f, range.deleteContents() suppose to delete :f, but, it's deleting :f. It looks like space before : character is also getting removed. How
i've already posted here my problem and since then i've been trying to find solution to help me optimise my results , in the previous post ,Yaloa understood wha
I was under the assumption that REST was a web service but it seems that I am incorrect in thinking this - so, what is REST? I've read throug
I have a setup in golang which basically gets a free port from OS and then starts a http sever on it. It started to give random errors with port signup failures
''' import tkinter as tk from tkinter import ttk from tkinter import filedialog as fd from PIL import ImageTk, Image root = tk.Tk() root.geometry("1255x944")
I have stored one jar file in gcs bucket which launches dataflow job. I want to run that jar file from cloud shell command. I am using below command to run jar