Take a google font and self-host it
Les risques d'inondation augmentent et les assurances ne couvriront plus ce cas dans le Bessin. Plus tard, peut être dans toutes les zones à risques.
If you are logged in or not, use the /home
to display the landing page or the default page of a website.
Generates hand-written style texts
On me dit encore et encore que j'écris de bons tutoriels et documentations, concises, claires et très compréhensibles. Il m'est déjà arrivé de suivre ou dispenser des formations, et à chaque fois on m'a demandé pourquoi je n'en faisais pas mon métier. Ça me fait plaisir, bien sûr. Mais vous savez pourquoi j'écris de bonnes documentations ? Parce que mon cerveau a deux faiblesses :
- j'ai une mauvaise mémoire.
- j'ai du mal à comprendre une information si elle n'est pas bien contextualisée (si vous sautez du coq à l'âne, vous allez me perdre).
Donc SebSauvage note tout, pour notre plus grande satisfaction.
- 140 named colors
- RGB (the traditional notation)
- Note we can replace
rgba(255, 0, 0, 0.5)
withrgb(255 0 0 / 0.5)
- Note we can replace
- Hex codes (the de-facto used unit)
- HSL (the human-readable format):
- hue: the pigment used (deg)
- saturation: how much pigment (%)
- lightness: how light? (%)
- display p3: only supported in Safari and Chrome but allow more colors than sRGB
- LCH: a more human-friendly representation than HSL. It is only supported in recent versions of Chrome and Safari though.
oklch
fixes some bugs of lch.
How to get right proportions for a rounded corner inside of a rounded container?
outerRadius - gap = innerRadius
Résultat, la luminosité de la nuit augmenterait de 10 % par an dans les zones observées par les astronomes amateurs.
Collect all vue websites and make cards with them.
The goal is to gather the preferred way of doing something in vue. For example, routing with vue-router, state management with pinia, SSR with Nuxt, etc...
A
- Name
- Logo
- A description (the one in header)
It has a searchbar too.
More tools can be added from:
- Vuejs organization repostories: https://github.com/orgs/vuejs/repositories
- https://next.awesome-vue.js.org/resources/official-resources.html
It can be built with Vitepress to keep it in the Vue ecosystem.
Project name:
- classic: Vue Family
- keep the french tradition: panorama (a similar word for overview)
Utility to get a mime type
Draw it pixel by pixel in this web UI
Create a product advertisement from a product description.
It is very useful indeed!
A cli tool that handle the package manager used behind the hood. So the command will be behind ni
translated into the corresponding one between yarn
, npm
, deno
, pnpm
, etc...