Vous pouvez vous inscrire directement en ligne, sur le site des Scubabous (http://scubabous.fr).
Il vous faut les documents suivantes:
- La fiche d'inscription, remplie en ligne,
Vous pouvez vous inscrire directement en ligne, sur le site des Scubabous (http://scubabous.fr).
Il vous faut les documents suivantes:
| Sample Code is provided for the purpose of illustration only and is not intended | |
| to be used in a production environment. THIS SAMPLE CODE AND ANY RELATED | |
| INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED | |
| OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF | |
| MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. We grant You a | |
| nonexclusive, royalty-free right to use and modify the Sample Code and to | |
| reproduce and distribute the object code form of the Sample Code, provided that. | |
| You agree: (i) to not use Our name, logo, or trademarks to market Your software | |
| product in which the Sample Code is embedded; (ii) to include a valid copyright | |
| notice on Your software product in which the Sample Code is embedded; and (iii) |
| # Taps | |
| tap 'caskroom/cask' | |
| tap 'caskroom/fonts' | |
| # Install ZSH | |
| brew 'zsh' | |
| brew 'zsh-completions' | |
| # Install GNU core utilities (those that come with macOS are outdated) | |
| brew 'coreutils' |
| root = true | |
| [*.cs] | |
| # http://kent-boogaart.com/blog/editorconfig-reference-for-c-developers#csharp_indent_block_contents | |
| csharp_indent_block_contents = true | |
| # http://kent-boogaart.com/blog/editorconfig-reference-for-c-developers#csharp_indent_braces | |
| csharp_indent_braces = false | |
| # http://kent-boogaart.com/blog/editorconfig-reference-for-c-developers#csharp_indent_case_contents |
| choco install googlechrome | |
| choco install adobereader | |
| choco install firefox | |
| choco install winrar | |
| choco install vlc | |
| choco install visualstudiocode | |
| choco install office365business |
| Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
| Update-ExecutionPolicy RemoteSigned | |
| choco install -y Microsoft-Hyper-V-All -source windowsFeatures | |
| choco install -y Microsoft-Windows-Subsystem-Linux -source windowsFeatures | |
| # CommandLine | |
| choco install -y cmder | |
| choco install -y hyper |
| { | |
| "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", | |
| "contentVersion": "1.0.0.0", | |
| "parameters": { | |
| "resourceNameSuffix": { | |
| "defaultValue": "deployment", | |
| "type": "String" | |
| } | |
| }, | |
| "variables": { |