Posts

Hi, in this post we are going to take a look at the foverlap function of the amazing data.table package. We start by running the …

Aloha, it turns out that a dumbo octupus can flash. This helps us navigating through the dark. More on …

Aloha, today we are going to fold up the manual, which allows us to use the thermal device. #manual mat <- as.matrix(read.csv(file = …

Aloha, seems like hydrothermal vents are a problem for our submarine on Day 5. Let us avoid them. string_vec <- readLines(con = …

Aloha, who heard of lanternfish before? Me neither. Part 1: initial_state <- readLines(con = "day_six_one") initial_state …

Aloha, crabs can build and drive submarines. They need fuel though. crab_pos <- readLines(con = "day_seven_one") crab_pos …

Aloha, seems like we are stuck in a lava cave. raw_data <- readLines(con = "day_nine") integer_split <- …

Aloha, the submarine is broken. At least our seven digit display. raw_data <- readLines(con = "day_eight_one") ## Warning …

Aloha, welcome to fourth day of Advent of Code 2021. Playing Bingo against a giant squid turned out to be more of struggle than I …

Aloha, welcome to the third day of Advent of Code 2021. Again, I am going to solve this puzzle using Base R. Please see …