-
> To fix the communication system, you need to add a subroutine to the device that detects a start-of-packet marker in the datastream. In the protocol being used by the Elves, the start of a packet is…
-
# ToDo
- [x] Settle for a date and location: **Wednesday 2022-12-07, 19:15 CET** at C4 (default: first Wednesday each month)
- [ ] Send "Save the Date" info (with link to this ticket)
- [x] Basic…
-
**Where's the problem at?**
https://fasterthanli.me/series/advent-of-code-2022/part-5
**No, seriously, where is it?**
```rust
fn parse_number(i: &str) -> IResult {
map_res(take_while1(|c: char| c…
-
So I ran the action with:
```yml
name: Update README ⭐
on:
schedule:
- cron: "51 */4 * * *" # Every 4 hours
workflow_dispatch:
jobs:
update-readme:
runs-on: ubuntu-latest
…
-
**Describe the bug**
It fails to install tamer on python 3.10.8 using Poetry, it throws error:
```
(aoc2022) PS C:\Projects\advent_of_code_2022> poetry add unified-planning[pyperplan,tamer]
Using …
-
your o/p: 21800
Expected o/p : 21691
For I/P:
[[[1,[1,6,0,10,10],[],5,[]],[3,[5,8],2,[3,6,5,7],8],4,[0,[10]],8],[7,7],[[3,[9,5,10],[3],8,10],2,3,9],[[8,[3,1,4,9,5]]],[[[],0],10,10,3]]
[[],[[…
-
hello mr. H7KZ,
it has come to my attention that you have made an unauthorized use of my copyrighted work entitled "advent of code 2022, day 2, by m0uka" (the "Work").
as you neither asked f…
-
I found this while starting to fall into the pit of decemberly despair that is advent of code:
1.6.7:
```julia
julia> @benchmark partialsort!(data, 1:3; rev=true) setup=(data=rand(10_000)) eval…
-
https://adventofcode.com/2022/day/4
Example:
```
2-4,6-8
2-3,4-5
5-7,7-9
2-8,3-7
6-6,4-6
2-6,4-8
```
Diagram:
```
....567.. 5-7
......789 7-9
.2345678. 2-8
..34567.. 3-7
....…
-
https://adventofcode.com/2022/day/3
> The list of items for each rucksack is given as characters all on a single line. A given rucksack always has the same number of items in each of its two compar…