[2021 Day 1(Part 1)][C#] retrieve Data via HTTP Request

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
  • adventofcode

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

  • var session = "sessionCookieValueHere"; var httpClient = new HttpClient(); var year = 2021; var day = 3; var url = $"https://adventofcode.com/{year}/day/{day}/input"; httpClient.DefaultRequestHeaders.Add("Cookie", $"session={session}"); var response = await httpClient.GetAsync(url); if (response.IsSuccessStatusCode) { var input = await response.Content.ReadAsStringAsync(); }

  • Misc

  • GitHub link

  • 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
  • Tidy.AdventOfCode

    A free, simple runner and framework for creating and posting your solutions for the awesome Advent of Code yearly riddle-fest in (the also awesome) .NET!

  • There’s a nuget package to help you out: https://github.com/yugabe/Tidy.AdventOfCode

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

  • Advent of Code (in MiniScript), Day 18

    1 project | dev.to | 18 Dec 2022
  • Late bloomers (that started life closer to 30), how are things going for you?

    1 project | /r/AskMenOver30 | 17 Dec 2022
  • The Empty List

    2 projects | news.ycombinator.com | 17 Dec 2022
  • Coding/programming is absolutely fantastic

    1 project | /r/autism | 17 Dec 2022
  • Advent of Code (in MiniScript), Day 17

    2 projects | dev.to | 17 Dec 2022