Giter VIP home page Giter VIP logo

advent-of-code's Introduction

Advent of Code

Just a personal tracking of all code shenanigans for Advent of Code.

Session Setup

To use the automatic input fetching, you need to set up a file called SESSION in the main directory. Go to an Advent of Code puzzle site (like 2021, day 1) and login using whatever credentials you want. Then open the developer tools of your browser, go to the Network tab, go to the Headers tab, and then scroll down until you find a field called cookies. Copy and paste everything in session= and put it in the file. The file is ignored by Git for privacy.

Usage

Use this to download the data for the day and set up the solution file.

python load_sleigh.py <year> <day>

Write your answers in the first_star and second_star functions in the file created for the current date in solutions/. Then run

python jingle_jangle.py <year> <day>

The two answers should print to the terminal, which you can paste into the submission box.

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.