python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
urllib.error.HTTPError: HTTP Error 403: Forbidden Error
I was writing code for a project using Python. I was trying to make a project that tells you when your favorite youtuber uploads his/her video when I encountered an error.
Here is my code:
import time...
Garvit Nagpal
Votes: 0
Answers: 1
Arduino compiling error in platformio with bool readSerial(Serial& stream) -> stream not declared
I tried to compile a code in platformio (Atom) and got a compiler error.
No compiling errors for this code in the Arduino IDE.
How do I get this code work with the PlatformIO compiler?
I don't really ...
unimetal
Votes: 0
Answers: 1
Run Time Error in Hacker Rank problem : 1D Arrays in C
I am trying to solve the 1D Arrays in C problem on Hacker Rank:
here
We have to print the sum of the integers in the array.
My code:
#include <stdio.h>
#include <string.h>
#include <mat...
Ultimate
Votes: 0
Answers: 1
Making a memory card flipping game in C++
I need some help with this program:
Write a program that presents the backs of a number of cards to the player. You should have at
least 10 cards. The player selects 2 cards (one at a time), if they m...
NoobCoder69
Votes: 0
Answers: 1