J'ai besoin d'intimité. Non pas parce que mes actions sont douteuses, mais parce que votre jugement et vos intentions le sont.
5008 links
Un caroussel associé à une lightbox.
Un autre carroussel accessible
Un carroussel qui respecte l'accessibilité. Pas évident en fait
Super. Et comme toujours, c'est super propre comme code. Aucun tracker contrairement aux autres versions existantes...
Par contre, la licence n'est pas indiquée. On peut l'utiliser ?
Ça n'a jamais servi à rien sauf à tracer les utilisateurs plus facilement...
Ajouter un mot de passe à n'importe quelle url.
Encoder une page dans l'url en base64, à la manière de zerobin.
Des images dans du svg...
Je relais mais j'ai peu d'espoir...
Peut-être du côté de Mozilla ???
This is going to be useful: 242 Favorite JavaScript Utilities
in single line of code! No more! by Phuoc Nguyen (@nghuuphuoc@twitter.com)
https://1loc.dev/
Le dépôt git d'InterHop.
if (!String.prototype.includes) {
String.prototype.includes = function(search, start) {
'use strict';
if (search instanceof RegExp) {
throw TypeError('first argument must not be a RegExp');
}
if (start === undefined) { start = 0; }
return this.indexOf(search, start) !== -1;
};
}
const str = "Être ou ne pas être, telle est la question.";
console.log(str.includes("Être")); // true
console.log(str.includes("question")); // true
console.log(str.includes("pléonasme")); // false
console.log(str.includes("Être", 1)); // false
console.log(str.includes("ÊTRE")); // false
console.log(str.includes("")); // true
Mermaid is a Javascript based diagramming and charting tool that uses Markdown-inspired text definitions and a renderer to create and modify complex diagrams. The main purpose of Mermaid is to help documentation catch up with development.
Doc-Rot is a Catch-22 that Mermaid helps to solve.
Diagramming and documentation costs precious developer time and gets outdated quickly. But not having diagrams or docs ruins productivity and hurts organizational learning.
Mermaid addresses this problem by cutting the time, effort and tooling that is required to create modifiable diagrams and charts, for smarter and more reusable content. The text definitions for Mermaid diagrams allows for it to be updated easily, it can also be made part of production scripts (and other pieces of code). So less time needs to be spent on documenting, as a separate and laborious task.
À lire.
Le design du site est léché. J'aime beaucoup.
Va falloir naviguer sans js, sans css et sans html... euh, wait !?
Pour réaliser des présentations simples mais propres en markdown.
Intéressant car souvent Zeal plante avec les docs MDN
Self-contained Creative scripting toolbox for new and old Android devices