This file contains 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
{ | |
"+1": "👍", | |
"-1": "👎", | |
"100": "💯", | |
"1234": "🔢", | |
"8ball": "🎱", | |
"ab": "🆎", | |
"abc": "🔤", | |
"abcd": "🔡", | |
"accept": "🉑", |
This file contains 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
import m from 'mithril'; | |
import trashIcon from '../../../public/trash.svg?raw'; | |
import bars3 from '../../../public/bars-3.svg?raw'; | |
import bars4 from '../../../public/bars-4.svg?raw'; | |
const IconMap = { | |
trash: trashIcon, | |
'bars-3': bars3, | |
'bars-4': bars4 | |
}; |
This file contains 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 | |
# Script Name: Script Name: wpdebug.sh | |
# Description: A script for enabling or disabling WordPress debugging mode in the wp-config.php file. | |
# Author: Roy McKenzie | |
# Date: April 23, 2024 | |
# Version: 1.0 | |
# | |
# Usage: ./wpdebug.sh [install|uninstall|enable|disable|tail|delete] | |
# | |
# Options: |
OlderNewer