Git Product home page Git Product logo

advent's Introduction

Advent of Code

This repository contains my solutions in several languages to Advent Of Code.

2015 2016 2017 2018 2019 2020 2021 2022 2023

Total

Getting an access token

wimglenn/advent-of-code-wim#1

But basically, open the inspector, goto network and look for the Cookie.

This should be put into a local file .token.

Utilities

There is scripts/fetch.clj which will try to automatically fetch the current input, as which you can invoke as a babashka task:

bb fetch

Since it won't ask for the input either too early or if it has already been grabbed you can use

watch bb fetch

To automatically grab the input while you're reading the problem.

There is also a task to update the badges scripts/badges.clj for the readme with:

bb badges

which was forked from genmeblog.

Inputs

Eric has requested that people don't check-in their inputs into source control, at the same time I really want to have the inputs in there so that I can continue to have a working repository. The compromise I've settled on is to create a password protected zip of the input files, that way they are in the repository but they aren't easily scrapable by outsiders.

For this I've created scripts/zip, scripts/unzip and scripts/clean to aid with the prepations.

advent's People

Contributors

alexalemi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.