Adding some sample data var list0 = new List<string>() { "MAS_Prod_1.2107.0.8","MAS_Prod_1.2107.0.4","MAS_Prod_1.2107.0.7","MAS_Prod_1.2107.0.12", "MAS_Pr
I'm making an E-commerce website using django and web(HTML/CSS/Js). I'm planning to host the app on Heroku, so for that, I'll need to create some files and do m
Actually I am trying to Export the calendar appointment from one outlook account to another outlook account but I have trayed so many time and end-up with just
I have a date like this Monday, January 9, 2010 I now want to convert it to 1/9/2010 mm/dd/yyyy I tried to do this var startDate = "Monday, January 9,
I am trying to implement a custom signin flow using amplify ios library and cognito. The flow is based on this passwordless implementation https://github.com/mo
I encounter an interesting question from one interview: Building an aggregator which hold items and a sum of their prices converted to GBR currency. A stream(j
I've just installed Python for the first time and I'm trying to reference the win32com module however, whenever I try to import it I get the message "no module
I am using axios and getting a 400 bad request error. I am using react-redux and trying to send a post request to localhost:3000/posts. Here is the code that I