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:
XML Sample – url underline-ish using drawable
Here is simple snippet for making imitation of underline for textview. To use it – just set it as a textview’s background. Preview:
Andronix – connect to VNC from PC
To make it possible you have to first kill the running instance of VNC server and then start it again with additional argument. Here are…