I am attempting to knit a markdown that I have been working on for Google Data Analytics Professional Certificate Capstone. I have the markdown near completed a
For some reason my VScode's intellisense is not working. I'm using the M1 Macbook pro and zsh for my terminal, not sure if that's relevant but I'm no longer get
I'm trying to move data from Python to Arduino nano, but I can't see anything on the console on the Arduino side, but when I tried to move data from Arduino to
So I have an array that looks as such: std::string Operators[4] = { "+", "-", "*", "/" }; And I have another string, that looks like this std::string E
uniform float alpha; void main() { gl_FragColor = vec4(r, g, b, alpha); } this works with alpha values from 0.01-0.99, but when it's 1.0 it becomes fully tra
In my iOS project, I want to call a C++ function from my Swift code that takes an object from my Swift code and returns another object. So far, following this t
I have a backend using Node.js with Express and it is reaching out to an Odata service to retrieve some data. To do so it is using "odata": "^1.3.1" : https://w
I'd read that when renaming files in Git, you should commit any changes, perform your rename and then stage your renamed file. Git will recognise the file from
I'm new to flutter I've Created a nested list with questions and answers like this var questions = [ { 'question': '1+1', 'answer': [