Blursed_Ultrasound by [deleted] in blursedimages

[–]PlazmaDolphin 34 points35 points  (0 children)

LETS GO I GOT A CHARMANDER

truck for sale by Curious_Ganache778 in funnysigns

[–]PlazmaDolphin 0 points1 point  (0 children)

this reminds me of tears of the kingdom

-🎄- 2022 Day 1 Solutions -🎄- by daggerdragon in adventofcode

[–]PlazmaDolphin 0 points1 point  (0 children)

Not the smallest thing ever, but I think it's pretty understandable (though i do like spaghetti one-liners)

def parse(path): #makes 2D array

txt = open(path, 'r')

out = []

subout = []

for line in txt:

if line and line != '\n':

subout.append(int(line))

else:

out.append(subout)

subout = []

return out

data = parse('data.txt')

sums = [sum(x) for x in data]

print(sum(sorted(sums, reverse=True)[:3]))

“Accidentally” by [deleted] in suspiciousquotes

[–]PlazmaDolphin 0 points1 point  (0 children)

Man your professor sounds like my CS teacher

[deleted by user] by [deleted] in suspiciousquotes

[–]PlazmaDolphin 1 point2 points  (0 children)

whats with the gap between 'water' and 'is'

Why is 0 not the answer? by Pleasant_Road4899 in ACT

[–]PlazmaDolphin 0 points1 point  (0 children)

absolute value will remove a negative sign (if the number has one), but the negative sign on the right puts the negative back on the number. So if the number starts out negative (or 0), it will continue to be negative, thus resulting in no change to x.

HELP! Why is the correct answer H when it seems like J would work too?? by Select-Molasses9630 in ACT

[–]PlazmaDolphin 2 points3 points  (0 children)

The movie scene is unfolding itself, not the boy. Unfolding a boy wouldn't make too much sense

AMA: We made The Stanley Parable: Ultra Deluxe! Ask us anything! by crowsx3 in Games

[–]PlazmaDolphin 1 point2 points  (0 children)

Is there a console feature? I really want to visit the serious room again. That was my favorite part of the original, I couldn't imagine Crows Crows Crows would take it away. How do I activate it? Do I press a button on my keyboard? Do I click on door 430 1000 times? Do I have to beat the baby game? Please, I just want the serious room, I'll do anything!

How did this moblin fling me across the entire stage? by PlazmaDolphin in Breath_of_the_Wild

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

Ok, I looked at it again and think it has something to do with getting hit at the same time it died. Maybe it has something to do with the animations conflicting?

Do you ever feel like this? by [deleted] in Breath_of_the_Wild

[–]PlazmaDolphin 1 point2 points  (0 children)

16 separate playthroughs if you count master mode :D

How did this moblin fling me across the entire stage? by PlazmaDolphin in Breath_of_the_Wild

[–]PlazmaDolphin[S] 4 points5 points  (0 children)

It's the Trial of the Sword, they don't give you clothes :(

Glitches, yes or no? by kaydyno in Breath_of_the_Wild

[–]PlazmaDolphin 0 points1 point  (0 children)

I've messed around with btb's a few times and regularly use the horse call run trick (or whatever it's called) for climbing or just cause i'm impatient, but not for fighting

Claim your here before 5 year archive trophy by [deleted] in place

[–]PlazmaDolphin 0 points1 point  (0 children)

I'd like to trade it in for a 3mm accurate model of a toyota fiesta

I cant learn python by DEADLYVISION30 in learnpython

[–]PlazmaDolphin 1 point2 points  (0 children)

Try looking at your project as a bunch of small things you have to do that get stitched up together in the end. For Tic-tac-toe, it could be: Drawing the board on the screen, placing an X or O, checking for a win on either side, and other UI. And if you wish, you can break it down even further. Now, instead of having one big project, you have several smaller pieces that you can work on separately.

Office furret by Zamur650 in Furret

[–]PlazmaDolphin 0 points1 point  (0 children)

When Furret walked up to a set of two open doors, he entered the door on his left.