π»
out in the woods
Pinned Loading
-
react-rewards
react-rewards PublicA package containing a few micro-interactions you can use to reward your users for little things and make them smile!
-
-
Cognito custom verification email
Cognito custom verification email 12var CustomMessage_ForgotPassword =
3`
4<!DOCTYPE html>
5<html
-
ZSH Rainbow - a function that turns ...
ZSH Rainbow - a function that turns your username in zsh to a random emoji. Paste it in .zshrc 1prompt_context() {
2# Custom (Random emoji)
3emojis=("β‘οΈ" "π₯" "π" "π" "π" "πΈ" "π΅" "π¦" "π" "π»" "π" "π‘" "π" "π" "πΉπ" "π¦" "π")
4RAND_EMOJI_N=$(( $RANDOM % ${#emojis[@]} + 1))
5prompt_segment black default "${emojis[$RAND_EMOJI_N]} "
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.