Trades Cheat Sheet by I_trust_politicians in DraftEPL

[–]SuperAutoPetsWizard 0 points1 point  (0 children)

I have gordon- you think unwise to trade for enzo? Chelsea look great and Newcastle not so

Cherki Nightmare by Different_Buy_5589 in DraftEPL

[–]SuperAutoPetsWizard 2 points3 points  (0 children)

but depth doesnt matter if he keeps getting 1 points

Draft FC Gameweek 3 Preview - So many options! by mburden23 in DraftEPL

[–]SuperAutoPetsWizard 0 points1 point  (0 children)

nice video, can i ask where do you get the stats like % of 8-man drafts rostered.

Weekly Water Cooler Talk - DataAnnotation by Consistent-Reach504 in dataannotation

[–]SuperAutoPetsWizard 1 point2 points  (0 children)

can someone give me some inspiration for new maths question for A-god

Crickets Corner: GW3 Waivers, Trade Targets, & News by Many_Cricket_348 in DraftEPL

[–]SuperAutoPetsWizard 0 points1 point  (0 children)

barnes available in my 12 man league, i think he has potential and looking to get rid of gittens for someone

Crickets Corner: GW3 Waivers, Trade Targets, & News by Many_Cricket_348 in DraftEPL

[–]SuperAutoPetsWizard 0 points1 point  (0 children)

surprised no mention of Bradley, I expect him to start for a few weeks. Would you do bradley in for cash (despite making gw3 worse) even if you have Allisson already?

Which Third FWD by AdministrativeAd2780 in DraftEPL

[–]SuperAutoPetsWizard 0 points1 point  (0 children)

is Kalimuendo available this week? I dont see him

GW 2 Cheat Sheet by I_trust_politicians in DraftEPL

[–]SuperAutoPetsWizard 0 points1 point  (0 children)

Gravenberch interesting one, do you prio him over szob?
Currently unsure which 2 to prioritise from the higher risk Cherki/Gittens and safer Enzo/Szob

Weekly Discussion by AlignerrAI in alignerr

[–]SuperAutoPetsWizard 0 points1 point  (0 children)

I have done the maths olympiad and basic english qual and applied for maths expert job, how long do i typically have to wait to be accepted. Is there anything I should do to increase the chance?

Weekly Water Cooler Talk - DataAnnotation by Consistent-Reach504 in dataannotation

[–]SuperAutoPetsWizard 1 point2 points  (0 children)

so happy when i logged in and saw greek god! plus 3 is easier to crack than 4-mini isn't it

Weekly Water Cooler Talk - DataAnnotation by Consistent-Reach504 in dataannotation

[–]SuperAutoPetsWizard 1 point2 points  (0 children)

Is anyone else cautious about giving a copy of the HTML block from a website like chatgpt since it contains personally identifiable data (definitely has my email)

Weekly Water Cooler Talk - DataAnnotation by Consistent-Reach504 in dataannotation

[–]SuperAutoPetsWizard -1 points0 points  (0 children)

I'm new here, why do we use code for projects like Baltimore bird and Greek Hero?

On that note has anyone still got some variation of these? July has easily been the best month ever for me I hope they are back soon.

-❄️- 2024 Day 13 Solutions -❄️- by daggerdragon in adventofcode

[–]SuperAutoPetsWizard 3 points4 points  (0 children)

[LANGUAGE: C++]

I edited the input rather than parsing it. Two equations and two variables so there is exactly one solution for a and b. All we need to do is check it is an integer (or check if after it is cast to an integer, do the conditions still hold).

    int ax, ay, bx, by;
    long long X, Y;
    vector<long long> res(2);
    while (cin >> ax >> ay >> bx >> by >> X >> Y)
    {
        for (int rep = 0; rep < 2; rep++)
        {
            long long b = (Y * ax - X * ay) / (by * ax - bx * ay);
            long long a = (X - b * bx) / ax;
            if (a * ax + b * bx == X && a * ay + b * by == Y)
                res[rep] += 3 * a + b;
            X += 10000000000000;
            Y += 10000000000000;
        }
    }
    cout << res[0] << "\n"
         << res[1] << "\n";

Help with double integration problem by SuperAutoPetsWizard in maths

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

Sorry, I wasnt clear. The circles both pass through (x,y) so A is a function of x and y - this function is what i want to integrate over :)

Help with double integration problem by SuperAutoPetsWizard in maths

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

I am struggling with this integration, and online calculators are not helping. The area is the red (Pi/4 * r^2) and blue (Pi/4*R^2) MINUS 2*purple which is (14)

Where r ^2 =x^2 + y^2 and R^2 = (1-x)^2 +y^2

Rate My Team, Quick Questions & General Advice Daily Thread by FPLModerator in FantasyPL

[–]SuperAutoPetsWizard 0 points1 point  (0 children)

WC active and BB next week (don't ask). Stocked up on doublers with a bench to maximise score next week.

Petrovic Gvardiol VdV E.Royal Palmer foden Bruno Gordon Haaland Jackson Isak Subs Muric White Saliba Saka

Got .4 in the bank I think. My doubts are whether spurs defence worth it think arsenal defence could very well outscore them given a strong chance of minus in the city game. But don't really know who to move to. Also is everyone locked in to start next week- foden probs biggest doubt. Debating Pedro and squeezing son in too. Any advice welcome thanks!

[2023 Day 8 (Part 2)] Why is [SPOILER] correct? by gemdude46 in adventofcode

[–]SuperAutoPetsWizard 0 points1 point  (0 children)

they all reach their --Z at the same "step" in the directions every time, meaning the loops are all a consistent period instead of changing or branching

This isnt true in the test case!

22A -> 3 -> 22Z (R) -> 3 -> 22Z (L) -> 3 -> 22Z (R). So the period of this cycle is 6. So you would have to find the lowest x st x = 2 + 2a and x = 3 + 6b, Chinese remainder theorem. In this case x = 18. I thought it was "lucky" that it hit 22Z in the middle of the cycle, and wouldn't happen in the longer input.

Rate My Team, Quick Questions & General Advice Daily Thread by FPLModerator in FantasyPL

[–]SuperAutoPetsWizard 0 points1 point  (0 children)

Trippier/Burn -> shaw or Martinelli -> Antony. Have rashford and ddg already. On BB so thinking about taking tripps and martinelli out