315 private links
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>A piece of software free to use, without any control whatsoever that ended, well good!
How complex can an URL be, and malicious URL formats that are still valid.
An interactive map that displays information about each drawing. It is really cool!