- Présentation du contexte
- Analyse UML
- Flow
- Entités
- User
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
language: php | |
php: | |
- 5.5 | |
- 5.6 | |
- hhvm | |
matrix: | |
fast_finish: true | |
allow_failures: |
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
According to : http://www.ex0dus.fr/tuto-echange-de-cles-ssh-sous-linux/
ssh-keygen -t rsa
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
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() | |
} |
This file has been truncated, but you can view the full file.
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
{"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. |
OlderNewer