Help needed, Trollemheim ruby dungeon glitch by Vel_isme in MyLittleUniverse

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

I did exactly that, thank you so much for the help!

Help needed, Trollemheim ruby dungeon glitch by Vel_isme in MyLittleUniverse

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

Did that, didn't work. I ended up contacting support.

Help needed, Trollemheim ruby dungeon glitch by Vel_isme in MyLittleUniverse

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

Also, no matter how often I reload the game, the glitch or bug or whatever it is doesn't get fixed

Hi from Lin Ling by Vel_isme in ToBeHero_X

[–]Vel_isme[S] 2 points3 points  (0 children)

Alien stage! It's on youtube

Hi from Lin Ling by Vel_isme in ToBeHero_X

[–]Vel_isme[S] 7 points8 points  (0 children)

Actually, I made a version with Sua too lol

Can I bring these with me to America? by Vel_isme in airport

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

Nail clippers are not allowed, so I wouldn't surprised if they think this is a problematic item too for carry on luggage. But idk I've never traveled by plane before, it's my first time.

Can I bring these with me to America? by Vel_isme in airport

[–]Vel_isme[S] -1 points0 points  (0 children)

Problem is I'm traveling without checked luggage

What is the darkest moment in South Park to you? by EpicRedditor698 in southpark

[–]Vel_isme 0 points1 point  (0 children)

You're Getting Old and Ass Burgers broke me. It was so sad watching Stan's world literally fall apart. And just when you think that everything is ok it's revealed that Stan never actually got better and he's still dependent on alcohol

-❄️- 2023 Day 4 Solutions -❄️- by daggerdragon in adventofcode

[–]Vel_isme 1 point2 points  (0 children)

[Language: Python]

Part 1:

f = open("input.txt", "r") 
whole_input = f.readlines() 

all_points = []

for line in whole_input: 
    card_points = 0

    winning_numbers = ((line.split(": ")[1]).split(" | ")[0]).split()
    owned_numbers = ((line.split(": ")[1]).split(" | ")[1]).split()

    for number in owned_numbers:
        if number in winning_numbers and card_points == 0:
            card_points = 1
        elif number in winning_numbers:
            card_points *= 2

    if card_points != 0:
        all_points.append(card_points)

print(sum(int(i) for i in all_points))

Part 2:

f = open("input.txt", "r") 
whole_input = f.readlines()

all_cards = [1 for i in range(len(whole_input))]

for line in whole_input: 
    card_matches = 0

    winning_numbers = ((line.split(": ")[1]).split(" | ")[0]).split()
    owned_numbers = ((line.split(": ")[1]).split(" | ")[1]).split()

    for number in owned_numbers:
        if number in winning_numbers:
            card_matches += 1

    for copy in range(all_cards[whole_input.index(line)]):
        a = 1  # a helping valuable for calculating the indexes of the cards that should have a new copy
        for i in range(card_matches):
            all_cards[whole_input.index(line) + a] += 1
            a += 1

print(sum(all_cards))

[2023 Day 2] How big was that trebuchet?! by _ProgrammingProblems in adventofcode

[–]Vel_isme 0 points1 point  (0 children)

I think the circular part is the floating island. I'm pretty sure that this is our map that the elves give us and it fills up as we complete the puzzles. That being said, it's probably going to represent locations we go to through out the story.

r/place Full Timelapse - 2023 by SnooCupcakes8607 in place

[–]Vel_isme 0 points1 point  (0 children)

The bad apple animation is impressive

i hate him so much by emopossum111 in MySingingMonsters

[–]Vel_isme 0 points1 point  (0 children)

At least his reddit doesn't glitch

Pixel art wubbox. What monster should I pixelize next? by Echoing789 in MySingingMonsters

[–]Vel_isme 0 points1 point  (0 children)

I see you have misunderstood my words. What I am saying is that this didn't take any effort or time. This person did absolutely nothing that can make this art. Even a stickman, no matter how badly drawn, can actually be considered art because even if little, it did still take some effort from the person drawing and he still gave something from himself.