I moved all my input files to a private repo and used it as a submodule

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • aoc2022

    Advent of Code 2022 - my answers

  • Locally, I use a script to retrieve any new inputs.

  • git-crypt

    Transparent file encryption in git

  • Consider using git-crypt for transparent encryption instead.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • advent-of-code-jq

    Solving Advent of Code with jq

  • #!/usr/bin/env sh year="$1" day="$2" session_key=$($PYTHON -c 'import pycookiecheat; print(pycookiecheat.chrome_cookies("https://adventofcode.com")["session"])') curl -sSL -H "cookie: session=$session_key" https://adventofcode.com/$year/day/$day/input

  • bfg-repo-cleaner

    Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala

  • I used BFG to do the cleanup, it's a really quick & easy way: https://rtyley.github.io/bfg-repo-cleaner/

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

  • -🎄- 2022 Day 21 Solutions -🎄-

    124 projects | /r/adventofcode | 20 Dec 2022
  • -🎄- 2022 Day 14 Solutions -🎄-

    114 projects | /r/adventofcode | 13 Dec 2022
  • -🎄- 2022 Day 4 Solutions -🎄-

    230 projects | /r/adventofcode | 3 Dec 2022
  • -🎄- 2022 Day 3 Solutions -🎄-

    250 projects | /r/adventofcode | 2 Dec 2022
  • -🎄- 2022 Day 1 Solutions -🎄-

    260 projects | /r/adventofcode | 30 Nov 2022