GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Sunday morning coding... who's doing it? (https://gfy.com/showthread.php?t=1382669)

Huggles 03-16-2025 08:05 AM

Sunday morning coding... who's doing it?
 
The question is, now that I have 2 pennies to rub together, do I pay for the Cursor membership, or create another free trial account? :1orglaugh:1orglaugh:1orglaugh

Killswitch 03-16-2025 10:32 AM

Github Copilot is free in VSCode now.

Mr Pheer 03-16-2025 11:52 AM

Sundays are for racing

NatalieK 03-16-2025 12:44 PM

was busy with cam shows, shooting a Sunday morning vid & photos...

hope your coding went well :thumbsup

DirtyRider 03-16-2025 01:45 PM

I have a hard time coding on the weekend. I'm usually too busy with the family.

@Huggles, are you working on adult work or mainstream?

EddyTheDog 03-16-2025 02:33 PM

I just saw this on a video and they say it works - I have used their recommendations before and they are all good - https://github.com/yuaotian/go-cursor-help - Cursor Free Trial Reset Tool...

You might find it useful Huggles.....

fris 03-16-2025 03:30 PM

code on paper

fris 03-16-2025 03:42 PM

Flip 2 Coins.

Code:

import random

class CoinFlipper:
    def __init__(self):
        self.coins = []

    def flip_coins(self):
        self.coins = [random.choice(['Heads', 'Tails']) for _ in range(2)]
        print(f"Coins flipped: {self.coins}")

    def decide_option(self):
        return "Pay" if self.coins[0] == self.coins[1] else "Trial"

flipper = CoinFlipper()
flipper.flip_coins()
result = flipper.decide_option()
print(f"Selected: {result}")


Huggles 03-16-2025 06:24 PM

Quote:

Originally Posted by EddyTheDog (Post 23356603)
I just saw this on a video and they say it works - I have used their recommendations before and they are all good - https://github.com/yuaotian/go-cursor-help - Cursor Free Trial Reset Tool...

You might find it useful Huggles.....

$28 CAD a month for cursor is just 2 gas station jugs of vodka, so you can guess which I chose...

THE CURSOR SUB OF COURSE!!! I HAVE TO GET OUT OF POVERTY!!! :1orglaugh:1orglaugh:1orglaugh


All times are GMT -7. The time now is 05:16 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123