| Northern France | Southern France | ||||
|---|---|---|---|---|---|
| Regions | Departments | Regions | Departments | ||
| Ile-de-France | 75 | (Ville-de-)Paris | Nouvelle Aquitaine | 16 | Charente |
| 77 | Seine-et-Marne | 17 | Charente-Maritime | ||
| 78 | Yvelines | 24 | Dordogne | ||
| 91 | Essonne | 33 | Gironde | ||
| 92 | Haute-de-Seines | 40 | Landes | ||
| 93 | Seine-Saint-Denise | 47 | Lot-et-Garonne | ||
| 94 | Val-de-Marne | 64 | Pyrénées-Atlantiques |
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
| <link rel="import" href="../core-drawer-panel/core-drawer-panel.html"> | |
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| <link rel="import" href="../core-header-panel/core-header-panel.html"> | |
| <link rel="import" href="../core-icons/core-icons.html"> | |
| <link rel="import" href="../paper-icon-button/paper-icon-button.html"> | |
| <link rel="import" href="../google-map/google-map.html"> | |
| <link rel="import" href="../core-icons/av-icons.html"> | |
| <link rel="import" href="../paper-fab/paper-fab.html"> |
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 de.twoid.widget.util; | |
| /* | |
| * Copyright 2015 Johannes Homeier, Florian Reifschneider | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 |
This gist contains setup-gclaude.sh, a small installer that:
- Writes
~/.config/gclaude/envwith your GCP project, region, and service-account key path - Installs
gclaudeto~/.local/bin, a wrapper around theclaudeCLI with Vertex AI enabled (CLAUDE_CODE_USE_VERTEX=1, etc.)
You run gclaude the same way you would claude; authentication uses a service account JSON key (not the Anthropic API key flow).