Code Monkey home page Code Monkey logo

adventofcode-csharp-notebooks's People

Contributors

johnpage-agixis avatar jpeg729 avatar

Watchers

 avatar

adventofcode-csharp-notebooks's Issues

Avoid resubmitting the same wrong answer again

Each time you submit an answer there is a cooldown period in which you can't submit again.
So if your code passes the example, but produces the wrong answer on the full input, you can very easily refactor a bit and re-run it to check it still works. But that counts as a new submit and you won't be able to submit again for a few seconds or minutes.

TODO

  • Check for the cooldown message when submitting
  • Remember previous submissions where the response was "That's not the right answer"
  • Avoid re-submitting a previous submission that was wrong.

Notes...

Cooldown answer response

<article><p>You gave an answer too recently; you have to wait after submitting an answer before trying again.  You have 1m 20s left to wait. <a href="/2023/day/7">[Return to Day 7]</a></p></article>

Wrong answer response

<article><p>That's not the right answer. If you're stuck, make sure you're using the full input data; there are also some general tips on the <a href="/2023/about">about page</a>, or you can ask for hints on the <a href="https://www.reddit.com/r/adventofcode/" target="_blank">subreddit</a>. Because you have guessed incorrectly 7 times on this puzzle, please wait 10 minutes before trying again. <a href="/2023/day/7">[Return to Day 7]</a></p></article>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.