QR code generating with vanilla js (SVG Element, Data URI PNG String, HTML table element) https://github.com/englishextra/qrjs
A Pen by englishextra on CodePen.
If you ever need to download an entire Web site, perhaps for off-line viewing, wget can do the job—for example: | |
$ wget \ | |
--recursive \ | |
--no-clobber \ | |
--page-requisites \ | |
--html-extension \ | |
--convert-links \ | |
--restrict-file-names=windows \ | |
--domains website.org \ |
The following steps helps | |
1. Close your project, and in your project folder delete project/.idea/libraries and project/.idea/caches | |
2. Delete ~/.gradle folder. | |
3. restart it from File > Invalidate Caches/ Restart and click in the Just restart, no need to 'close' it. | |
If still it does not work then: | |
1. update the library version in gradle with any random number, and sync. | |
2. this will show error. |
If you want to check an APK statically, you could use | |
aapt dump badging /path/to/apk | grep -c application-debuggable |
QR code generating with vanilla js (SVG Element, Data URI PNG String, HTML table element) https://github.com/englishextra/qrjs
A Pen by englishextra on CodePen.
How to reset a branch to a commit: | |
git checkout <branch-name> | |
git reset --hard <commit-hash> | |
git push --force origin <branch-name> | |
Then to check it (it shouldn't print any diff) | |
git diff <branch-name>..origin/<branch-name> |
try restarting the wifi device, bluetooth device and laptop | |
Please comment if you had to use any other method to get this working 🙏 |