According to : http://www.ex0dus.fr/tuto-echange-de-cles-ssh-sous-linux/
ssh-keygen -t rsa
| {"producer":{"name":"Stereograph3D","version":"0","exporter_version":"v2019.0.0","file":"Duplex.ifc","type":"IFC","schema":"IFC2X3","date":"10/08/2022 16:57"},"autoClear":true,"clearColor":[0.0,0.0,0.0],"ambientColor":[0.0,0.0,0.0],"gravity":[0.0,-9.81,0.0],"materials":[{"name":"e9234aaa-0ac3-47ac-9e69-3ab2655975a6","id":"e9234aaa-0ac3-47ac-9e69-3ab2655975a6","ambient":[0.0,0.0,0.0],"diffuse":[0.75,0.75,0.75],"specular":[0.0,0.0,0.0],"emissive":[0.0,0.0,0.0],"specularPower":0.0,"alpha":1.0,"checkReadyOnlyOnce":false},{"name":"material_Default Wall","id":"c49a971a-96c1-4247-8baf-3f3ed401a239","ambient":[0.5019608,0.5019608,0.5019608],"diffuse":[0.5019608,0.5019608,0.5019608],"specular":[0.0,0.0,0.0],"emissive":[0.0,0.0,0.0],"specularPower":0.0,"alpha":1.0,"checkReadyOnlyOnce":false},{"name":"material_Counter Top","id":"22f8992b-1df3-4aed-aa63-a86e8b4e4965","ambient":[0.8862745,0.694117665,0.5019608],"diffuse":[0.8862745,0.694117665,0.5019608],"specular":[0.0,0.0,0.0],"emissive":[0.0,0.0,0.0],"specularPower":0. |
| var calendarId = 'xxxx@group.calendar.google.com'; | |
| 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. | |
| */ |