I know there is the strcmp but it just let me compare two strings, And I need to compare a lot of them This one doesn't work: if(strcmp (resposta, "S" || "s"
This code is so simple, when it doesn't work, I really feel clueless. I am trying to figure out what else could make the code not work. All I am trying to do is
I am running my selenium test in Azure DevOps and this is the error message I get. "error: unknown error: net::ERR_CONNECTION_REFUSED" The test runs successfull
All I need is my text to be multi-line. Am giving the property of maxLines but its still getting RenderFlex overflowed error to the right as the next is not goi
I want to select some columns by name, like selection = df[['Name', 'Qualification']] and some columns by a filter like selection = df.filter(regex=("Level.*")
<?xml version="1.0" encoding="UTF-8"?> <MyRootElement xmlns="urn:MyNamespaceUri_1"> <Color> <Name>Primary</Name> <ID&
How to find all the used security groups attached with all the aws resources using Boto? Currently the following script which is giving only ec2 instances-
If master database fails in master-slave data replication strategy, and none of the slave has latest data, then how do we handle such a situation?
I am trying to populate my Django project with some test data. I have 3 tables, Person, Address, Employment. Both Address and Employment have a Person FK. My
I have created a validate_unique based on two fields (asset and portfolio), it works well when I try to create a new object that already exists, i get the corre