This file contains 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
import html5lib # type: ignore | |
import requests | |
import os | |
import dropbox | |
from ebooklib import epub | |
from bs4 import BeautifulSoup | |
from config import app_folder, app_key, app_secret, oauth2_refresh_token |
This file contains 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
import html5lib # type: ignore | |
import requests | |
import os | |
import dropbox | |
from ebooklib import epub | |
from bs4 import BeautifulSoup | |
from config import app_folder, app_key, app_secret, oauth2_refresh_token |
This file contains 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
import html5lib # type: ignore | |
import requests | |
import os | |
import dropbox | |
from ebooklib import epub | |
from bs4 import BeautifulSoup | |
from config import app_folder, app_key, app_secret, oauth2_refresh_token |
This file contains 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
' Disables Vanguard from starting when you boot your computer | |
Call CreateObject("Shell.Application").ShellExecute("cmd.exe", "/c ""sc config vgc start= disabled & sc config vgk start= disabled""", "", "runas") |
This file contains 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
[ | |
// Standard macOS bindings | |
{ | |
"bindings": { | |
"up": "menu::SelectPrev", | |
"pageup": "menu::SelectFirst", | |
"shift-pageup": "menu::SelectFirst", | |
"ctrl-p": "menu::SelectPrev", | |
"down": "menu::SelectNext", | |
"pagedown": "menu::SelectLast", |
This file contains 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
// Zed settings | |
// | |
// For information on how to configure Zed, see the Zed | |
// documentation: https://zed.dev/docs/configuring-zed | |
// | |
// To see all of Zed's default settings without changing your | |
// custom settings, run the `open default settings` command | |
// from the command palette or from `Zed` application menu. | |
{ | |
"base_keymap": "VSCode", |
This file contains 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
@import url("https://gibbu.github.io/BetterDiscord-Themes/RadialStatus/base.css"); | |
@keyframes back { | |
from {background-color: white;} | |
to {background-color: white;} | |
} | |
@keyframes pulsingBackground { | |
0% { | |
background-color: var(--color-low); | |
} | |
20% { |