Android debugging usually involves connecting your phone to your development machine and debugging via the IDE or Chrome Dev tools. This is a great solution however it requires that you be physically tethered to the device via USB cable. We all know the issues involved with this, bad USB cable, connection disconnection etc. The good…
Read moreMagic squares
Problem Derive a 3×3 grid with random arrangements of number from 1 to 9 inclusive, where the sum of the diagonal, vertical and horizontal numbers are equal. A | B | C D | E | F G | H | I A+B+C = D+E+F = G+H+I = A+E+I = C+E+G Most people may not…
Read moreWindows Bluetooth Locker
Every had that need to lock your computer whenever you have to talk away from it. Maybe it’s a policy where you work or maybe just for security. This can come in VERY handy when you’re at an airport for example. well i set forth to solve that problem one day when I got fed-up…
Read more