website published?
How do you do that?
int motor1pin1 = 2; int motor1pin2 =3; int speed1 = 9; int motor2pin1 = 4; int motor2pin2 = 5; int speed2 = 10; void setup() { pinMode(motor1pin1, OUTPUT); pinMode(motor1pin2, OUTPUT); pinMode(motor2pin1, OUTPUT); pinMode(motor2pin2, OUTPUT); pinMode(speed1, OUTPUT); pinMode(speed2, OUTPUT); } void loop() { forward(); } void forward(){ digitalWrite(motor1pin1, HIGH); digitalWrite(motor1pin2, LOW); analogWrite(speed1, 255); digitalWrite(motor2pin1, HIGH); digitalWrite(motor2pin2,…
As far as I know, Brainfuck is used to write programming languages like C, C++, and the like. Some sites say you can't write anything with it, while others say it's a joke programming language. So what is it, and what's true?
I have an assignment that I have to hand in tomorrow and one of the goals is to be able to do it without the internet.
I found this site while googling : https://www.space-hosting.net/free-teamspeak-server/ , and it supposedly offers a free TS3 server. Is this site a scam or legit? Or does anyone know it and have experience with it?
I have to program a game in Python for school. The problem is, we haven't really been taught much yet, so I don't understand how to program certain things. The following scenario is now causing me difficulties: The code isn't an excerpt from my game, but simply the same pattern as that one part of…
I don't do that and I post a lot too, so everyone can know what's going on, how I feel, what I'm doing, what's on my mind, etc. ☺️
Rent a webserver. Upload the file (html,css,js and so). And then make server accessible. Sk would I do that
Site either host from home to an RPi/Server or via a VPS e.g. from Google Cloud.
Then either use DDNS for Dynamic IPs or a domain zB example.de for static IPs (one domain gets for about 1€)
Optionally create a SSL Cert with Letsencrypt (certbot)
Set up a web server, optionally set up a domain because this is not particularly pleasant to visit websites via IPs.
OK OK, much too complicated for me, I can only HTML and CSS 🤣😐
At a web host nen webspace with domain, in my case install WordPress, set up, finished.