292 private links
Add a background mask to an SVG icon
Une série d'outils fait par le hollandaisvolant :)
Quelques idées à réimplémenter:
- le générateur de QRCode
- le convertisseur d'unités
- quand avoir un milliard de secondes
- EDF/Tempo tracker
- CLI pour simplifier chmod?
Une radio allemande qui m'a été recommandé. Je restes cependant convaincu par SWR3
La médaille Clark a été attribué à Gabriel Zucman pour ses travaux sur la concentration des fortunes et l'évasion fiscale.
Plusieurs arguments poussent à penser que l'automobile est ici en défaut
Proposition: footer sitemaps. Why not?
Rewrite it in Rust :)
Resources for the python programming language
Un générateur de QR-Code. Bien utile pour scanner diverses informations:
- texte
- URL
- Téléphone
- SMS
- Accès Wifi
A bad move indeed.
Forcing a web browser is never a good idea :/
ffmpeg -hwaccel vaapi -hwaccel_output_format vaapi -vaapi_device /dev/dri/renderD128 -i input.mp4 -vf scale_vaapi=1920:-1 -codec:v vp8_vaapi -b:v 2M output.webmTransition a CSS grid row from 0 to 1fr to get an accordion working :D
An Advantage is the text is already rendered for screen readers.
A guide on how to write a custom HTML parser. There is a lot of stuff at stake.
A nice explanation of vite
Driving a car to explore a CV in a 3D world :D
I totally agree with it: I find composition a killer feature as it keeps the API of the component open.
Argument against Github that are mostly arguments against monopolies.
Aie, diffuser par erreurs des dizaines de coordonnées bancaires avec numéro SIRET, etc... c'est chaud.
Wow I didn't think about it. It seems practical!
With a list with data-index attributes such as <li class="searchable" data-index="newtoncronintorphy.dorothea@gmail.com(121)644-5577">
and the snippet:
<script type="text/javascript">
var searchStyle = document.getElementById('search_style');
document.getElementById('search').addEventListener('input', function() {
if (!this.value) {
searchStyle.innerHTML = "";
return;
}
// look ma, no indexOf!
searchStyle.innerHTML = ".searchable:not([data-index*=\"" + this.value.toLowerCase() + "\"]) { display: none; }";
// beware of css injections!
});
</script>