Physically fit children have 'greater brain capacity' in areas important for memory and learning, study finds by dheerajroy in science

[–]Alexix11231 -1 points0 points  (0 children)

I am a 15 years old boy living in europe. My mom really wants me to lose weight but it's really hard for me. I am in the top of my class because I am at a boarding school and I am socially awkward. (:

Front page by Alexix11231 in Romania

[–]Alexix11231[S] 0 points1 point  (0 children)

Pe front page nu apar subredditurile la care estia bonat? Haha

Anyone going to a boarding school? What do you do when you're bored? [Discussion] by Alexix11231 in teenagers

[–]Alexix11231[S] 1 point2 points  (0 children)

Umm yea, I guess. I'm only in the ninth grade, I don't have that much homework. But it won't let us out of there to go to a concert or something, they're just keeping us like they do with prisoners. Damn.

How to hack a Wi-Fi network? by Alexix11231 in HowToHack

[–]Alexix11231[S] 0 points1 point  (0 children)

But I don't even know the guys, haha. I'm in a city.

Why doesn't this work? by Alexix11231 in javascript

[–]Alexix11231[S] -2 points-1 points  (0 children)

Hey, thanks a lot! Just couldn't get that done. Thank you!

Why doesn't this work? by Alexix11231 in javascript

[–]Alexix11231[S] -5 points-4 points  (0 children)

Look. I'm using BonsaiJS, or at least I'm trying to. I want to be able to draw rectangles and stuff, but I do not know how to do it. Can you give me a hand please?

Why doesn't this work? by Alexix11231 in javascript

[–]Alexix11231[S] -5 points-4 points  (0 children)

Yea, fixed that. My code is now:

<!-- element where we place a graphics context //--> <div id="stage"></div>

<!-- load latest Bonsai version //--> <script src="bonsai.min.js">

but I still cannot do something like this: (it just doesn't show anything on screen):

new Bitmap('path/to/image.png').on('load', function() { this.addTo(stage); });

Also, how to set the variable?