Hey, everyone! Here are some of the many unblocked game sites I know: LAST UPDATED: 3/22/2026
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 zsh | |
| function color() { | |
| local color=$1 style=$2 b=0 | |
| shift | |
| case $style in | |
| bold|b) b=1; shift ;; | |
| italic|i) b=2; shift ;; |
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
| EMOJIS = { | |
| ":checkmark:": "✅", | |
| ":100:": "💯", | |
| ":1234:": "🔢", | |
| ":8ball:": "🎱", | |
| ":a:": "🅰", | |
| ":ab:": "🆎", | |
| ":abc:": "🔤", | |
| ":abcd:": "🔡", | |
| ":accept:": "🉑", |
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
| # -*- mode: justfile -*- | |
| # ============================================================================== | |
| # Settings - Control Just's behavior | |
| # ============================================================================== | |
| # Set the shell used to execute recipes. Array form is recommended. | |
| # -u: Treat unset variables as an error. | |
| # -c: Read commands from string. | |
| set shell := ["bash", "-uc"] |
The Public APIs repository is manually curated by community members like you and folks working at APILayer. It includes an extensive list of public APIs from many domains that you can use for your own products. Consider it a treasure trove of APIs well-managed by the community over the years.
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
| [ | |
| "Every year, nearly four million cats are eaten in Asia", | |
| "On average, cats spend 2/3 of every day sleeping", | |
| "Unlike dogs, cats do not have a sweet tooth", | |
| "When a cat chases its prey, it keeps its head level", | |
| "The technical term for a cat's hairball is a bezoar", | |
| "A group of cats is called a clowder", | |
| "Female cats tend to be right pawed, while male cats are more often left pawed", | |
| "A cat cannot climb head first down a tree because its claws are curved the wrong way", | |
| "Cats make about 100 different sounds", |
A curated list of useful command line apps, in celebration of the TUI.
“Knowledge brings fear” (Mars University Mission Statement)
If you want to contribute, you are highly encouraged to do so. Please read the contribution guidelines.
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
| #!/bin/sh | |
| # source me in your script or .bashrc/.zshrc if wanna use cecho | |
| # source '/path/to/cecho.sh' | |
| # check this var to detect "cecho" being imported | |
| CECHO_IS_IMPORTED=1 | |
| cecho() | |
| { |
NewerOlder
