I am using Proteus and trying to upload my code to nodeMCU. I have never used Proteus before and don't how to upload my code( or if it will take a .hex file lik
I have a web application that I want to fully translate into Russian. There is a problem with changing the language in selectboxes. How can I fix this without h
i used the following code to separate academic year data set given: Academic year 2016/2017 i want it as start year, end year 2016 2017 for two columns d
I'm trying to create big level at runtime and not sure where to start or is it even possible. I want at least to be able to generate big terrain(with some 2d no
I have tried to simulated below error but it is not consistent. may I know what does it really mean and how we can debug such issue. The error generally occur f
I got an error while compiling C++: /tmp/ccqs6UN2.o: In function main': PowerModulus.cpp:(.text+0x194): undefined reference to takeModulusLOOP(int, int, int)'
Base64 encode can be achieved by $ echo Some_data_to_be_converted | base64 U29tZV9kYXRhX3RvX2JlIF9jb252ZXJ0ZWQK And Base64 decode can be achieved by $ echo
I am trying to use Jquery's ajax method to request a document to load into my page on AWS amplify. I get a 403 error from Amplify, even though the script and re
I have an empty tibble full of NA's with the rows and columns, respectively named for id numbers and all the dates in a period of time. For example, this code:
I have a use case where I want to usecertificate based authentication in AWS Lambda to generate oauth tokens. Currently I am storing the certificates and privat