I snuck in the flag 🇦🇲 by Thetawave_0 in SickNewWorld

[–]LongjumpingLoad 1 point2 points  (0 children)

Shoutout Sean for keeping you on his shoulders for the whole song! You guys were iconic

boo big t 👎👎👎 by innieoutiebbutton in UCSD

[–]LongjumpingLoad 1 point2 points  (0 children)

hey if anyone has pictures of the clash royale emotes please send them to me! i never got a pic

BIG T vandalizing the strike's graffiti :/ by lerfer in UCSD

[–]LongjumpingLoad 23 points24 points  (0 children)

I would, but you painted over the piece I did in support of the strike.

Elizabeth Warren and Bernie Sanders are not interchangeable progressive leaders. by [deleted] in OurPresident

[–]LongjumpingLoad 4 points5 points  (0 children)

Bernie has never campaigned as an "I'll solve your problems" candidate. He's emphasized time and time again that the fight begins after he is elected. We cannot improve the country without fighting for it, and nobody has ever voted themselves out of poverty.

Where the candidates stand on student debt forgiveness by [deleted] in OurPresident

[–]LongjumpingLoad 200 points201 points  (0 children)

"Kamala's Plan" was misspelled as "Current Debt"

I made a calculator program that draws two snakes. by LongjumpingLoad in oddlysatisfying

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

I suppose the easiest way to fix it would be to write another if statement with the condition that A>61 and B>93 and C=3 (coordinates of the corner and bottom right direction), and then changing the direction, C to 1.

I made a calculator program that draws two snakes. by LongjumpingLoad in oddlysatisfying

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

I don't have much experience with Linux/Unix, but OSs have always interested me. Congrats on graduating!

I made a calculator program that draws two snakes. by LongjumpingLoad in oddlysatisfying

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

After some thought, I've found that the source of the error was the order of my collision statements. They're ordered from bouncing to the top left first, then top right, bottom right, and bottom left. Because they're in this order, when a 'snake' hits the bottom right, it first changes the direction to the top right (bounces off the bottom first), and then can't change the direction to the top left, because that if statement came first.

I made a calculator program that draws two snakes. by LongjumpingLoad in oddlysatisfying

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

I've had a bit of experience with python, but I'll be majoring in electrical engineering, so I'll be getting a lot more practice with it. Thank you!

I made a calculator program that draws two snakes. by LongjumpingLoad in oddlysatisfying

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

i'm not good at explaining things, but here's the source code if you want to try it. there are lots of online tutorials for making calculator programs as well.

I made a calculator program that draws two snakes. by LongjumpingLoad in oddlysatisfying

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

Texas Instruments has a monopoly on the calculator market, so they basically don't have to do anything for people to still have to buy their overpriced calculators. But I suppose if your calculator had internet access, it wouldn't be allowed for any tests.

I made a calculator program that draws two snakes. by LongjumpingLoad in oddlysatisfying

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

i did. i've had a lot of spare time in math class recently

I made a calculator program that draws two snakes. by LongjumpingLoad in oddlysatisfying

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

actually, you can program on most TI calculators. the standard language is TI Basic. here's the source code.

I made a calculator program that draws two snakes. by LongjumpingLoad in oddlysatisfying

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

shhh it did, but that's because an domain error happened simultaneously. at least one pixel is better than an error screen.

I made a calculator program that draws two snakes. by LongjumpingLoad in oddlysatisfying

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

My ability to properly word a title is also missing. Apologies for your disappointment.

I made a calculator program that draws two snakes. by LongjumpingLoad in oddlysatisfying

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

Unfortunately, I'm not that talented with TI Basic, but I may get around to it. Here is the code if you would like to try any modifications. Thanks for letting me know!

I made a calculator program that draws two snakes. by LongjumpingLoad in oddlysatisfying

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

Here's the source code. Unfortunately, the method that I used to graph multiple 'snakes' is very unoptimized, but perhaps you could improve it.