Aoc2023 watch online

play_arrow
42

00:00:58

Signal Hound debuts new Phase Coherent Receiver at #aoc2023

Signal Hound debuts new Phase Coherent Receiver at #aoc2023

Military Embedded Systems

Justin Crooks with Signal Hound discusses in this video the company's new PCR4200 Phase Coherent Receiver at #aoc2023.

play_arrow
23
1

00:17:51

Day 4: Scratchcards [AOC2023 Python]

Day 4: Scratchcards [AOC2023 Python]

0xdf

For Advent of Code 2023 Day4, I get a series of lines, each of which represents a scratchcard. Each card has a series of winning ...

play_arrow
13

00:12:37

Day 11: Cosmic Expansion [AOC2023 Python]

Day 11: Cosmic Expansion [AOC2023 Python]

0xdf

For Advent of Code 2023 Day 11, I get a map of galaxies in space. I need to get the manhattan distance between each pair and ...

play_arrow
13

00:26:58

Day 7: Camel Cards [AOC2023 Python]

Day 7: Camel Cards [AOC2023 Python]

0xdf

For Advent of Code 2023 Day7, I'm given a series of poker hands that I need to rank. The rules are a simplified version of poker.

play_arrow
30
1

00:16:33

Day 12: Hot Springs [AOC2023 Python]

Day 12: Hot Springs [AOC2023 Python]

0xdf

For Advent of Code 2023 Day 12, each line of input has a mapping of springs using "#" for a spring and "." for space. There's also " ...

play_arrow
16
1

00:17:35

Day 18: Lavaduct Lagoon [AOC2023 Python]

Day 18: Lavaduct Lagoon [AOC2023 Python]

0xdf

For Advent of Code 2023 Day 18, I get a series of instructions for moving around a grid digging out a polygon trench. In each part ...

play_arrow
26
1

00:04:01

Configuring VSCode to Debug Python [AOC2023 Python]

Configuring VSCode to Debug Python [AOC2023 Python]

0xdf

In support of my Advent of Code 2023 series, this video will show how to create a profile so that I can run a Python script with an ...

play_arrow
25
1

00:24:48

Day 10: Pipe Maze [AOC2023 Python]

Day 10: Pipe Maze [AOC2023 Python]

0xdf

For Advent of Code 2023 Day 10, I get a map of pipes that includes a loop and a bunch of random pipes not a part of the loop.

play_arrow
18
1

00:30:02

Day 19: Aplenty [AOC2023 Python]

Day 19: Aplenty [AOC2023 Python]

0xdf

For Advent of Code 2023 Day 19, I get a series of rules that apply to parts based on various features of the part. The rules show ...

play_arrow
25

00:07:13

Day 25: Snowverload [AOC2023 Python]

Day 25: Snowverload [AOC2023 Python]

0xdf

For Advent of Code 2023 Day 25, I get a bunch of nodes and wires connecting them. I'll read them into a Graph with the Python ...

play_arrow
10

00:21:11

Day 16: The Floor Will Be Laba [AOC2023 Python]

Day 16: The Floor Will Be Laba [AOC2023 Python]

0xdf

For Advent of Code 2023 Day 16, I get a grid representing open space with mirrors in it. A beam enters the grid and bounces off of ...

play_arrow
11

00:16:10

Day 15: Lens Library [AOC2023 Python]

Day 15: Lens Library [AOC2023 Python]

0xdf

For Advent of Code 2023 Day 15, I'm first asked to implement a custom (and bad) hashing algorithm that reduces any string to a ...

play_arrow
40
2

00:29:54

Day 5: If You Give A Seed A Fertilizer [AOC2023 Python]

Day 5: If You Give A Seed A Fertilizer [AOC2023 Python]

0xdf

For Advent of Code 2023 Day5, I get a few seed values and many maps from one medium to the next. In part one, I take each ...

play_arrow
32
1

00:31:32

Day 21: Step Counter [AOC2023 Python]

Day 21: Step Counter [AOC2023 Python]

0xdf

For Advent of Code 2023 Day 21, I'm given a grid of spaces and rocks, and asked to find how many spaces an elf could stop in ...

play_arrow
16

00:35:03

Day 14: Parabolic Reflector Dish [AOC2023 Python]

Day 14: Parabolic Reflector Dish [AOC2023 Python]

0xdf

For Advent of Code 2023 Day 14, I'm given a grid with rocks that roll around as I tilt the grid in different directions. The rocks roll to ...

play_arrow
23

00:23:50

Day 23: Long Walk [AOC2023 Python]

Day 23: Long Walk [AOC2023 Python]

0xdf

For Advent of Code 2023 Day 23, I get a grid with paths through a forest. I'm asked to find the longest path possible. I'll reduce the ...

play_arrow
16
1

00:07:45

Day 9: Mirage Maintenance [AOC2023 Python]

Day 9: Mirage Maintenance [AOC2023 Python]

0xdf

For Advent of Code 2023 Day 9, I get a bunch of lines, each with a pattern of numbers. For each line, I need to find the next ...

play_arrow
19

00:01:30

Signal Hound Calibrated Streaming I/O Demo at #aoc2023

Signal Hound Calibrated Streaming I/O Demo at #aoc2023

Military Embedded Systems

Justin Crooks with Signal Hound features 3 new products in this video demo: a real-time spectrum analyzer, a 4-port RF switch, ...

play_arrow
1K
4

00:15:39

Day 1: Trebuchet?! [AOC2023 Python]

Day 1: Trebuchet?! [AOC2023 Python]

0xdf

For Advent of Code 2023 Day1, I need to find numbers in lines of text. It gets tricky in part two where I need to find digits and ...

play_arrow
11

00:00:24

AOC Tradesman Mate & Fireman Best book 2023 #aoc2023 #aoc

AOC Tradesman Mate & Fireman Best book 2023 #aoc2023 #aoc

SHADES OF SSC

Army Ordinance Corps Fireman & Tradesman Best Book 2023 AOC written exam best book AOC best book AOC admit card AOC ...

play_arrow

00:08:21

AOC2023 Day 13 (in Rust) solution walkthrough

AOC2023 Day 13 (in Rust) solution walkthrough

Elliot Builds Things

A look at the thirteenth day of the 2023 advent of code. These videos focus more on my thinking than on anything Rust specific.

play_arrow
17
1

00:21:17

Day 8: Haunted Wasteland [AOC2023 Python]

Day 8: Haunted Wasteland [AOC2023 Python]

0xdf

For Advent of Code 2023 Day 8, I get a series of left/right instructions, and a series of nodes and what comes to the left and right of ...

play_arrow

00:13:41

AOC2023 Day 12 (in Rust) solution walkthrough

AOC2023 Day 12 (in Rust) solution walkthrough

Elliot Builds Things

A look at the twelfth day of the 2023 advent of code. These videos focus more on my thinking than on anything Rust specific.

play_arrow
43
2

00:10:57

Day 2: Cube Conundrum [AOC2023 Python]

Day 2: Cube Conundrum [AOC2023 Python]

0xdf

For Advent of Code 2023 Day2, each line of text represents a game. Each game is a series of observations of colored cubes being ...

play_arrow
1

00:20:20

AOC2023 Day 5 (in Rust) solution walkthrough

AOC2023 Day 5 (in Rust) solution walkthrough

Elliot Builds Things

A look at the fifth day of the 2023 advent of code. These videos focus more on my thinking than on anything Rust specific. Follow ...

play_arrow
4

00:05:58

AOC2023 Day 9 (in Rust) solution walkthrough

AOC2023 Day 9 (in Rust) solution walkthrough

Elliot Builds Things

A look at the ninth day of the 2023 advent of code. These videos focus more on my thinking than on anything Rust specific. Follow ...

play_arrow
4

00:08:49

AOC2023 Day 11 (in Rust) solution walkthrough

AOC2023 Day 11 (in Rust) solution walkthrough

Elliot Builds Things

A look at the eleventh day of the 2023 advent of code. These videos focus more on my thinking than on anything Rust specific.

play_arrow

00:11:00

AOC2023 Day 7 (in Rust) solution walkthrough

AOC2023 Day 7 (in Rust) solution walkthrough

Elliot Builds Things

A look at the seventh day of the 2023 advent of code. These videos focus more on my thinking than on anything Rust specific.

play_arrow
20

00:08:48

AOC2023 Day 14 (in Rust) solution walkthrough

AOC2023 Day 14 (in Rust) solution walkthrough

Elliot Builds Things

A look at the fourteenth day of the 2023 advent of code. These videos focus more on my thinking than on anything Rust specific.

play_arrow
1

00:01:31

AoC 2023 day 22

AoC 2023 day 22

Amarthdae

Live data is now ok to display. Scene labels killed performance before.

play_arrow
5

02:18:11

[AoC2023] Day 3

[AoC2023] Day 3

Rhymu's Videos

This is me solving Advent of Code 2023 day 3 using the Rust programming language. -- Watch live at https://www.twitch.tv/rhymu.

play_arrow
1

00:10:19

AOC2023 Day 6 (in Rust) solution walkthrough

AOC2023 Day 6 (in Rust) solution walkthrough

Elliot Builds Things

A look at the sixth day of the 2023 advent of code. These videos focus more on my thinking than on anything Rust specific. Follow ...

play_arrow
4

00:10:47

AOC2023 Day 16 (in Rust) solution walkthrough

AOC2023 Day 16 (in Rust) solution walkthrough

Elliot Builds Things

A look at the sixteenth day of the 2023 advent of code. These videos focus more on my thinking than on anything Rust specific.

play_arrow
2

00:16:28

AOC2023 Day 4 (in Rust) solution walkthrough

AOC2023 Day 4 (in Rust) solution walkthrough

Elliot Builds Things

A look at the fourth day of the 2023 advent of code. In this one we see the first example of using dynamic programming in this ...


According to your search query Aoc2023, we found a popular video on this topic. After watching the video we recommend you to watch online Signal Hound debuts new Phase Coherent Receiver at #aoc2023 free and in good quality, which was uploaded by the user Military Embedded Systems 12 December 2023 with a duration of 58 second, he has views and 2 likes.