According to : http://www.ex0dus.fr/tuto-echange-de-cles-ssh-sous-linux/
ssh-keygen -t rsa
| var calendarId = '[email protected]'; | |
| var startDate = "2020-01-01"; | |
| var stopDate = "2020-12-31"; | |
| // Add element to menu to force the trigger | |
| function addMenu() { | |
| var ui = SpreadsheetApp.getUi() | |
| var menu = ui.createMenu("Menu AddOn").addItem("Extract Calendar", "extractFromCalendar").addToUi() | |
| } |
According to : http://www.ex0dus.fr/tuto-echange-de-cles-ssh-sous-linux/
ssh-keygen -t rsa
According to : https://serversforhackers.com/video/apache-and-php-fpm
sudo apt-get update
sudo apt-get install -y vim tmux curl wget unzip software-properties-common
sudo add-apt-repository -y ppa:ondrej/apache2
| language: php | |
| php: | |
| - 5.5 | |
| - 5.6 | |
| - hhvm | |
| matrix: | |
| fast_finish: true | |
| allow_failures: |
| <h1 id="symfony-2-tp-anonymousgift">Symfony 2 : TP AnonymousGift</h1> | |
| <h2 id="sommaire">Sommaire</h2> | |
| <ul> | |
| <li>Présentation du contexte</li> | |
| <li>Analyse UML <br> | |
| <ul><li>Flow</li> |
| <?php | |
| interface iBoundingBox { | |
| /** | |
| * Récupère les coordonnées de la BoundingBox | |
| */ | |
| public function getCoords(); | |
| /** | |
| * Fusionne 2 BoundingBox et retourne une BoundingBox qui contient les 2 précédentes. | |
| */ |