E.g.: 'abba' and 'baab' are equal 'abba' and 'bbaa' are equal 'abba' and 'abbba' are NOT equal 'abba' and 'abca' are NOT equal You have to write a function whi
I have a data frame and am looking to get a subset based on conditions related to another column. This seems to work for some variable, but somehow for one part
Is it possible using Windows to read a file into memory (keep data in byte array), delete original file from filesystem and execute it from memory? EDIT My go
The div inside another div picture and code below. Because there will be text and images of the parent div. And red div will be the last element of the parent d
I am following one of the Google Codelabs for making an Instant App. And I was trying to create topeka-ui (A UI feature module for Instant Apps). When I try t
With this code: statusLbl = Label(text="") def btn_callback(instance): statusLbl.text = "you never see this message: Start to work" print("but you wou
i have an object "ApplicantDetail" with list of objects in ApplicantController and i want to send Post Request to Personaldetails Api On To save into database a
Consider a file called .env containing: env1=foo env2=bar I use grep with a regular expression to confirm there's a line defining env2 with a non-blank value,
I use a .bat file to create folders listed in two .txt files and also for deleting empty folders. All works fine but now I need the same to work on sharepoint.