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
| package main | |
| // Usage: | |
| // copy this code to https://replit.com/languages/go | |
| // and change the encrypted_password variable below (see comments below for steps to acquite the encrypted password) | |
| import ( | |
| "crypto/aes" | |
| "crypto/cipher" | |
| "encoding/base64" |
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/env nix-shell | |
| #! nix-shell -i bash -p bash gh | |
| set -eu | |
| # See <https://gist.github.com/lorenzleutgeb/239214f1d60b1cf8c79e7b0dc0483deb>. | |
| # Will exit non-zero if not logged in. | |
| gh auth status | |
| if [ $# == 1 ] |
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/python3 | |
| # this used to live at https://gitlab.gnome.org/snippets/814 | |
| # but has since been deleted, the original author is unknown | |
| # reuploading here for safe keeping | |
| import dbus | |
| import secrets | |
| 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
| a | |
| ai | |
| am | |
| an | |
| ang | |
| anh | |
| ao | |
| au | |
| ay | |
| ba |