I created a form with 3 textboxes & a search button. Also a query that is setup to take the criteria in the textboxes & filter the results of a table wi
Someone asked me to make a bot for him that sends a DM to anyone he specifies through a command, like *send_dm @Jess#6461 hello. I've searched alot and I came
Aim : Do SCP across 2 VMs with PORT and IP Forwarding in sshd_config file of VM1. There are 2 servers serverX, serverY. I would like to transfer a file from my
I want to create an XSD that will require tag2 when the val of tag1 is "x", which is basically make the tag "required" in specific value case. is that possible?
I'm trying to make simple component. But when I click on ctrl + s it does this: warning and error is this: [eslint] Expected closing tag to match indenta
I am making a spam command, i want the spam command executer to only be able to stop it. I am confused to how do so. Here's my code (i have tried nothing by by
This is my directory structure: doc/ ├─ image.png src/ README.md I'm trying to center and resize a logo image on the top of the README file, just l
I'm looping over an array, getting data from an API on each iteration. I want to pass data from all iterations of the loop from my express ser