A custom-made power distribution board (PDB) to utilize the different outputs of an ATX power supply As a precaution: I must remind you that i a am not a professional electronics engineer. All my make projects start with curiosity and ends with excitment whether the result was successful or not....
Read MoreHot Wire Cutter
A mobile hot wire cutter to make small figures out of foamed material cut the foam edges or any other foamy things you can imagine. This one as in many of my other projects is a very customized build that is hard to imitate. The 3D printed part I designed...
Read MoreSingle Board NAS
Preamble In this post i will show you how you can build up a Network Attached Storage (NAS) based on a single board computer such as a Raspberry Pi. You can use this description as a general example to build your own NAS. I rather recommend you not trying to...
Read MoreJenkins CI: Running python scripts on a remote Windows nodes (machines)
In this post, I will show you how you can run python scripts with Jenkins on remote Windows machines/nodes with Jenkins. To continue with this tutorial, running Jenkins is required. But whether you run Jenkins on a Windows or Linux server doesn’t matter. The good thing about python scripts is...
Read MoreCalcupiler – The Compile Time Calculator
This post discusses my project about a C++ compile-time math library. Chapter 0 Introduction Programming a calculator When you think about it, programming a calculator while learning a programming language is something so classic.Such a thing was one of my exercises back in my days at school. By default, we...
Read MoreInterval Tree
Save intervals inside a binary tree and use it later for overlapping checks. This data structure is kept to a minimum. Because once the concept is understood, any further extensions will be quite easy. Provided functions will be: Adding an interval and checking for overlaps. To have a better understanding...
Read MoreThe matrix spiral
An algorithm that follows a spiral pattern to pass through each cell object in a two-dimensional matrix starting from the center cell. Imagine the following problem. You programmed a two-dimensional field that will be divided into sectors or cells. Now you want a pointer that starts from the center cell...
Read More