302 private links
Everything is possible
Étant habitué au langage et à son côté script, je trouve que ce système de booléen est au contraire pratique. Effectivement, c'est à savoir :)
(via https://linuxfr.org/users/lolop/liens/les-booleens-en-python-pieges)
Which language should be used and why ?
Wow <3
(shared via https://nicolas-delsaux.hd.free.fr/Shaarli/?8aKWKA)
A dungeon generator
(shared via https://nicolas-delsaux.hd.free.fr/Shaarli/?-PmT3Q)
Some games to learn CSS tools. Currently playing at Flexbox zombies.
edit: I have finished flexbox zombie and that's great !
TL;DR
display: flex;
justify-content: center;
align-items: center;
Much easier than previous methods
just in case
Ok, then use the WebP format if possible with a fallback to JPEG :
<picture>
<source srcset="/pfad/Katze.webp" type="image/webp">
<img src="/pfad/Katze.jpg"> <!-- fallback if webp not supported -->
</picture>
The cool things in Rust is that if there is a problem wit compiled code it will direct point to the unsafe parts of the code.