Advent of Code 2018 – Day 1
Going though the process of solving the advent of code challenges for this year.
In this tutorial, I go through how to create a video in java. Using the framework Xuggle we can create a video file containing a stream of images. But you can use any BufferedImage to create these frames, so this library is super flexible and even support audio.
The next release of OpenJDK is number 15. I will title this release unsafe garbage as it focuses on garbage collection and removing usages of unsafe methods. We also look at string blocks and records.
We will discuss how to contribute and be a good citizen of a open source community. We talk about guidelines and licenses. We also look into code style and pull requests.
I’m trying to solve all the Advent of Code puzzles in this video series.
I was participating in a webinar with Zeev explaining the new implementation of PHP 7 and the improvements in memory management giving better performance. He pointed us to some blog posts, by Nikita Popov (@nikita_ppv), explaining improvements to the underlying structure of values, arrays, objects a.s.o. In this blog post I want to summaries some…
We look into a Travis CI configuration file in order to test Android projects.