Quotidien Shaarli

Tous les liens d'un jour sur une page.

November 30, 2016

Object-Oriented Autoloading in WordPress, Part 3

In the last tutorial, we reviewed the original state of our autoloader and then went through a process of object-oriented analysis and design. The purpose of doing this is so that we can tie...

Input Masking | CSS-Tricks

I don't have any UX research to cite, but anecdotally, I like it when inputs that expect data in a specific format us an input mask. I thought I'd just lin

НotеI Califоrnia - Igor Presnyakov - YouTube - Warrior du Dimanche

Y a du niveau :)

What's New in HTML 5.1

Pavels Jelisejevs takes a look at the W3C recommendation for HTML 5.1, looking at its major new features with some markup samples.

Getting up and Running with the Vue.js 2.0 Framework

Tout est dans le titre

Seven Ways You Can Place Elements Using CSS Grid Layout

Tout est dans le titre

11 Courses to Help You Master PHP Frameworks

PHP frameworks can really speed up your development process. They provide you with a stable foundation to start from, so that you can spend time developing the important parts of your application...

GUIDE : Commandes de base SQL (MySQL) - Documentation - Wiki - Linuxtricks

Tout est dans le titre

Sending PHP Event Messages to Remote Logstash on Windows

Luka covers some Logstash basics, and teaches you how to send event messages from PHP to it on Windows. Yes - PHP on Windows - still alive and kicking!

CSS Grid Layout arrive, préparez-vous ! – La Tête dans le Flux

Tout est dans le titre

Seven Ways You Can Place Elements Using CSS Grid Layout — SitePoint

Nitish Kumar shows seven ways in which CSS Grid Layout lets front-end developers quickly and intuitively place content on the web.

Jouons avec les multiplexeurs de terminaux sous Debian | Sois Net !

Aujourd'hui nous parlerons de screen, byobu, tmux et tmate, quatre outils en ligne de commande permettant de rendre un terminal persistant dans un processus. GNU Screen "Il permet à un utilisateur d’accéder à de multiples sessions de terminal à l’intérieur d’une simple fenêtre de terminal, ou d’une session distante typiquement lancée par SSH" (Wikipedia). Il s'installe avec apt-get install screen. Créer une nouvelle session : screen ou screen -S exemple. La session remplace le terminal courant par un terminal virtuel vivant dans un processus. Utiliser Ctrl+d tuera la session. La commande screen -d ou Ctrl+a d détachera la session et vous ramènera sur votre terminal initial, sans fermer la session. Le terminal virtuel continue sa vie dans un processus. Les sessions sont isolées par utilisateur système. Lister les sessions : screen -ls. Se connecter à une session : screen -r ou screen -r exemple. Détacher une session de l'extérieur : screen -d, Ctrl+a d ou screen -d exemple. Rejoindre