Ссылки и html тэги не поддерживаются


Комментарии:

@robertgalligan6024
@robertgalligan6024 - 11.08.2024 06:09

Brilliant. Thank you for your video explanation.

Ответить
@user-dh5mm1rx4t
@user-dh5mm1rx4t - 20.01.2024 21:35

🎉🎉🎉 from myanmar. thanks teacher

Ответить
@RazorMox
@RazorMox - 05.09.2023 15:14

rip headphone users

Ответить
@davidfitcher2953
@davidfitcher2953 - 30.06.2023 21:46

Boo or Lean

Ответить
@ShadowTodem
@ShadowTodem - 07.06.2023 10:26

I thought because mousePressed() is a pre-defined function in order for: going =!going to the boolean value - true ???

Ответить
@apprenticedtopicbookcritic101i
@apprenticedtopicbookcritic101i - 21.05.2023 20:36

Up next 3 min rest

Ответить
@mohamedelfadli3125
@mohamedelfadli3125 - 16.02.2023 19:19

amazing useful video.

Ответить
@sssszzful
@sssszzful - 18.01.2023 15:14

i love you thank you

Ответить
@thezauberrabe
@thezauberrabe - 21.12.2022 04:02

You are explaining stuff in a great way, thank you!

Ответить
@iamatrashcan1695
@iamatrashcan1695 - 27.10.2022 03:30

I looked on about 20 websites, 8 videos, and 5 papers. They didn’t explain it as well as you

Ответить
@grub117
@grub117 - 17.10.2022 09:05

boolean rightsideaudio = false;

Ответить
@bernym4047
@bernym4047 - 08.10.2022 18:36

"going = !going" is code for a flip-flop. 😂

Ответить
@Aditya-qp7ww
@Aditya-qp7ww - 03.09.2022 15:09

Which platform he coded on ??

Ответить
@gawni1612
@gawni1612 - 15.03.2022 10:25

float circlex = random(width);
float circley = random(height);
boolean going = false;

void setup() {
size(640, 360);
}
void draw() {
background(0);
circle(circlex, circley, 30);
if (going) {
circlex = circlex + 2;
}
}
void mousePressed() {
going = !going;
}

Ответить
@DJWhylafihya
@DJWhylafihya - 12.02.2022 22:26

there is no audio???!!?!?!?!?!

Ответить
@fabioseva1
@fabioseva1 - 10.02.2022 03:21

Amazing explanation!! Got hooked up to the end of video

Ответить
@kristofszasz8537
@kristofszasz8537 - 31.01.2022 19:25

There is no audio :(

Ответить
@QanarIsDelirious
@QanarIsDelirious - 28.01.2022 01:01

not sure what i will need it for since i just startet programming but i will remember this ^^ i saw it in one of the circular linked lists i looked into and it should be like my regular next->next->next !startpoint and just move it forward reading and printing :D anyway now i understand this code thanks

Ответить
@straightpathnetworks1658
@straightpathnetworks1658 - 13.12.2021 15:13

enjoyed 'your going' in the end. :-D

Ответить
@lance5229
@lance5229 - 10.12.2021 04:01

I know this was 2015 man but I love the energy here. This was a fun watch in 2021, thank you!

Ответить
@waveartculture
@waveartculture - 03.12.2021 22:49

I'm not sure why but I typed exactly what you did and it gave me an error. x cannot be resolved. When I added in a line that says int x = 20; above the ellipse line, I get a dot on the screen but when I click the mouse, in any of the examples, it does not move. Is there a mistake that I am not seeing in this?

boolean going = false;


void setup() {
size (400, 300);
}

void draw () {
background(0);
fill(255);

//I added the next line in to fix the can not resolve for x problem.
int x = 20;

//then I continue with what was shown in the tutorial
ellipse(x, 150, 24, 24);

if (going) {
x = x + 2;
}

}

void mousePressed () {
going = !going;

}

Ответить
@barickfoster
@barickfoster - 02.12.2021 18:15

hi Dan, are you still alive?
we need some help over here,
i got this message while trying this Booleanification in a method of an object
"
cannot convert from void to boolean "

since void cannot return a Boolean value, i tried the "going" technique but i got
this "
cannot convert from void to boolean"

Ответить
@r3gul4rmarauder98
@r3gul4rmarauder98 - 18.11.2021 18:08

Can you help me with this one Asks the user to input four numbers
Subtract the first number by the second number
Multiplying the third number by the fourth number

Ответить
@ryang6245
@ryang6245 - 25.10.2021 22:42

"my going is true" love that part at the end xD this entire video helped me so much. Your energy is so awesome, its contagious! So eager and excited to show people how awesome this is! You just seemed so happy teaching that to us (the watchers and listeners) and had such a small window in your personal life but wanted to take the time to get this video out. So much appreciation. Thank you, please make more! Will be looking through your content for answers now.

Ответить
@prakritimukherjee6562
@prakritimukherjee6562 - 15.10.2021 13:49

Man I love your tutorials. I have been binge watching it all morning.

Ответить
@andrearaujodacunha7653
@andrearaujodacunha7653 - 29.07.2021 14:41

My headfone is broken and only the rigth side is working. In the beginnig i thought the vidio had a problem kkkkkk well I guess my family knows about booleans too now

Ответить
@seikochristopherward9908
@seikochristopherward9908 - 26.07.2021 05:55

I turned my speakers on lul

Ответить
@PyRoN333
@PyRoN333 - 18.04.2021 21:12

Your energy is incredible and palpable! Makes me excited to learn more!

Ответить
@vinijoncrafts2882
@vinijoncrafts2882 - 13.03.2021 01:45

boolean left ear = true;
boolean right ear = false;

Ответить
@Wolfiegangs
@Wolfiegangs - 27.02.2021 11:50

My right ear didn't learn anything.

Ответить
@Quidoute
@Quidoute - 06.02.2021 17:56

best tutorials ever!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Ответить
@michelleb662
@michelleb662 - 31.01.2021 18:48

I got less that 3 hours of sleep and this video woke me up lol Thanks for your enthusiastic teaching!

Ответить
@syedarmaghanhassan4652
@syedarmaghanhassan4652 - 26.12.2020 02:57

what does this Void mean?

Ответить
@syedarmaghanhassan4652
@syedarmaghanhassan4652 - 25.12.2020 20:08

this is by the way the lamest thing any programmer would every program the language to do. !going means going = false..
It doesn'T save anytime or effort. It was a horrible to make things complex by using this abbreviation.
One can easily right, if going = true)
or
if (going = false). It is much more readable, easy to understand and work with.
The only reason someone would come up with a twisted idea like !going is that someone had nothing better to do at work place, and his loser mind thought, hey, why not just complex the syntax of javaScript and call variable = false, just equals to !variable. The way people will really have a hard time to understand what is going on in this bolean variable. Let us make life hard and let people discuss on internet, in class-rooms, and waste more time commenting on videos about how stupid this way of expressing a condition is.
Really well done Einstein (to the person who came up with this dumb idea)! Also a salute to his colleagues, who instead of giving some positive criticism, just went on with it by saying! "hey dude! hey braaaa! this look so cuhhhl braoooooo! that is how we programming people spending our lives in a basement, would look really smart - brawwwwwwwww, dudeeeeeeeeeeeee!! "

such a waste of time. the one came up with the idea just got his right to be called a programmer invoked, because programmers make things simple, easy to understand and fast to work with. Not complex, that we have to make videos and have ineficient discussions about it in the classroom, only to be able to understand, that !variable means variable = false.
Well, then why not just right variable = false? wasn't too hard was it? makes life easier!

Ответить
@syedarmaghanhassan4652
@syedarmaghanhassan4652 - 25.12.2020 02:40

excellently explained, with practical example!

Ответить
@YOLO-ft4jt
@YOLO-ft4jt - 12.11.2020 14:33

What bank are we going to heist for today professor?😂

Ответить
@delaylaylay
@delaylaylay - 09.11.2020 19:28

it started to be complicated to understand%(

Ответить
@Yoshi-bw8ds
@Yoshi-bw8ds - 12.10.2020 18:48

Money heist brought me here

Ответить
@csk2616
@csk2616 - 08.10.2020 08:35

Anyone help me to figure it out why my sketch doesn't work with 'void mousePressed () { going = true; }? it says 'unexpected token: mousePressed.. I can't play the sketch. How did you guys could run the code???? Helppppppppp

Ответить
@sta5348
@sta5348 - 03.10.2020 01:30

This dude teaches better than my prof lol

He do be running back and forth for us I love it

Ответить
@camcam855
@camcam855 - 15.09.2020 07:03

Awwww you are a cutie pie!

Ответить
@Coleecool
@Coleecool - 11.09.2020 03:23

So who else is just trying to understand how real coding works?

Ответить
@mrday60
@mrday60 - 09.09.2020 04:05

Mr Daniel,

This was a very simple and educating video. Thank -you

Ответить
@fransseakamela4229
@fransseakamela4229 - 17.08.2020 18:37

my going is true XD

Ответить
@baphnie
@baphnie - 06.08.2020 14:56

"My going is true"
This is how you round out a lecture <3

Ответить
@tbolshev
@tbolshev - 09.06.2020 10:31

Black magic

Ответить
@Fullstackdev-
@Fullstackdev- - 08.06.2020 18:05

thanks very useful

Ответить
@liaudoz461
@liaudoz461 - 22.05.2020 04:12

void mousePressed () {
play = !play;
}
I've never had that much fun clicking "play" and "pause" feeling that (1) we now have an idea of the type of code available for such function and (2) that Daniel speaking was our moving ball on the screen!
As always, awesome video, Daniel! Thanks ~

Ответить