I need to implement a web application authentication and authorization system on AWS and I am not sure how one of the required steps can be implemented. I have
I have the following code class Base { public: int bi; }; class Parent1 : public Base { public: int p1i; long p1l; void f(){}; void f3(){}; }; cla
Is there a way to reshape a list ? Just like with an array, my problem is the following: I'd like to have my list L (see below) to have a shape (6,) is there a
I make an app on kodular. now I want to shift my app in the flutter. I have kodular app sha key & Keystore file. now, how can I use them in the flutter. In
I have a table called citation and a table called sources. I want to create a foreign key called "source_id" in the citation table. Citation has a text field "l
I wrote a script to calculate the percentage between: value in cell(i,2) and value cell (i+1,2) and return the percentage difference in cell(i,3). My sheet has
We have an application written in GoLang and we are using GRPC for defining service contracts. When we try to run "go generate" command to generate stub from pr