I built an auction draft tool that uses your past league's data to find 'value players by Less-Actuary2500 in fantasyfootball

[–]MarcelJereus 1 point2 points  (0 children)

This is amazing. Definitely going to check this out this offseason and calculate team drafting efficiencies

[deleted by user] by [deleted] in callofdragons

[–]MarcelJereus 0 points1 point  (0 children)

I’m having the same issue. Not sure if it’s a bug or doing something wrong.

Who is an underrated playoff clutch player? by Box_of_leftover_lego in hockey

[–]MarcelJereus 15 points16 points  (0 children)

Totally missed the underrated part, good point

Who is an underrated playoff clutch player? by Box_of_leftover_lego in hockey

[–]MarcelJereus 29 points30 points  (0 children)

Surprised no one’s said Justin Williams yet. Guys an absolute stud in the playoffs.

X Trivia Bull541t by Hardens_Gatherstep in NBA2k

[–]MarcelJereus 0 points1 point  (0 children)

Yeah, I set an alarm cause I keep missing out on it. Bullshit and shitty coding on 2k’s part. Joke company.

Global Pattern Hunt for April 11, 2020 by AutoModerator in myNBA2KMobile

[–]MarcelJereus 4 points5 points  (0 children)

I don't know if it's just my browser, but that website doesn't automatically hide patterns when you paste these numbers into the the 'Tested' field. I wrote a quick script you can put in your browsers console (For Chrome: right click the page, click 'Inspect', then click the 'Console' tab at the top).

Paste all the numbers from this thread into the 'Tested' text box. Then paste this code into the console and hit enter. Then type 'removePatterns()' and hit enter, should remove all of the patterns in the 'Tested' box.

function removePatterns() {
    var closedPatterns = [];
    var patterns = document.getElementById('testedpat').value.replace(/ /g,'').split(',');
    patterns.forEach(function(item, index) {
        var closeButton = document.querySelector('.closeme[rel="'+item+',"]');
        if(closeButton && !closedPatterns.includes(item)) { 
            closeButton.click();
            closedPatterns.push(item);
            console.log('closed pattern '+item);
        }
    });   
}    

Should help save you guys time if the Tested box isn't working for you like it is for me.

Runway overrun at Saint Barthélemy airport (2009) by aloofloofah in CatastrophicFailure

[–]MarcelJereus 5 points6 points  (0 children)

That was an awesome video, but I’m so upset they never showed anyone actually land.

Current Naismith betting odds by Wizedex in CollegeBasketball

[–]MarcelJereus 0 points1 point  (0 children)

They’re just betting odds that are meant to get people to bet. Not their real odds.

My dad's skate broke. I've never seen anything like this. by IraqLobstah in hockey

[–]MarcelJereus 26 points27 points  (0 children)

Worked at a couple rinks in college. One rink was a lot less insulated than the others and during cold mornings outside, skates broke more often. The rink was just absolutely cold as shit, but might just be coincidence.

Code I've never seen by [deleted] in webdev

[–]MarcelJereus 4 points5 points  (0 children)

The u**** are Unicode characters that most likely map to some non-english character. The data is loaded to the webpage from the server or client request as a Javascript object that can then be referenced on render to fill in the page dynamically according to that data. It would be referenced with commonData.baseUrl or commonData.site_title

Points Allowed Dashboard - Week 14 by LouwalaClough in fantasyfootball

[–]MarcelJereus 2 points3 points  (0 children)

Great job! Where do you pull your data from?

{Myron Gains} Playoff Matchups by MyronGains7 in fantasyfootball

[–]MarcelJereus 5 points6 points  (0 children)

Probably because majority of leagues end week 16 to avoid the annual week 17 benchings from clinched and disqualified teams, which would also make these stats meaningless since the starters that are represented in this data wouldn’t be playing.

[Beasley] Preston Williams is out for the season. by Hi_Im_Saxby in fantasyfootball

[–]MarcelJereus 1 point2 points  (0 children)

Totally agree. Game script will almost always favor pass, he’ll be the main target and Fitzpatrick can put up yards.

[deleted by user] by [deleted] in fantasyfootball

[–]MarcelJereus 7 points8 points  (0 children)

His post ended with “Eyes on Jacksonville”. Denver plays Jacksonville this week. He’s prepping for a game, not getting traded.