A tiny, formatter-friendly Java DSL for creating ZIP files. - GitHub - helpermethod/zip-forge: A tiny, formatter-friendly Java DSL for creating ZIP files. (more…)
Read more »
If you already had to manage some degree of randomness on Java, chances are you got acquainted with the Math.random() methods. (more…)
Read more »
In this series I will explain what control flow is, how it is represented for program analysis, and the various nuances for practical implementations that target Java bytecode.
Basics Control flow is a term used to describe the order in which the statemen... (more…)
Read more »
Problem Statement Even the most basic problems become interesting when you dig deep enough. Today, I would like to do a deep dive into measuring time in Java. We will start with the very basics of the Java API and gradually move lower in our stack: throug... (more…)
Read more »
(Not having access to the JDK source I am having to guess causes from... (more…)
Read more »