I am trying to write a code to fetch data from VM using python. To start I am trying to ask username and password (not visible or display special character) jus
I want to put an image that works as a button. For the moment I have this: <td><%= button_to '+1', upvote_submission_path(submission), method: :post %&
I have appended multiple excel files and I want to store it in a specific folder. How can I specify the file path where it can be stored. I used the following c
So I have been working on a few projects using audio and images from files in Visual Studio C++. As of now they are just test projects, but I am going to be mov
Job level email alert is possible in databricks. I would like to implement task level email alert in databricks ( running in GCP). Do we have any feature availa
I am using reactive forms in which, in my UI I have radioButtons which when I select , shows the details about the selected value in the form. After selecting t
So I am trying to learn how to sort arrays for a class project. I was wondering how I can sort one array and consequently sort another. In the code below I am a
That's what i've tried to wrtie the query select posts.* ,users.* FROM posts INNER JOIN users ON posts.user_id = users.id WHERE posts.user_id != '27'