I need to create a several different policies this is my code: This is my main.tf resource "aws_iam_policy" "policy" { count = length(var.name) != [] ? length(v
The function of react context is to facilitate the component to pass values, but it is not responsive. It needs to cooperate with usestate to achieve responsive
I'm trying to plot a molecule from a SMILES in RDKit and I have found out you can get a PIL Image by using rdkit.Chem.Draw.MolToImage(). My problem with that is
I'm drawing support and resistance boxes in TradingView using pinescript. Currently all the boxes that I draw are just of one/same color. I want to mark all box
After getting data from old software, I can save it to a file with a specific format. I wanted to extract the data from this file. Unfortunately, this format is
Might be a dumb question, still I'm a beginner with datacamp. I am wondering at the 1st line what is the point of the dots c.code, c.name, c.region when I coul
I am totally new to React Js. I want to open a windows application / .exe file with the click of the web component. For e.g open whatapp.exe when we click on th
I had a column like this: val notNullableAmount = compositeMoney(DECIMAL_PRECISION, DECIMAL_SCALE, "principal_sum", "principal_sum_currency") In th
I want to take an array of n dimensions and return set containing rows of arrays of n-1 dimensions. For example, take the array ARRAY[[1,2,3], [4,5,6], [7,8,9]]