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/bash | |
files_to_backup=(.*.env .env docker-compose.yml ) | |
info() { echo -e "\\033[1;36m[INFO]\\033[0m \\033[36m$*\\033[0m" >&2; } | |
warn() { echo -e "\\033[1;33m[WARNING]\\033[0m \\033[33m$*\\033[0m" >&2; } | |
fatal() { echo -e "\\033[1;31m[FATAL]\\033[0m \\033[31m$*\\033[0m" >&2; exit 1; } | |
intro () { | |
echo " =====================================================" |
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
// ==UserScript== | |
// @name Toggle pip and fullscreen on any video | |
// @description Toggle picture-in-picture (ctrl+p) and fullscreen (ctrl+f) in Safari | |
// @license MIT | |
// @author Daniel Rotärmel | |
// @namespace https://gist.github.com/danielrotaermel | |
// @match *://*.* | |
// @match *://*/* | |
// ==/UserScript== |
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
// Variables used by Scriptable. | |
// These must be at the very top of the file. Do not edit. | |
// icon-color: orange; icon-glyph: quote-right; | |
// Change these to your usernames! | |
const user = "spencer" | |
const jike = "4DDA0425-FB41-4188-89E4-952CA15E3C5E" | |
const telegram = "realSpencerWoo" | |
const github = "spencerwooo" |
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
[ | |
{ | |
"name": "Hololive-Keyboard", | |
"pcb": false | |
}, | |
[ | |
"~\n`\n\nろ\n\n\n\n\n\n<img src=\"https://yt3.ggpht.com/a/AATXAJwsqXO3l8Eoic0KQ_KAhLr1Baqs5yaqEd014A=s900-c-k-c0x00ffffff-no-rj\" width=36 height=36>", | |
"!\n1\n\nぬ\n\n\n\n\n\n<img src=\"https://yt3.ggpht.com/a/AATXAJxaWUdzt82S8kJKwhB_PVcxXNts-FDyEpWOZA=s288-c-k-c0xffffffff-no-rj-mo\" width=36 height=36>", | |
"@\n2\n\nふ\n\n\n\n\n\n<img src=\"https://yt3.ggpht.com/a/AATXAJxK7MgkkkkevOHz2QIO3eXObgqG1IjDmNWAhQ=s900-c-k-c0xffffffff-no-rj-mo\" width=36 height=36>", | |
"#\n3\nぁ\nあ\n\n\n\n\n\n<img src=\"https://yt3.ggpht.com/a/AATXAJztlxp1NvyEG3ULspVuGLwdoweCnhDsZDzgqA=s900-c-k-c0xffffffff-no-rj-mo\" width=36 height=36>", |
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
[ | |
{ | |
"name": "VTuber-Hiragana-Keyboard", | |
"pcb": false | |
}, | |
[ | |
"~\n`\n\nろ\n\n\n\n\n\n<img src=\"https://yt3.ggpht.com/a/AGF-l79gkgR05I6pSCM2VQUZfalk4YV0WemNwfXGzg=s176-c-k-c0x00ffffff-no-rj-mo\" width=36 height=36>", | |
"!\n1\n\nぬ\n\n\n\n\n\n<img src=\"https://yt3.ggpht.com/a/AGF-l7-fE2Mhle5lvjeQCxr8ZEtufNkDuCRAg5LSkA=s176-c-k-c0x00ffffff-no-rj-mo\" width=36 height=36>", | |
"@\n2\n\nふ\n\n\n\n\n\n<img src=\"https://yt3.ggpht.com/a/AGF-l7-oeSvjxgdwMoDyT1LMH8nyqkWJCZH8MAOjzg=s176-c-k-c0x00ffffff-no-rj-mo\" width=36 height=36>", | |
"#\n3\nぁ\nあ\n\n\n\n\n\n<img src=\"https://yt3.ggpht.com/a/AGF-l7_OXxl-HOWIQaxDv8KNbYNQOWl6lu0hBflqnw=s176-c-k-c0x00ffffff-no-rj-mo\" width=36 height=36>", |
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
[ | |
{ | |
"name": "VTuber Keyboard Layout", | |
"author": "MiracleXYZ" | |
}, | |
[ | |
{ | |
"a": 6 | |
}, | |
"Esc", |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>A simple clock</title> | |
</head> | |
<body translate="no" > |