I have created a scheduled task in Windows that consists of running a batch script. The problem is that this task has to be scheduled every 1st day of the month
I have an asp.net webApi application and using redis stack as the main database. I was able to connect to the database and perform operations normally till I ma
This is the code I have used: iname = "name1" ipassword = "password1" iemail = "[email protected]" res1 = [] df = pd.read_csv("login.csv", sep=',', encoding=
I created the following to retrieve dictionaries that have duplicated specific keys between dictionary lists. If there are 50,000 l2 and so on, the loop of its
Is it possible to find files where Change > Birth? Stat somefile shows this for a modifed file Access: 2022-02-24 17:07:45.562037727 +0000 Modify: 2022-02-24
I'm new to Spring and have some basic question.In one of the Spring examples as given below, I noticed EmployeeManager is Autowired. Question: The EmployeeMan
I have been stuck on this for a few days now. I am in the process of automating the creation of our dev stack using Pulumi. One of the Cloud Services required i
I am trying to have the calendar name to be black , and only the spot ● should be in color(RED, BLUE, GREEN AND YELLOW). Here is my code .