What could I implement for this year's Advent in advance?

This page summarizes the projects mentioned and recommended in the original post on /r/adventofcode

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • adventofcode

    Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 and 2023 in Scala (by sim642)

    #!/bin/sh set -e output_path="$(printf 'day_%02d/input.txt' "${1:?gimme a day}")" year=2021 cookie='session=...' # set this from the login session [ -f "$output_path" ] && { echo already loaded exit } >&2 curl --fail -sS -b "$cookie" "https://adventofcode.com/$year/day/$1/input" -o "$output_path"

  • pytudes

    Python programs, usually short, of considerable difficulty, to perfect particular skills.

    Peter's Norvig repo contains solutions from last year, 'Day 0' from 2020 contains utils functions etc. https://github.com/norvig/pytudes/blob/main/ipynb/Advent-2020.ipynb

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts