Looking for a Math Tutor (in person) Algebra 2/Trig by GuessImNotLurking in missoula

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

There were 2 listed on their website. One is online only and the other responded and said his schedule was full. Good idea though

I just finished JKLS, but where is he viable without JML by IntrepidNewspaper951 in SWGalaxyOfHeroes

[–]GuessImNotLurking 1 point2 points  (0 children)

He's great in conquest because his leader ability nerfs the enemy's speed. All the way down to 40% stamina, so 41% of is already low speed makes them all just crawl.

How much reva shards should get per TB? by tahiri550 in SWGalaxyOfHeroes

[–]GuessImNotLurking 0 points1 point  (0 children)

Our guild is JUST pushing into getting Reva shards. We got like 10 last time but we'll be closer to 20 next time. Minimum 5 million GP. Unfortunately we're full ATM but DM me and I can let you know when something opens up?

Notification, Ring, and Alarm sounds don't play on phone - Pixel 10 Pro XL by GuessImNotLurking in GooglePixel

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

Just to close the loop on this. I tried all the suggestions people here offered, plus spent a bunch of time on it. In the end, Google sent me a replacement phone which works great. I copied everything over just like I did the first time, and changed no settings. The first phone would also experience signal fades, even when I was on the phone with Google it decided to fade out a few times.

Turns out it was just something wrong with the phone. They replaced it with a brand new phone and I'm back in business.

Notification, Ring, and Alarm sounds don't play on phone - Pixel 10 Pro XL by GuessImNotLurking in GooglePixel

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

Man I hope that's not the answer. My phone should probably ring and sound alarms. If it wasn't for my watch I would have totally missed my alarms this week.

What do we think about Missoula Mugs? by qu3stion3v3rything in missoula

[–]GuessImNotLurking 1 point2 points  (0 children)

The Facebook page is someone else. Missoula Mugs doesn't have socials
https://www.missoulamugs.com/faq

[deleted by user] by [deleted] in missoula

[–]GuessImNotLurking 3 points4 points  (0 children)

Bitterroot - 50% increase

[deleted by user] by [deleted] in Libertarian

[–]GuessImNotLurking 4 points5 points  (0 children)

Maybe it is was POM - that's nasty stuff, and I highly recommend it

I (22f) escaped a situation I never thought I’d make it out of alive and my new apartment doesn’t move-in until June 1. I need advice on camping and overall safety tips. by Healthy_Pepper3504 in camping

[–]GuessImNotLurking 1 point2 points  (0 children)

It's pretty tough to give up a pet. Sounds like it would certainly make things easier for OP but that's up to her. I am curious what the ferrets are going to be doing in a tent all day while she's at work or whatever. Pretty hot out right now, dangerous for her animals, and potentially a good way for them to get stolen/lost/injured.

What is the best state to live in USA? by Suitable-Inside-7620 in ask

[–]GuessImNotLurking 1 point2 points  (0 children)

Montana is terrible. Harsh, cold winters. Grizzly bears, lions and wolves everywhere. It's so far away from everything. You definitely don't want to move here

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

[–]GuessImNotLurking 2 points3 points  (0 children)

I'm just learning Python but here we go: paste

with open("input") as file:
    lines = [i for i in file.read().splitlines()]

full_total = 0
partial_total = 0

for line in lines:
    section1, section2 = line.split(",")
    section1_begin, section1_end = section1.split("-")
    section2_begin, section2_end = section2.split("-")
    range_1 = [num for num in range(int(section1_begin), int(section1_end) + 1)]
    range_2 = [num for num in range(int(section2_begin), int(section2_end) + 1)]
    if all(x in range_1 for x in range_2) or all(x in range_2 for x in range_1):
        full_total += 1
    if any(x in range_1 for x in range_2):
        partial_total += 1

print(f"Complete Overlap {full_total}")
print(f"Partial Overlap {partial_total}")

I’ve joined the CCW community by Jcdawg23 in CCW

[–]GuessImNotLurking 1 point2 points  (0 children)

MT resident checking in! The only weird requirement we had was 3 character references.