224 private links
Partager rapidemment see contacts Lord d'un meeting.
Arrêter de se passer X QR-Code pour X personnes. Simplement en scanner un, partager ses infos, et recevoir celle des autres.
Create a web design based on Code Lyoko graphics
Inspiration for a video: https://youtu.be/SblSoHyT3z0
Pour un jour X, je veux connaître les fruits et légumes correspondant à la période de production.
Pour une période X, je veux connaître les fruits et légumes correspondant à la période de production.
Projets existants:
Search through extensions and visualize them all
Make an OPML to newsroll 😄
Fetch the website informations and create some cards out of it.
Uses folders to create categories.
There are a bunch of possibilities
Re-implement this in OSS and MIT licence.
- Check if the showcases are reachable
- Deactivate them when they are definitely not reachable anymore
- Provide a backup on Internet Archive
Rewrite JS projects in Rust with WebAssembly
Add an old layout page collection
A collection of things to implement on a website
Tiny devs
Make a UI for it
They're nice and useful tools :)
They can be extended to browser extensions if they need to.
Compléter l'outil, à voir aussi selon les besoins.
Et puis un outil un peu plus gros qui n’est qu’une idée, car j’en ai marre que les outils existants tombent ou deviennent des usines à gaz :
– former une BDD des groupes/artistes de musique, et y intégrer les albums à paraître. Le tout où on peut s’abonner à tel ou tel artiste, et ça donne un flux RSS ou un ICS personnalisé qui nous envoie un rappel lorsque l’album sort. Comme ça, ça m’évitera de louper des trucs.
Dans un premier temps, ça sera un outil perso pour suivre mes artistes préférés, vu que ça me demandera déjà pas mal de veille, mais à terme pourquoi ne pas faire un système collaboratif où quelqu’un peut proposer une date pour un album à paraître pour n’importe quel artiste. Évidemment, dans ce cas, une source sera exigée et une validation manuelle à faire (par moi). L’idée est surtout de proposer des flux RSS/ICS pour tout le monde.
NoiseCapture is a free and open-source Android application that allows users to measure and share the noise environment. Each noise measure is combined with its GPS track so that the result can be displayed in interactive maps within the application, but also on this page.
Ja klar, bei manchen Sachen sollte man das mit ARIA Elementen anreichern, aber bei vielem könnte man es verbessern indem man einfach die richtigen HTML Tags/Attribute verwendet.
Use Cases anzeigen und sie durchsuchen können.
Beispielen:
- Accordion:
<details>
/<summary>
<dialog>
- Definitionsliste:
<dl>
/<dt>
/<dd>
- Definition steht im Paragraph
<dfn>
- Listen:
<ol>
/<ul>
- Mehr Kontekt
<time>
,<kbd>
,<abbr>
- Separator zwischen Paragraphen:
<hr>
- Abkürzung:
<address>
<quote>
/<blockquote>
/<cite>
- semantische Struktur der Seite:
<article>
/<section>
mit o. ohne Heading /<footer>
/<header>
/<main>
/<aside>
/<nav>