VaccinTracker Covid19 : nombre de français vaccinés - CovidTracker
https://covidtracker.fr/vaccintracker/
Suivi de la vaccination pour le COVID19.
#actualitĂ© #sociĂ©tĂ© â https://links.kalvn.net/?POXADg
GitHub - WerWolv/ImHex: A Hex Editor for Reverse Engineers, Programmers and people that value their eye sight when working at 3 AM.
https://github.com/WerWolv/ImHex?source=korben.info
Un éditeur hexadécimal si vous voulez vous amuser à éditer des binaires :)
#hexa #binaire #editeur â https://links.kalvn.net/?Zv0xJA
Mixkit - Awesome free assets for your next video project
https://mixkit.co/
Des ressources vidéo gratuites pour "illustrer" vos vidéos.
Via https://korben.info/mixkit-videos-templates-libre-de-droits.html
#video #resource â https://links.kalvn.net/?8wOfbg
Comment formater ou effacer correctement un SSD â Korben
https://korben.info/formater-effacer-ssd.html
SDelete â Rendre irrĂ©cupĂ©rables des fichiers sous Windows â Korben
https://korben.info/sdelete-rendre-irrecuperables-des-fichiers-sous-windows.html
#efface #supprime #windows #app â https://links.kalvn.net/?R-T0cQ
Psalm - a static analysis tool for PHP
https://psalm.dev/
Un outil d'analyse de code statique pour PHP (comment ça je ne fais que répéter le titre ?). C'est conçu par les équipes de Vimeo.
#php #analyse #code â https://links.kalvn.net/?V4tRLw
Creating a full bleed CSS utility - Piccalilli
https://piccalil.li/tutorial/creating-a-full-bleed-css-utility/
Afficher un bloc sur toute la largeur de votre site alors qu'il est contenu dans un bloc qui a une largeur limitée.
Astuce, utiliser les unités relatives au viewport :
```css
.full-bleed {
width: 100vw;
margin-left: calc(50% - 50vw);
}
```
#css #astuce â https://links.kalvn.net/?ygjcpw
firefox [Wiki de sebsauvage.net]
https://sebsauvage.net/wiki/doku.php?id=firefox
Tweaks Firefox.
#firefox #astuce â https://links.kalvn.net/?9hojJg
The Modern JavaScript Tutorial
https://javascript.info/
Photos de nuit : comment bien les réussir au smartphone ?
https://www.frandroid.com/comment-faire/tutoriaux/802711_photos-de-nuit-comment-bien-les-reussir-au-smartphone
#photographie #smartphone #tuto â https://links.kalvn.net/?n1_usw
@Yahiko D'ac je vais m'y essayer đ
@Yahiko Oui en gĂ©nĂ©ral quand on veut supporter les trois OS principaux sans se prendre la tĂȘte c'est l'option la plus confortable.
Merci pour le retour ! Tu utilisais quoi avant ? De mon cÎté j'utilise toujours Sublime Text. Forcément c'est moins adapté mais j'ai du mal à faire évoluer ma façon de bosser pour utiliser un outil externe uniquement pour le Markdown.
Typora â a markdown editor, markdown reader.
https://typora.io/
Encore un client Markdown (en Electron, comme d'hab) pour Windows, MacOS et Linux.
#markdown #app â https://links.kalvn.net/?NXrp7g
Pourquoi y a-t-il des pneus été et des pneus hiver ? - Couleur-Science
https://couleur-science.eu/?d=0b046e--pourquoi-y-a-t-il-des-pneus-ete-et-des-pneus-hiver
TrÚs intéressant :)
#pneu #science â https://links.kalvn.net/?DyyMIg
GitHub - mfranzke/loading-attribute-polyfill: Fast and lightweight dependency-free vanilla JavaScript polyfill for native lazy loading / the awesome loading='lazy'-attribute.
https://github.com/mfranzke/loading-attribute-polyfill
Un polyfill pour l'attribut `loading="lazy"` des éléments images et iframe.
#html #polyfill #lazyloading â https://links.kalvn.net/?WjACyg
spotDL/spotify-downloader: Download Spotify playlists from YouTube with albumart and metadata
https://github.com/spotDL/spotify-downloader
Un outil pour télécharger vos musiques/playlist Spotify.
Via https://holory.fr/spotify-downloader/
#spotify #download â https://links.kalvn.net/?khdwig
How to expand storage ( /dev/vda1 ) so it takes up the entire disk : BinaryLane
https://support.binarylane.com.au/support/solutions/articles/11000015259-how-to-expand-storage-dev-vda1-so-it-takes-up-the-entire-disk
Ătendre Ă chaud la taille du file system de votre VPS.
#vps #filesystem â https://links.kalvn.net/?kSzWGw
bnb/awesome-hyper: đ„ Delightful Hyper plugins, themes, and resources
https://github.com/bnb/awesome-hyper
Des plugins et autres pour Hyper.
#hyper â https://links.kalvn.net/?_E9T-g
Commandes GNU/Linux pour détecter une intrusion - Net-Security
https://net-security.fr/security/commandes-gnu-linux-pour-detecter-une-intrusion/
Un excellent article sur les commandes à connaßtre pour détecter une intrusion sur un serveur Linux.
Je copie ça rapidement ci-dessous.
```bash
# Voir si quelqu'un est connecté à la machine
w
who
# Traces des derniĂšres connexions
last
lastb
# Historique des derniĂšres commandes
history
su user1
history
cat /home/user/.bash_history
âŠ
#scurit #linux â https://links.kalvn.net/?Ics3tw
Geri Reid - Forms best practice
https://gerireid.com/forms.html
Quelques bonnes pratiques pour les formulaires.
#form #goodpractice #ux â https://links.kalvn.net/?qlRhdw
Je dev des trucs le soir dans mon garage.
Par exemple le thĂšme Material pour Shaarli.