How to build OpenJDK from source
We look into how to download and build OpenJDK 13 from source. We talk about dependencies and commands for Linux and Windows.
We look into how to use Java to create an image classification model using TFRecords and train it with python. Then we will read that model in TensorflowJS in order to predict images.
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 talk about how to create a simple web server using only native java code, no libraries and the simple interface used for these actions.
We will read an old USENet post about a real programmer.
We go through how to create a twitch overlay in javascript so we can play a game and show updates in the overlay if the javascript code detects new followers. We also integrate it with a real-time clock counting down for stream end.
I’m trying to solve all the Advent of Code puzzles in this video series.