- 250g de Myrtilles
- 250g de farine
- 3 CàC de levure
- 1 Oeuf
- 140g de sucre
- Zeste d'orange ou citron râpé
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| SRC_DIR="/var/www/html" | |
| BACKUP_DIR="/mnt/backups" | |
| PROJECT_NAME="project" | |
| BACKUP_RETENTION_DAILY=6 | |
| BACKUP_RETENTION_WEEKLY=3 | |
| BACKUP_RETENTION_MONTHLY=3 | |
| BACKUP_RETENTION_YEARLY=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package fr.isonet; | |
| import ch.qos.logback.classic.Level; | |
| import ch.qos.logback.classic.Logger; | |
| import ch.qos.logback.classic.LoggerContext; | |
| import ch.qos.logback.classic.encoder.PatternLayoutEncoder; | |
| import ch.qos.logback.classic.spi.ILoggingEvent; | |
| import ch.qos.logback.core.ConsoleAppender; | |
| import ch.qos.logback.core.rolling.RollingFileAppender; | |
| import ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| =============================================== | |
| Dell Display Manager | |
| =============================================== | |
| Command language | |
| ----------------------------------- | |
| A rich and flexible command language is supported via the | |
| command-line, and command-line arguments can be combined. | |
| Where appropriate, a specific display can be targeted by | |
| prefacing the command with the display number, e.g., |