View gist:fb7c51ac7e05a47ae8f17f08ab9bf4f0
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
[ | |
"aback", | |
"abase", | |
"abate", | |
"abbey", | |
"abbot", | |
"abyss", | |
"adage", | |
"adapt", | |
"affix", |
View gist:d38991f2f03cc83b09707715abf04a26
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
aback | |
abase | |
abate | |
abbey | |
abbot | |
abyss | |
adage | |
adapt | |
affix | |
afoot |
View gist:9fb50bebd415e1c85ac6136a29f52d18
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
[ | |
"abhor", | |
"abide", | |
"abled", | |
"abode", | |
"abort", | |
"about", | |
"above", | |
"abuse", | |
"acorn", |
View gist:29570d2716cffa6c1d1d0966a29c0906
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
abhor | |
abide | |
abled | |
abode | |
abort | |
about | |
above | |
abuse | |
acorn | |
acrid |
View wordle-dictionary
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
[ | |
"aahed", | |
"aalii", | |
"aapas", | |
"aargh", | |
"aarti", | |
"abaca", | |
"abaci", | |
"aback", | |
"abacs", |
View wordle-list
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
[ | |
"aback", | |
"abase", | |
"abate", | |
"abbey", | |
"abbot", | |
"abhor", | |
"abide", | |
"abled", | |
"abode", |
View gist:feffd0d5b5d969239a0faadec2ef43c7
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
labelColor | |
secondaryLabelColor | |
tertiaryLabelColor | |
quaternaryLabelColor | |
systemFillColor | |
secondarySystemFillColor | |
tertiarySystemFillColor | |
quaternarySystemFillColor |
View dashicon-js-array-alphabetical
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
export default [ | |
{ value: 'admin-appearance', label: 'Admin Appearance' }, | |
{ value: 'admin-collapse', label: 'Admin Collapse' }, | |
{ value: 'admin-comments', label: 'Admin Comments' }, | |
{ value: 'admin-generic', label: 'Admin Generic' }, | |
{ value: 'admin-home', label: 'Admin Home' }, | |
{ value: 'admin-links', label: 'Admin Links' }, | |
{ value: 'admin-media', label: 'Admin Media' }, | |
{ value: 'admin-network', label: 'Admin Network' }, | |
{ value: 'admin-page', label: 'Admin Page' }, |
View dashicons-js-array
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
const dashIcons = [ | |
{ value: 'menu', label: 'Menu' }, | |
{ value: 'dashboard', label: 'Dashboard' }, | |
{ value: 'admin-site', label: 'Admin Site' }, | |
{ value: 'admin-media', label: 'Admin Media' }, | |
{ value: 'admin-page', label: 'Admin Page' }, | |
{ value: 'admin-comments', label: 'Admin Comments' }, | |
{ value: 'admin-appearance', label: 'Admin Appearance' }, | |
{ value: 'admin-plugins', label: 'Admin Plugins' }, | |
{ value: 'admin-users', label: 'Admin Users' }, |
View wp_auto_install.sh
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 | |
# Get the required project variables | |
printf "Project name: " | |
read PROJECT_NAME | |
printf "Project folder name: " | |
read PROJECT_FOLDER | |
printf "Database Name: " |
NewerOlder