Liens
Liens en vrac issus de mon Shaarli pour les conserver dans mon blogue et les retrouver facilement.
See everything happening in your running Django app. All without leaving VSCode
Organise large projetc
Je me note ici la méthode pour extraire des apk d’un téléphone via adb quand ce n’est pas possible à partir du téléphone lui-même.
Lister les packages installés: adb shell pm list packages > packages.txt
Localiser le package d’une application installée: adb shell pm path com.factory.mmigroup package:/system/app/MMIGroup/MMIGroup.apk
Puis extraire l’apk en question du téléphone: adb pull /system/app/MMIGroup/MMIGroup.apk MMIGroup.apk
NON TESTÉ: Désactiver une appli: adb shell pm disable-user –user 0 <nomDuPackage>
Réactiver un package: adb shell pm enable <nomDuPackage>
I use these utilities every day to make my Python code presentable. They’re free and easy to use.
A lightweight WYSIWYG editor
Truncating a single line of text if is fairly straightforward. Truncating multiple lines is a bit harder. Using just CSS (no JavaScript or server-side
Tornis is a minimal JavaScript library that helps you watch and respond to changes in your browser’s viewport
An alternative front-end to YouTube
While mobile-first approach becomes a standard and uncertain network conditions are something we should always take into consideration it’s harder and harder to keep your application loading fast. In this series, I’ll dig deep into Vue performance optimization techniques that we are using in Vue Storefront and that you can use in your Vue.js applications …
Handpicked free fonts for graphic designers with commercial-use licenses.
Synchroniser deux bdd mysql ou mariadb