I'm currently facing a problem. My project looks like this : Project |_ module 1 |_ liquibase |_ migration
I have a problem with this query, its logic force me to group by just by date key and number, this error "a.recharge must be an aggregate expression or appear i
I'm looking at some embedded Kaltura videos and trying to obtain a direct download link. For example, here is a link to an embedded video: https://www.premierc
I have a variable var Number = 2425; I want to break it into two parts and store into into two different variables. var data = 24; var month = 25; How can I ge
I am new to Azure. I need to set up an automation script to list all Ips in azure using Azure Rest APi in Python. However i couldnt been able to get any result
I am trying to make a "widget" inside a home screen. And this "widget" will display messages depending on the user's actions with it. I don't want to reload the
I want to list all the folders and files from different paths stored in a json file in order to delete them later with a filter. In the folowing code I list the
I am trying to make my own function of the triangle distribution that should return the probability, similar to the one in triangle package. The problem I have