Programming Leftovers
-
MaskRay ☛ Modified condition/decision coverage (MC/DC) and compiler implementations
A condition combination refers to a specific set of boolean values assigned to individual conditions within a boolean expression. Multiple condition coverage ensures that all possible condition combinations are tested. In the example above, with three conditions, there would be 2³ = 8 possible condition combinations.
-
Rlang ☛ How to Extract Month from Date in R (With Examples)
Greetings fellow R enthusiasts! Today, we’re diving into a fundamental task: extracting the month from a date in R. Whether you’re new to R or a seasoned pro, understanding how to manipulate dates is essential. We’ll explore two popular methods: using base R and the powerful lubridate package. So, let’s roll up our sleeves and get started!
-
Tor ☛ Code audit for the Tor Project completed by Radically Open Security
Between April 17, 2023, and August 13, 2023, Radically Open Security conducted a comprehensive code audit for the Tor Project, including reporting and optional retesting.
The code audit focused on several components of the Tor ecosystem: [...]
-
Python
-
Redowan Delowar ☛ Patching pydantic settings in pytest
It does two things that I love: it automatically reads the environment variables from the .env file and allows you to declaratively convert the string values to their desired types like integers, booleans, etc.
-
-
Java
-
Frank Delporte ☛ Links of the Presentation: What I Learned About OpenJDK As a Docs Writer
These are all the links of my presentation at the JChampions Conference, Monday January 29, 2024, 16:00 CET.In the summer of 2022, my life took an exciting turn when I joined Azul as a technical writer. Suddenly, I found myself surrounded by people who had been working on Java since the early start and even contributed to some of the core libraries. A whole new world opened for me! I learned more about the OpenJDK project’s internals than I ever imagined when I was using Java as a developer…
-