I have one query result as: Wname NewCases Mon 2 Tues 1 Sat 3 Second query result as: Wname FollowUp Tues 3 Wed 4 Frid
I have to show data from this website: https://baconipsum.com/json-api/ , but I don't know where to write the code of it in my app. What code do I have to writ
I am trying to implement a google sign for my application using firebase. when i press on google sign in button a pop up window appear to select the mail id whe
I have a homework. The homework is: There are 3 lines, theirs end with squares. Firstly The program has to view a circle is the lines are cut each other. (In
I want to go down a deep repository where the routes are not defined properly. with the brute fix, I can go down 2 levels. is there a way to get access to multi
We use APIs, baninst1.PP_DEDUCTION.p_update and baninst1.PP_DEDUCTION.p_create, to maintain our payroll tables of benefit/deduction data. Numerous packages util
Could anyone check my solution? I want to return true if the string "cat" and "dog" appear the same number of times in the given string. There are various stri
I think that I pressed something wrong that made me unable to paste something between tags, or in general I can't paste something in the middle of the sentence,
I am using this event listener to fire an event which basically updates my state of Interval in a useEffect and enabling me to go up and down in my table. The u
I have an .iso that should be downloaded and "extracted" to a directory. I figured I could do this same as tar using stdin or bash process substitution to extra