An “algorithm” can be broadly defined as “a fixed process for solving a problem”, and could be called a nugget of wisdom supporting various aspects of our lives. On this app, we explain algorithms at the core of math and …
Tag: Programming

Fast way to transfer PC to PC
Hi guys, today I’m just giving you guys some suggestion on fastest ways to transfer FILES from one PC to another PC… Method 1 : Ethernet Connection For those who don’t know it, please do know and this is one …

Know your Client’s public IP address
Hello everyone, This week I’ll show you guys, how to know your client’s public IP address with just a javascript program… Step 1 : Go to https://www.ipify.org/ Step 2 : Write the javascript program in your HTML Step 3 : Run …

#144 Daily dose : 5 tips to become a better programmer
This is purely my understanding & observation… There may be lot of other things happening besides what i’ve mentioned, if you feel like editing or updating the document… Pls, feel free to download and do your update… 5 tips to …
Read More "#144 Daily dose : 5 tips to become a better programmer"

Git commit your Android Studio Projects
Hi there everyone, This week I’ll tell you guys how to git commit your android studio projects… So, that you can work from your home or outstation anywhere possible with the same source code Step 1 : Create a account …

APK decompiler – Single click method
Hi everyone, This week we are going to see, how to decompile .apk file to it’s source .java files and edit the source code of it !!! Step 1 : First extract the .apk file from your phone to your …

#88 Daily dose : APK Viewer
MyApk will extract apk (including system apk) and save file for backup to SD card (microSD card or secondary SD card, external storage, etc). This useful APK tool helps you easily share apk to your friends via Bluetooth, email or social …

Apache Cordova – One app to run in Android, IOS, Windows, etc..,
Hello everyone, This week we are going to learn to create APP for 8 mobile platforms like Android, IOS, Windows, etc.., with just one code Yeah, Just code it once & deploy it anywhere… and the best part is, it’s …
Read More "Apache Cordova – One app to run in Android, IOS, Windows, etc..,"
#103 Daily dose : JAVA code obfuscation
Encryption of JAVA program is technically called as obfuscation. In software development, obfuscation is the deliberate act of creating obfuscated code, i.e. source or machine code that is difficult for humans to understand. So, to protect your source code… just obfuscate your …
Read More "#103 Daily dose : JAVA code obfuscation"