Advent of Code 2020 – Day 5
We solve todays challange at the advent of code 2020. Come join and have some fun.
We solve the day 16 challenges for the Advent of Code.
Follow along as I install my new RaspberryPIs into a new PI Rack. The hardware was gracefully provided by Textalk.
In this video, we look into the Ultralytics Yolo framework. It enables you to run a pre-trained Yolo algorithm and retrain it for your particular use case. Using this model, you could easily create a new model to detect your favorite things in an image and create location boxes over the objects.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
We will compare java build tools. By comparing Ant vs Maven and Maven vs Gradle we will figure out if Gradle or Maven will be the best tool to use. Ant is the old build tool that is not used much but is still good to know about.
We go through the latest features of Java and what to expect in marsh.