i am using aggregate mongodb i have the following order collection: [ { _id: '62079dfc71e2b7702c246fc5', city: 'Uzbakistan', source: 'instag
I have an application with multiple stack of card, I would like to have a drag&drop ability between these stacks. These stacks have a different layout in te
I am creating an assignment where I have written a few Python functions as below in google collab. I expect every student to click on this collab link and fill
Anyone have a reference to the keycodes for sony remote, I have play and stop working but need pause keycode, play pause seems to be referencing the same keycod
I am trying to teach myself to program in C++ and am using Cygwin on Windows with g++ installed. Everything was going swimmingly until I started to declare str
I am trying to center my tabs content vertically, but when I add the CSS style display:inline-flex, the horizontal text-align disappears. How can I make both t
I took over a php website running on Linux. We need to convert from using ftp to sftp. The code prompts the user for the local file and then uses ftp to put the
I want to create m-view which keeps the aggregates of cash from transaction history. The query is as follows. CREATE MATERIALIZED VIEW MV_CASH_STATS BUILD IMME
Right now I hope to write my own my_strchr() in the C language. I checked that the answer should be like this: char *my_strchr(const char *src1, int c) {
import pandas as pd list_1 = [1, 2, 3, 4, 5] list_2 = [a, b, c, d, e] list_3 = [123, 456, 789] list_4 = [1, 2, 3, 4, 5, 6, 7, 8 ,9, ... , 100