I have got a requirement of building an azure function which transforms data in our COSMOS DB based on the value posted by a calling service. So consider this J
I hava exam table in student database, i want show specific student with degree of each item in section 1,2 and avg section for each item SELECT * FROM exam; o
I have a cron job setup to run a task every 5 minutes. But sometimes the task takes > 5 minutes to run, so another copy of that task is run concurrently by c
I am trying to create a app that basically uses Win32_Application_Add.ps1 from the powershell intune samples. The application has the following permissions: Dev
I would like to optimize my program which should check the date and write extra rows which will after all show 6 months with the input date. E.g. if I have date
In my database, I have 5 multiple dichotomy sets MRST1 to MRST5 (already defined by MRSETS command); where each of the sets consists from the same list of items
I need to style the text in a “div” when it is populated by a Javascript function. On the initial page load, the “div’s” have no v
I have got this function for logging in existing code. There is this duplication due to if asyncio.iscoroutinefunction(func). Is there any better way to avoid t
My team is using Spark Structured Streaming to sink messages from kafka to HDFS. We're in the late stages of migrating this component to instead sink messages t