“Kotlin is compatible with Java and can be used to create applications for the Android platform.” “Kotlin is safer and more flexible than Java, thanks…
Batch rename all files in a folder to lower case
Here is the snippet ready to use in terminal:
Google Play Billing Reports – modify csv to display only specific columns
To avoid having to do manual modifications to the csv file, we can use a script ready for this. To use it – first we…
Regexp – how to add element to words listed in the column
Here is an sample hot to add element to all words listed in the column. Solution is provided in the picture.
Uninstaller for Adobe Acrobat Reader DC for MAC
Just delete the file from this site and follow the instructions: https://www.adobe.com/devnet-docs/acrobatetk/tools/Labs/cleaner.html The file is called AcroCleaner.
XAMPP + xDebug + PhpStorm (notes + snippets) for MAC (2021, December)
NOTE: XAMPP is going to use PHP version 8 in this “tutorial”. Install xampp. If you don’t have brew then you will have to install…
PHP – convert parameter to boolean
In short, here is the snippet converting parameter from POST/GET to boolean:
Dalvik – snippet – force rotation to landscape
Here is a small snippet to use if you want to force screen to be displayed in landscape mode. Place it before onCreate call. Don’t…
Code Warrior snippets – found in trainings and courses
Validating the password: Safe storing and restoring credentials: