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
| a5hk.night-coder | |
| alefragnani.Bookmarks | |
| alefragnani.project-manager | |
| arcticicestudio.nord-visual-studio-code | |
| barjo.anirak | |
| bceskavich.theme-dracula-at-night | |
| bmewburn.vscode-intelephense-client | |
| CarloCardella.hogwarts-colors-dark | |
| Claudius.classic-terminal | |
| contextmapper.context-mapper-vscode-extension |
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
| /* KG's KBS */ | |
| [ | |
| { | |
| "key": "shift shift", | |
| "command": "workbench.action.showCommands" | |
| }, | |
| { | |
| "key": "shift+cmd+t", | |
| "command": "workbench.action.terminal.focus" | |
| }, |
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
| { | |
| /* GENERAL/WORKBENCH*/ | |
| "update.mode": "manual", | |
| "workbench.colorTheme": "Mayukai Sunset", | |
| "workbench.editor.enablePreview": false, | |
| "workbench.editor.untitled.hint": "hidden", | |
| "workbench.fontAliasing": "auto", | |
| "workbench.iconTheme": "vscode-icons", | |
| "workbench.settings.editor": "json", | |
| "workbench.settings.useSplitJSON": true, |
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
| // Place your key bindings in this file to override the defaults | |
| [ | |
| // The following are Kevin's keybindings for VSCode | |
| // They are made available under CC BY 4.0 | |
| // | |
| // To navigate | |
| // `==` denote sections | |
| // `---` denotes subsections | |
| // | |
| // == Dendron |
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
| #!/bin/zsh | |
| #Credit: Original idea and script disable.sh by pwnsdx https://gist.github.com/pwnsdx/d87b034c4c0210b988040ad2f85a68d3 | |
| #Disabling unwanted services on macOS 11 Big Sur (11) and macOS Monterey (12) | |
| #Disabling SIP is required ("csrutil disable" from Terminal in Recovery) | |
| #Modifications are written in /private/var/db/com.apple.xpc.launchd/ disabled.plist, disabled.501.plist & disabled.205.plist | |
| # user | |
| TODISABLE=() |
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
| #!/usr/bin/python | |
| import uuid | |
| import os | |
| from zipfile import ZipFile, is_zipfile | |
| import sys | |
| import time | |
| from random import randint | |
| import argparse | |
| import re |
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
| apiVersion: 1.0.0 | |
| metadata: | |
| generateName: quarkus- | |
| projects: | |
| - name: quarkus-quickstarts | |
| source: | |
| type: url | |
| location: "https://github.com/karstengresch/quarkus-quickstarts.git" | |
| components: | |
| - type: chePlugin |
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
| apiVersion: v1 | |
| kind: ConfigMap | |
| metadata: | |
| name: fluentd-config | |
| namespace: fluentd | |
| labels: | |
| app: fluentd | |
| data: | |
| fluentd.conf: | | |
| @include prometheus.conf |
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
| ^(?P<author>([^\-_0-9]+)(?=\s*-\s*)(?!\s*-\s*[0-9.]+)|\b)(\s*-\s*)?(?P<title>([^\-_\[\(]+)) |