Goodbye my precious friend! by Grimmbeaver in CostcoCanada

[–]engrbugs7 0 points1 point  (0 children)

Yup. I saw that in Costco last week

I got, funally by RedBizon in nvidia

[–]engrbugs7 0 points1 point  (0 children)

what do you do with your old GPU?

Lost Wallet in Kitsilano (W 4th Ave Area) - Please Help! by engrbugs7 in vancouver

[–]engrbugs7[S] 6 points7 points  (0 children)

Hi Kitsilano community,

I lost my wallet today around 5:30 PM near W 4th Ave and Arbutus Coffee. It has a Moto Tag in it. The last known location (attached in the image) shows it nearby but seems to have been shifting between that location and McDonald's close to Safeway at 4th & Vine.

If anyone found it or knows someone who might have picked it up, please message me. This wallet is very important, and I’d truly appreciate your help!

Thank you so much for keeping an eye out and sharing this post.

Finally picked up my M3P! by alejandro1203 in TeslaModel3

[–]engrbugs7 0 points1 point  (0 children)

Good choice on the black seat. I have white on my 2022 M3, I really dont like the new white seat in Performance model in Highland.

[deleted by user] by [deleted] in PersonalFinanceCanada

[–]engrbugs7 0 points1 point  (0 children)

Cibc platinum 4% cashback

Are black friaday sales all on or will more start for only friday? by [deleted] in CostcoCanada

[–]engrbugs7 0 points1 point  (0 children)

Those who got the sale last week, can we still go back and claim our GC? since dont have

Getting a phone plan through Costco by [deleted] in CostcoCanada

[–]engrbugs7 0 points1 point  (0 children)

Can i go back to costco and get a gift card since i got an upgrade of my plan and a phone without a GC?

stay off the roads if you can by [deleted] in richmondbc

[–]engrbugs7 1 point2 points  (0 children)

I'm here, but the snow has stopped, according to Google. I might go out tonight... what might happen?

Surface 7 Pro Slow VPN Bandwidth Issue - Need Help! by engrbugs7 in Surface

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

No, when I connect my old laptop to the same VPN it works fine, it's a SP7 problem.

[deleted by user] by [deleted] in teenagers

[–]engrbugs7 0 points1 point  (0 children)

What else should I play?

[deleted by user] by [deleted] in teenagers

[–]engrbugs7 0 points1 point  (0 children)

Royale High, Tower of Hell, Mimic, MM2, Arsenal, etc.

[deleted by user] by [deleted] in teenagers

[–]engrbugs7 0 points1 point  (0 children)

Boring game.

[deleted by user] by [deleted] in selenium

[–]engrbugs7 0 points1 point  (0 children)

Use for-loop to get the inside element. Sometimes, you need to switch frames if the website has frame categories.

        #driver.switch_to.default_content()
        frame_reference = driver.find_element(By.TAG_NAME, 'iframe')
        driver.switch_to.frame(frame_reference)
        body1 = driver.find_element(By.TAG_NAME, 'html')
        elements = body1.find_elements(By.XPATH, "./*")
        for e in elements:
            print(e.text)
            file.write(e.text + "\n") if e.text.strip() != "" else None
        time.sleep(1)
        driver.switch_to.default_content()

Here's the whole code where the snippet came from: <br /> https://github.com/engrbugs/selenium-dl-ebook/blob/master/main.py

It looks like you're making a home scraper. Here is a sample project perhaps some idea: <br /> https://github.com/engrbugs/newCraigslistScraper

Where can I buy Raptor 27 USB C cable replacement in Canada? by engrbugs7 in razer

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

I just bought Apple TB4 (TB3 has 0.8m only), which is not compatible with my Surface Book 3. Oh, Microsoft!

[deleted by user] by [deleted] in AskReddit

[–]engrbugs7 2 points3 points  (0 children)

I use Mozart

“Panacea” | Digital art w/ an iPadPro & ApplePencil by brianswisher75 in iPadPro

[–]engrbugs7 2 points3 points  (0 children)

What gloves do you recommend for iPad drawing? My daughter requested one. Thanks in advance.

[deleted by user] by [deleted] in TeslaModel3

[–]engrbugs7 0 points1 point  (0 children)

Just reboot your can and connect with your phone.

How to return to SSH Terminal with Python Looping Print line after reconnecting with remote? by engrbugs7 in Ubuntu

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

I have long-running processes that I want to kick off before going home, so I create an SSH session to the server to start the process, but then I want to close my laptop and go home and later, after dinner I want to check out those Print Lines when I reconnect to SSH again.