If you're like me, you want to install the Playdate SDK using a package manager. Below are some options for you.
Info Did I miss anything? Please comment below!
| List of all Replit subdomains | |
| Someone wanted me to post this so I did | |
| Most of them are used for internal stuff and you can't access them | |
| ------------------------------------------------------------------------------------------------ | |
| replit.com|104.18.12.38,104.18.13.38 | |
| art.replit.com|34.120.57.62 | |
| ask.replit.com|64.62.250.111 | |
| blog.replit.com|104.18.12.38,104.18.13.38 | |
| boops.magic.teams.replit.com|34.120.57.62 |
If you're like me, you want to install the Playdate SDK using a package manager. Below are some options for you.
Info Did I miss anything? Please comment below!
| import { Client, Message, User } from "discord.js" | |
| import chalk from "chalk" | |
| const client: Client = new Client() | |
| client.on('ready', () => { | |
| console.log(chalk.green(`started bot on ${client.user.tag}`)) | |
| }) | |
| client.on('message', async function(message: Message) { |
| call plug#begin() | |
| Plug 'drewtempelmeyer/palenight.vim' | |
| Plug 'vim-airline/vim-airline' | |
| Plug 'wlangstroth/vim-racket' | |
| Plug 'sheerun/vim-polyglot' | |
| Plug 'rust-lang/rust.vim' | |
| Plug 'preservim/tagbar' | |
| Plug 'universal-ctags/ctags' | |
| Plug 'luochen1990/rainbow' | |
| Plug 'vim-syntastic/syntastic' |
| : ${1?'Please specify an input resource pack in the same directory as the script (e.g. ./merge.sh MyResourcePack.zip)'} | |
| # ensure jq is installed | |
| if command jq --version 2>/dev/null | grep -q "1.6"; then | |
| printf "\e[32m[+]\e[m \e[37mDependency jq satisfied\e[m\n" | |
| echo | |
| else | |
| echo "Dependency jq-1.6 is not satisfied" | |
| echo "You must install jq-1.6 before proceeding" | |
| echo "See https://stedolan.github.io/jq/download/" |
You can use [npiperelay][] to let coc-discord-rpc connect to a Discord instance running on the host Windows operating system. It requires modifying the extension a bit, but it's relatively painless. This guide assumes you have [coc.nvim][] and [coc-discord-rpc][] already installed.
To build npiperelay, you'll need [Go][]. Grab the golang package from your favorite package manager and follow the instructions on the
[npiperelay][] repo. You'll also need to install socat if it doesn't come with your distribution.
| -----BEGIN PGP PUBLIC KEY BLOCK----- | |
| mQGNBGUYUR0BDADBJLypjHStJIuYGk+8eIQMoBqRzUSalgGmQsfcffKG476wqRi6 | |
| 3jcf5UseuttaqpTLeb92CA8JF98JkmScTisRLgBHkJk13BJLBmY6byIueT+//MGR | |
| RLj2aNVW2irmd5sTULKzGFQ+0EfbLUPm+oXYl6LU7kEKZInwp671+Xmehax0ldON | |
| sGAfsJiJp3xBM6FvxA8LplRWqL3Mhbh/pfLA6SMTgG8Ig4W6sNQ12LWsfhK/HHMb | |
| gUCSujlr7g5Ffl80v2PIgXX5NUHHyHxV+Y2qKcn2PJlgkvlICZZuGiO9p6pI69De | |
| l7UoqCUjhkfRTLgls5lPJrzZMK4SozRkHVUJ/D7/Humj8aPNmCnfcKnb9ZVsKBpH | |
| fTNjiFPZoe03ILR7wrCFfsalqF5fpKDuzc5gs4AnHiOQRm13Z0NU5KtrhcRVItcy | |
| qe1Ig0ZQiDrLiLFwpZ6lA9x6ZtnhrGVtYWOmSvjsnPMMksZkn5Xyew7c/jheYPhm |
I hereby claim:
To claim this, I am signing this object:
| # Minecraft Server deployment for Kubernetes clusters via Ansible's Helm module. | |
| # | |
| # The Helm module is part of the Kubernetes collection. Install it with: | |
| # | |
| # ansible-galaxy collection install community.kubernetes | |
| # | |
| # Then run the playbook: | |
| # | |
| # ansible-playbook main.yml | |
| # |