I work on an application that sends out automated emails notifying users of when an event will end, e.g. Hey, That event you're interested in will end on 2021-
I have used this query, but I cannot get the time chart to show the trend of the CPU. appears to be only showing the current cpu. my objective is to show the tr
I am building an ios app that allows you to record a short video which is subsequently split into multiple images, which are in turn classified by a Neural Netw
typedef struct { int hour; int min; int sec; } counter_t; And in the code, I'd like to initialize instances of this struct without explicitly init
I am building a website where an instructor can create courses and students can enroll the courses. Is there any way to display top 3 most enrolled courses by s
I set custom colors in settings.json "workbench.colorCustomizations": { "editor.selectionBackground": "#047692", "editor.selectionHighlightBackg
Tried to load baseURL for axios from local json file and export in variable "http" for use in applications. Tried to different way to implemetntation.Pls help i
I have a function func1() that is in production and cannot be modified. It calls a function ,function_to_be_mocked(), in another module. This takes input parame
I wanna do something like slot machine But the problem is that scrollIntoView scrolls all three list when i pass only 1 list element argument to my scroll meth
boolean t = true; first: { second: { third: { System.out.println("Before the break"); if (t) { b