This is an example string: 123456#p654321 Currently, I am using this match to capture 123456 and 654321 in to two different groups: ([0-9].*)#p([0-9].*) B
I'm trying to learn about sockets and how to create a server and a client in python. While reading this great article from Real Python I had difficulties unders
When we try to login to a new windows computer (windows 10 & 11) using our office365 user, with our own domain email ([email protected]) we get the followi
The function should return the words if they match with a letter in the dictionary. Example: print(returnLetter(list1)) {'I': ['I'], 'say': ['say', 'what', 'me
I have a SQL Server 2014 instance SQLExpress installed on Windows 10 Pro, when I open SQL Server Management Studio, I am able to query my database Banners and e
Hi i am learning dynamic urls in php for creating custom router i set the routes using this method $router->get("/home",function(){ echo "this is home"; });
I'd like to be able to filter the results from my API. The data is from a SSMS database that the API sends to react through the controller URL. I would like to
I am trying to add lint-fix in my package.json. My basic lint is "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs" I did try "lint-fix": "esli
I would like to give access to an IAM user to an EC2 instance. In other words, I'd like him to be able to access it using ssh with keys just like I would with t