Here is my index.js from server const express = require('express'); const cors = require('cors'); const items = require('./data.json'); const port = process.env
I have a crt file, a pem file, and a p7b file but I need a pfx file. $ openssl pkcs12 -export -out certificate.pfx -inkey 107b71814d61e7ba.pem -in 107b71814d61
I have a weird issue that no one can pinpoint. To make sure it was not an Azure Kubernetes issue, I also spun up minikube to test locally and I am getting the
i try convert date format tt=structure(list(gr = c(2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L), date = c("2021-01-02 11:53:
I was running a loop, from where I obtained ( 4 by 4) arrays, and now I want to insert zeros at certain locations in these arrays and turn them into (6 by 6) ar
git pull --help says: In its default mode, git pull is shorthand for git fetch followed by git merge FETCH_HEAD. What is this FETCH_HEAD and what is actua
i am hoping someone can assist me with this. I am trying to spin up a datafusion instance in terraform/terragrunt and i am using the google_data_fusion_instance
I am facing issues with using a custom "angular library" which is hosted on Azure Artifacts. This is what was done 1: A new angular project was created. 2: .npm
I'm a newbie to web development. My team at school is using J2EE and MySQL to develop a web app that will be deployed on AWS. We use GitHub for version control.