-
Hows it going?
Others on the AOC leaderboard:
https://github.com/petebannister/aoc2020
https://github.com/richardgill/advent-of-code-2020
https://github.com/Hephaestuz/AdventOfCode2020
-
I tried this a code that did not implemented the Debug trait, and it failed correctly:
```
/data/Projects/adventofcode on master! ⌚ 12:09:49
$ cargo run --bin advent_of_code_06 -- --filename src/…
-
Además de organizar los problemas por año de advent of code, también podrían organizarse por lenguaje de programación:
/root
---/2020
------/javascript
----------/day1
------/smalltalk
-------…
-
I'm having no luck debugging (using VS Code and ) while running with cargo-aoc.
The debugger ignores my break-traps in dayN.rs
I'm a bit of a newbie. This should work, right?
Is there something in…
-
I'm using `SDL_RenderDrawLines`.
I cannot reproduce the issue myself, but one of users sees that message in browser console, and the lines are not drawn.
https://www.asokolov.org/advent-of-code/…
-
Hi,
I'm a prolog beginner and got some question about day 10b.
How was your thinking when coming up with this? And what makes this qualify for using tabling? (I know almost nothing about tabling bu…
-
### What it does
I was helping a friend learn Rust by going through Advent of Code 2020, and they needed to split a `&str` into a `Vec`. They found the `str::split` method, and wrote `string.split(""…
-
Hey, thanks for the nifty package! I'm a newer rustacean just getting my feet wet doing advent of code, and today's puzzle had a situation where I wanted to defer some processing until the scope exite…
-
Target new tab instead of pop-up windows for when opening proofreading menu,
pop up windows are now blocked by default in most browsers, and are seen a nuisance for users
`function newProofWin(w…
-
Clippy warns about a needless collect, but the suggested code does not compile.
I have something similar to this code (condensed):
```rust
let keys = map.keys().copied().collect::();
for k…