Reverse Engineering – The art of understanding
We will reverse engineer some code to figure out how it works and talk about different techniques to understand code.
In this video, we look into installing the Horizon dashboard and the Cinder volume storage. The volume storage will utilize Ceph as a backend, so we take a couple of extra steps for that to work.
We talk about mount points to mount and then we enter our new system for the first time.
We write a simple example in java to run a validation using Schematron. The framework Schematron is a way to do easy validation of XML documents and create output that is easily readable by someone working with these documents.
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.
In this video, we look through the docker basics. Working with docker is not that hard, but a couple of commands are considered basics. Then, we look at fetching base images, running commands, and setting environment variables.
Welcome to our enlightening video on Font Type 1! Join us as we delve into the intricacies of constructing and writing font files with characters. In this tutorial, we explore the Font Type 1 specification, decode its components, and develop code to encode various parts. Discover how to write character strings, handle EExec private data,…