You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CheezeNotes/pages/perso-crates.md

897 B

Notes

Crates

notify

Permet d'être informé de toute modification du système de fichier.   exemple

preferences

Une bibliothèque pour sauvegarder des préférences pour une application, s'adapte à l'OS.

pest

Exemple (à tester ici) :

alpha = { 'a'..'z' | 'A'..'Z' } digit = { '0'..'9' } cars = {" " | "\\""} ident = { (alpha | digit)+ } txt = { (alpha | digit | cars)+ } text = { """ ~ txt ~ """ } ident\_list = { !digit ~ ident ~ (" " ~ ident)+ } text\_list = { text ~ (" " ~ text)+ }

calamine

Bibliothèque de traitement de fichier Excel. ## markdown

markdown = "0.3"