veilleLiens
148 liens · 108 étiquettes · dernier ajout le 12 Sep 2026
Playwright • Synolia
Playwright, c’est quoi ? Playwright est un framework développé par Microsoft. Il permet de lancer un navigateur et d’effectuer des actions comme le ferait
Un anniversaire Pat’Patrouille
Mon "grand" vient de fêter ses 4 ans ! Une sacrée étape et surtout sa première fête d'anniversaire ! Alors je voulais que ça soit un chouette moment dont il se rappelle ! J'ai invité ses meilleurs copains et préparé un anniversaire sur le thème de la Pat'Patrouille ! L'anniversaire Pat'Patrouille Je pense que mon...
Chasse au trésor Pat Patrouille à imprimer !
À la demande d'un lecteur, je vous propose une chasse au trésor Pat Patrouille pour les enfants de 3 à 5-6 ans (maternelle). C'est un jeu clef en main à
Sign commits with GPG | GitLab Docs
Sign commits in your GitLab repository with GPG (GNU Privacy Guard) keys.
GitHub - encukou/lastscrape-gui: GUI for getting scrobbles from last.fm and moving them somewhere else
GUI for getting scrobbles from last.fm and moving them somewhere else - encukou/lastscrape-gui
ygg: purge/remove due to YGG being anti-automation by bakerboy448 · Pull Request #481 · Prowlarr/Indexers
Remove YGG Indexers from Official Definitions Summary Removes yggtorrent.yml and yggcookie.yml from v11 definitions Adds YGG indexers to sync script blocklist to prevent re-addition during Jackett...
How to Use Arrow Functions in PHP 7.4+
Arrow functions were introduced in PHP 7.4 to allow devs to write short, anonymous functions. They offer a compact alternative to traditional closures, especially when the function body is small and focused. In this article, you will learn how to use...
PHP 8 in a Nutshell
Now with PHP 8.4 out of the box! 🚀"PHP 8 in a Nutshell" is a book that clearly and concisely summarizes all the new and important features of PHP 8 without all the fluff. The book covers all of PHP 8's developer-facing features in a concise format that covers the important nitty-gritty and what you would want in a real-world scenario.The book also covers the newest minor releases, PHP 8.1, 8.2, 8.3, and 8.4, and their features and enhancements.You'll get two nicely structured eBooks in PDF. One is in light mode, and the other is in beautiful dark mode if you prefer that.You'll also get the book in the EPUB format.Bonus: Once you buy a copy, you'll be entitled to get all the future updates to the book at no extra cost.So, what are you waiting for? Go and grab your copies now!Download the sample eBookAlso, be sure to rate the book if you like it! 🫶
Match expression - An alternative to switch statement in PHP 8
The switch statement in PHP is great when you want check condition on the same expression without incorporating many if statements altogether.
A guide to PHP attributes
Attributes are a powerful feature in PHP that can be used to add structured, machine-readable metadata to annotate your code. In this article, we'll look at what attri...
How to Use Screen on Linux to Detach and Reattach Your Terminal
Learn how to use Screen on Linux to attach, detach and reattach your terminal session and use it as a multiplexer.
« Un enfant est mort » : l’affaire Mohammed Al Dura
Au Proche-Orient durant les premiers jours de la seconde Intifada, à l'automne 2000, la mort en direct d'un jeune palestinien de 12 ans à Gaza fait le tour du monde.
Drupal 11: An Introduction To Batch Processing With The Batch API
The Batch API is a powerful feature in Drupal that allows complex or time consuming tasks to be split into smaller parts.For example, let's say you wanted to run a function that would go through every page on you Drupal site and perform an action. This might be removing specific authors from pages, or removing links in text, or deleting certain taxonomy terms. You might create a small loop that just loads all pages and performs the action on those pages.
GitHub - massgravel/Microsoft-Activation-Scripts: Open-source Windows and Office activator featuring HWID, Ohook, TSforge, KMS38, and Online KMS activation methods, along with advanced troubleshooting.
Open-source Windows and Office activator featuring HWID, Ohook, TSforge, KMS38, and Online KMS activation methods, along with advanced troubleshooting. - massgravel/Microsoft-Activation-Scripts
4 activités gratuites en famille dans le Puy-de-Dôme : Terra Volcana
Découvrez nos idées d'activités gratuites en famille autour de Riom, Volvic et Châtel-Guyon pour des vacances au top !
8 randonnées à faire avec des enfants (dès 3 ans)
Nos conseils de randonnées avec de jeunes enfants (à partir de 3 ans) dans le Puy de Dôme : Puy de combegrasse, Lac Pavin, Lac de Servière, Cascade du Mont Dore...
How to patch Drupal core and contrib modules
This tutorial explains the correct way to apply as-yet unreleased bug fixes and features to Drupal core or a contrib module.