I still feel new to python and hope someone understands my problem and can help me out. So, I have a function dependent on 2 variables which should create a 2D-
I've inherited a batch file which reads major, minor and build numbers from a text file as part of a long-established build process - the actual reading part co
i am trying to create a script to: read all the text files in my folder find the words that matched the pattern [r'\d\d\d\d'+"H"] (eg. 1234H) replace them into
I'm working with Angular 12. I would like to know if it is possible to intercept a core method call such as createComponent() from ViewContainerRef under @angul
The condition is that a product gets a discount if it is bought on september 15th through october 15th. How would I write an if statement for this? You could st
I have a peculiar problem where a c# app works on all other machines and other client machines I have tested. But does not establish a connection on my clients
I am trying to block direct access to subpages in a specific category. I have something like this in nginx site configuration file: location ^~ /mycategory {
I have a very large json and I don't want to access a key with a very long filter (ie: a.b.c.d.e.f.g.key1). In the path there are not only scalar objects but al
I have input of list of lists which i want to convert into int array which can help for my logic list of Lists "lst" has input [[1,0,1],[1,1,0],[0,0,1]] output