Im currently working on a Assistant for my daily Tasks to automate them. One of it is a Thread which waits until i press F12. Everything works fine the Problem
i have this code https://stackblitz.com/edit/react-wc2ons?file=src%2FSection.js I have sections, and i can add items to those sections. How can i delete some it
So I was trying to use the window.close method, but it doesn't seem to be working. Here's the code: <script> var popup; function ope
As per the reference image attached, am trying to create a new document, but for some reason, the save button is disabled even though all. fields are filled. I
class MergeSort { // Merge two subarrays L and M into arr void merge(int arr[], int p, int q, int r) { } // Divide the array into two subarr
I was messing with a code that ask 2 numbers and let the user input what operation to do with them. I need the input to be integers only, so i used .isnumeric,
I am developing asp.net webapi (not .net core). i did not find any appsetting files , this is not the same as other project. Where should I put app settings? i
I am making an Image Carousel in Angular that receives a model to iterate the images, but when I try to take the first position it throws me an error. The left-