I have my own custom VS color set that I made by editing the colors in the setting and I have been using it for more than an year now. I wanted to make it into
How i can put result rows of this cursor, into column ? CURSOR CUR1 IS SELECT FILMS.FILM_CODE from FILMS where FILMS.ID_FILM = ID_FILM_ FOR UPDATE OF FILM_CODE
Can you please explain when to use below annotations and when not to use those. I am pretty new to testing frameworks and confused with all the answers in the w
I have a problem regarding my withAuth HOC in my Next JS project. This should let users access some routes only if they are logged in. The problem is that it ne
I have some issues on the EC2 I have a react-node JS web app running on an EC2 instance. The app is running on http://44.200.69.97/ and everything is fine with
Here's my code that creates the UIAlertController // Create the alert controller var alertController = UIAlertController(title: "Are you sure you want
I have register defined inside a register model as shown below virtual function void build(); this.PM_CAP_ID = uvm_reg_field::type_id::create("PM_CAP_ID",,ge
data.table offers a nice convenience function, rleid for run-length encoding: library(data.table) DT = data.table(grp=rep(c("A", "B", "C", "A", "B"), c(2, 2, 3