This is a list of URLs to PostgreSQL EXTENSION repos, listed in alphabetical order of parent repo, with active forks listed under each parent.
⭐️ >= 10 stars
⭐️⭐️ >= 100 stars
⭐️⭐️⭐️ >= 1000 stars
Numbers of stars might not be up-to-date.
Make sure that Mac Firewall allows incoming connection
cd <dir>
# Start WebDAV server
sudo wfsctl start
# Check status
sudo wfsctl start
# Share current directory
sudo wfsctl share $PWD
| # Scan the Google Authenticator export QR code to get a otpauth-migration:// URI | |
| # Then, provide that URL here and get your precious seeds back. | |
| # The last components on each line of output are the 80-bit TOTP conforming seeds Authenticator uses, e.g. | |
| # | |
| # Output looks like this | |
| # Some Service 1 (Andres) - JBUSYICBNZSHEZLT | |
| # Some Service 2 (Kevin) - JZXXIICTN4QEEYLE | |
| from urllib.parse import unquote | |
| def consume(b: bytes): |