Tried to decode the JWT provided by the google. I have used phone number authentication with google and returned verifyIdToken which is a jwt token. I have trie
I have a MongoDB collection (SlopeDay) that has dates stored. In my express routing, I'm looking to format the date to MM-DD-YYYY so that I can use that for th
I am new to PayPal integrations but I have managed to use the client-side JavaScript SDK to create a button and complete a transaction. I have also added a webh
I want to change a numeric into a factor, but my factor level is given as a character string while the function factor needs a numeric. How do I convert it into
i have ,net 5 api that contains a grpc class when the clinet send request to the grpc server and the server send response to the client an exceptoin accure
I read in the documentation that s.swapcase().swapcase() == s is not always true. Why not? When I read this, I thought this might have something to do with the
I was reading about C-V2X and it has the capacity of 1 million connected devices per square kilometer. I wonder what is the corresponding number for DSRC (dedic
The first code runs correctly but the second one does not. What is the problem here? first code print("%d" %100,100) 100 100 second code print("%d" %(100,100)
const [letters, setLetters] = useState({ A: false, B: false, C: false }) function handleClick(input){ setLetters((prevLetters) => ({
I have a question regarding the use of Armadillo. I'm using Ubuntu 12.10, and the gcc compiler in Code::Blocks. I installed LAPACK and BLAS using the synaptic