Ibosh Tonosh

WHEN MAKING BECOMES PASSION

Make

ATX To Lab Power Supply

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 More

Hot 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 More

Single 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 More
Code

Calcupiler – 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 More

Interval 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 More

The 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