Lets assume we have a sorted array like : What is the maximum difference for two elements in this array such that larger member should appear after smaller one ? If it is sorted, we can simply say that maximum difference is between last element and first element. Simply 9-1 … Read more
Read MoreWhat is Singleton Pattern in C++ ?
Understand loss function with Gradient Descent method using simple Python script
Qt 5 development for Raspberry pi
If You want to build Qt5 development environmet for raspberry pi then you are in the right place. In this short tutorial you can build your Qt5 for raspberry pi. I used ubuntu-18.04-desktop-amd64 and rasp image is 2018-06-27-raspbian-stretch. For old images something can be different. If you have any trouble, … Read more
Read MoreESP8266 AJAX – WebSocket Dynamic Communication
Arduino Modbus Example
Beaglebone Black communicate with Arduino via SPI
Beaglebone is getting very popular day by day. With this cheap single board computer you can create suchamazing things. Probably this things need communicate other things to progress something. In the videoI just simply show the required diagrams and connections. You will learn how to communicate BBB and Arduino via … Read more
Read More