[2022 All Days]

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

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
  • advent-of-code

    For sharing my adventofcode.com solutions (by kbielefe)

    Here's mine. Most of it I wrote in prior years, but refined this year. To account for problem-specific details, the functions are very generic and higher-order. It has a handful of well-known algorithms like A* and Floyd-Warshall, some handy data structures like circular buffers and intervals, and some type classes that are useful for parsing puzzle input.

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • AdventOfCode

    My solutions for all years of Advent of Code in Python 3 and Rust (by benediktwerner)

  • advent-of-code

    Python solutions for Advent of Code (by bernikr)

    Mine is here: https://github.com/bernikr/advent-of-code/blob/master/utils/aoc_utils.py

  • grapher

    Grapher is a Python class that generates a 2D graph object for displaying (x, y) data as text. (by dillweed)

    I made a Grapher class for this purpose. It generates an ascii 2d block of specified width and height with optional (x,y) offsets from the edge. https://github.com/dillweed/grapher

  • Play2022

    Neil Banman's Advent of Code submissions.

    Here you go.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
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

  • How to improve your coding skills (without spending a lot of time)

    1 project | dev.to | 13 Sep 2024
  • So I tried Rust for the first time.

    1 project | dev.to | 4 Jun 2024
  • Ask HN: How do I get better at programming as a hobbyist?

    1 project | news.ycombinator.com | 23 Apr 2024
  • What Happens After Agile Dies?

    1 project | dev.to | 11 Apr 2024
  • When was the last time you used this? - Part 2: Algorithms

    1 project | dev.to | 28 Mar 2024

Did you konow that Python is
the 1st most popular programming language
based on number of metions?