I have a data-value in my php code that is used in several places, for example: <a class="dropdown-item" data-value="<?= $i ?>"></a> <a cla
Im trying to make an api key thingy in discord but i don't know how to go through txt files one by one for ex test test2 test3 test4 If the first user sends !ke
Basically, I'm trying to insert elements from the list into the binary tree one by one, or that's what I thought it should be done when inserting list to the tr
I create a new project in react-native ,then install (npm install --save react-navigation npm install --save react-native-gesture-handler), the latest version (
As per title, I'm trying to perform a regex to match strings between an opening and closing parenthesis, however if the word "SELECT" is directly after the open
I am starting to write a Unit test using PHPUnit, and I am facing a problem, which I have no idea why. I am testing one of my API endpoints, where I send a requ
We are talking to a client who has a parent - child company structure and wants to create a GCP organisational structure that mirrors their setup such that the
I have 2 Shapes CustomShape1 is limited to safeArea and it is okay, but CustomShape2 is ignores safeArea out of the box, which I am not okay with it. In CustomS
I am new to JavaScript but already know Python. On https://onecompiler.com/javascript I can easily type JavaScript code such as console.log("Hello World") and