I built an app in flutter, dart to access the location of the user. I now want to share the current physical location of the user via Whatsapp, email etc but no
I have a this funtion n=5 nums=5 1 4 2 3 def LIS(nums, n): dp = [] dp_list = [] for i in range(n): dp.append(1) dp_list.append([n
Before Django v3.0 I used to use enum.Enum together with enum.auto (see reference) for my choices fields. The reason was mostly so I could use my enumeration cl
I am using Python 2.7 (using 3 in my case is not possible). I have a base class with some implemented methods and some abstract methods. I am using abc to imple
I've got a task for the classless routing that I really struggle to understand. It goes like this: Imagine that an institution needs to be assigned 16 class C
I have this in SQL: SELECT COUNT(*) FROM base.tableA AS A INNER JOIN base.tableB AS B ON A.acronym = B.acronym AND A.Year_in = B.Year_in INNER JOIN base.
AutoIt file upload works in normal mode but AutoIt is not working in headless mode
I have a number of Mapping Data flows that have been running regularly for the past several months, and some of them started failing yesterday. The data flow pa