Skip to content

Instantly share code, notes, and snippets.

View b3b00's full-sized avatar

Olivier Duhart b3b00

  • Brest, France
View GitHub Profile
@b3b00
b3b00 / app.js
Created April 6, 2022 10:03
reactAce
‎‎​

Multiple SSH keys for GitHub

le problème

comment jongler entre plusieurs clé SSH selon les repo github (entre perso et pro par exemple)

Créer plusieurs clés publiques

@b3b00
b3b00 / App.svelte
Last active January 11, 2024 14:04
svelte filterable TreeView
<script>
import TreeView from './TreeView.svelte';
import Node from './Node.svelte';
import {selectedNode} from './teststore.js'
let name = 'world';
$selectedNode = undefined
let root = {
{"name":"Modal Dialog in Bootstrap","method":"url","files":[{"location":"./playgrounds/boostrapmodaldialog/server.js","filename":"server.js","builtin":true,"contents":"\non.get(\"/\", (request) => {\n return render(request, 'index.html')\n})\n\non.get(\"/modal\", (request) => {\n return render(request, 'modal.html')\n})\n"},{"location":"./playgrounds/boostrapmodaldialog/.playground.json","filename":".playground.json","builtin":true,"contents":"{\n \"name\": \"Modal Dialog in Bootstrap\",\n \"method\": \"url\",\n \"files\": [\n {\n \"location\": \"./playgrounds/boostrapmodaldialog/server.js\",\n \"filename\": \"server.js\",\n \"builtin\": true\n },\n {\n \"location\": \"./playgrounds/boostrapmodaldialog/.playground.json\",\n \"filename\": \".playground.json\",\n \"builtin\": true\n },\n {\n \"location\": \"./playgrounds/.loader.html\",\n \"filename\": \".loader.html\",\n