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
| /* | |
| * SPDX-FileCopyrightText: 2026 Eli Array Minkoff | |
| * | |
| * SPDX-License-Identifier: 0BSD | |
| */ | |
| // trivial C23 quine using #embed | |
| // | |
| // probably should be considered cheating | |
| #include <stdio.h> |
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
| # System-wide aliases | |
| alias clear-hist='history -c > ~/.bash_history;' | |
| alias dir='dir --color=auto' | |
| alias egrep='egrep --color=auto' | |
| alias fgrep='fgrep --color=auto' | |
| alias grep='grep --color=auto' | |
| alias h='history' | |
| alias l='ls -F' |
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 python3 | |
| # Copyright © 2024 Eli Array Minkoff | |
| # Zero-Clause BSD | |
| # ============= | |
| # | |
| # Permission to use, copy, modify, and/or distribute this software for | |
| # any purpose with or without fee is hereby granted. | |
| # | |
| # THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL |
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
| # XONSH WIZARD START | |
| $AUTO_CD = '1' | |
| $AUTO_PUSHD = '1' | |
| $AUTO_SUGGEST_IN_COMPLETIONS = '1' | |
| # XONSH WIZARD END | |
| source-bash '~/.config/portable_aliases' --overwrite-alias | |
| $UPDATE_OS_ENVIRON = True | |
| # PROMPT STUFF |
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/bash | |
| # 3lpsy/x-resize, modified for my Linux From Scratch VM | |
| ## Ensure Log Directory Exists | |
| LOG_DIR=/var/log/autores; | |
| if [ ! -d $LOG_DIR ]; then | |
| mkdir $LOG_DIR; | |
| fi | |
| LOG_FILE=${LOG_DIR}/autores.log |
The contents of this gist have been moved here
This is a list of links to IETF RFCs publishd on April 1st, sourced from the Wikipedia page April Fools' Day Request for Comments. I try to update it annually.
| NUM. | YEAR | TITLE | AUTHOR |
|---|---|---|---|
| RFC 748 | 1978 | TELNET RANDOMLY-LOSE Option | M. Crispin |
| [RFC 1097](https://datatracker.ietf.org/doc |
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 -S tail -n+3 | |
| # vi:ft=conf | |
| bash: [1m[[38;5;46m0[39m] [38;5;044meliminmax@array-ctrl[39m:[38;5;214m~/[39m$ [0m | |
| ash: [1m[[38;5;46m0[39m] [38;5;171meliminmax@array-ctrl[39m:[38;5;178m~/[39m$ [0m | |
| ksh: [1m[[38;5;46m0[39m] [38;5;039meliminmax@array-ctrl[39m:[38;5;202m~/[39m$ [0m | |
| mksh: [1m[[38;5;46m0[39m] [38;5;102meliminmax@array-ctrl[39m:[38;5;099m~/[39m$ [0m | |
| osh: [1m[[38;5;46m0[39m] [38;5;220meliminmax@array-ctrl[39m:[38;5;196m~/[39m$ [0m | |
| yash: [1m[[38;5;46m0[39m] [38;5;172meliminmax@array-ctrl[39m:[38;5;147m~/[39m$ [0m | |
| zsh: [1m[[38;5;46m0[39m] [38;5;045meliminmax@array-ctrl[39m:[38;5;077m~/[39m$ [0m | |
| fish: [1m[[38;5;46m0[39m] [38;5;131meliminmax@array-ctrl[39m:[38;5;081m~/[39m& [0m |