import pandas as pd import glob import csv import re from bs4 import BeautifulSoup links_with_text = [] textfile = open("a_file.txt", "w") for filename in glob
I am using AWS cloud ECS services and created once ECS cluster. In which there is one FargateService and behind that 2 containers are running. Two alarms have b
Iam trying to send a post request to aws lambda function throuth api gateway. but when i send it by postman it return a error "Could not parse payload into json
I would like to use transaction in wolkenkit-eventstore when saving events to eventstore and be able to rollback those events if something else fail, is it poss
I'm working on react native and I cannot have RN's component as suggestions. What should I do?
To support RTL even in older version of Android, I can simply do the following for TextView. TextViewCompat.setCompoundDrawablesRelativeWithIntrinsicBounds(
After migration from NetFramework 4.5 to .Net 5.0 My WindowsForm doesnt open in Designer. heres the output : Microsoft.DotNet.DesignTools.Client.Host.ServerProc
The directory has 20k folders in it. In these folders there are subfolders and some files. I don't need to look into the subfolders. I need to get all the files
Is there a built-in that removes duplicates from list in Python, whilst preserving order? I know that I can use a set to remove duplicates, but that destroys th