-
Should the organizers of AoC be kind enough again to run another year of Advent of Code, then I will aim to run another survey in 2023.
Many folks messaged me in the past they were sad they missed …
-
FILE: README.md
CONTEXT: "...a programming puzzles contest is published every day for twenty-four days."
SUGGESTED CHANGE: Advent of Code is 25 days long, may want to replace twenty-four with twenty…
-
Hey, I just installed "Format on Save" and made my script wrongly formatted to see if the plugin works. Then I saved the script, but no change happened.
## Context
So, to give you more context:
…
-
Most of the recent crater runs I looked at have a ton of crates that "regressed", but there's no build failure to be seen in the logfile. For instance, in https://crater-reports.s3.amazonaws.com/pr-12…
-
per title
-
https://adventofcode.com/2023/day/1
sakex updated
11 months ago
-
## 🚀 Feature request
Support `replacer` in the `replace` function of `String` module.
### Current Behavior
```ts
import * as S from 'fp-ts/lib/String'
import { pipe } from 'fp-ts/lib/function'
…
-
Hello, I'm doing AOC (42 student)
I like to see how other people solve it. Your solution seamed very clean but I have one question:
Why did you decide to use a set? (A set will exclude elements whic…
-
https://adventofcode.com/2023/day/4
Puzzle input: https://adventofcode.com/2023/day/4/input
> It looks like each card has two lists of numbers separated by a vertical bar (|): a list of winning …
-
This came up as part of Advent of Code 2023, Day 18.
Given this polygon:
```
[[461938, 1], [461938, -56406], [818609, -56406], [818609, -919646],
[1186329, -919646], [1186329, -1186328], [60906…