I have this array of strings of comma-separated numbers: data = ['1,14.23,1.71,2.43,15.6,127,2.8,3.06,.28,2.29,5.64,1.04,3.92,1065', '
I am currently learning about design patterns and I came across strategy pattern. I understood it, but now I want to know what would be the best solution to cha
Every time I am trying to execute the code, I am facing this error. I am using scrapy-playwright. It is also not able to launch the browser. What is the reason
I have a database that currently saves the datetime data like this: 1|1|2022-01-02 06:00:00 2|1|2022-01-03 06:00:00 I want to remove the seconds from the data
I'm learning yarn.I try to submit a custom jar file to yarn, it works well, but I have not found the job on yarn web ui. how does it works?
Solution Since the php is not going to be re-executed someone told me to use a return value from the controller as a parameter of the "success" function into aj
I'm using .show to display a hidden message after a successful form submit. How to display the message for 5 seconds then hide?
How can i make otp page like this in flutter, kindly help me and share whole code for the specific photo thanks
I have an app which compile flawlessly on iOS and Android, but when I try to compile for web and run it on chrome, I get the following error: Error: Expected a
I'm working on a Azure function with http POST trigger, once client call it and post a json data, I will send it to event hub and save to data lake. once it go