NOTE: Its a quick cut/copy/paste job for ref. There might be a a few strays in here that aren't part of the WP list (let me know and I'll remove)
- utilscommon
- wp-a11y
- sack
- quicktags
- colorpicker
- editor
- wp-fullscreen-stub
NOTE: Its a quick cut/copy/paste job for ref. There might be a a few strays in here that aren't part of the WP list (let me know and I'll remove)
| Reduce any color by the following to get a decent less saturated monochromatic value | |
| Easiest way is to grab the HSL values of the original color then multiply by the following percentages: | |
| Saturation —> 28% | |
| Value —> 72% |
helpful wordpress admin globals available via the window object
var adminScreen = {};
adminScreen.pagenow = window.pagenow;
adminScreen.adminpage = window.adminpage;
adminScreen.typenow = window.typenow;
console.log(adminScreen);Paste the following into wp-config.php just above the /* That's all, stop editing! Happy blogging. */ comment at bottom of file. Uncomment whichever of the following rules you want automatic updates from Wordpress to follow.
// =========================
// Blanket disable every single type of automatic update
// =========================
// define( 'AUTOMATIC_UPDATER_DISABLED', true );Lately when running certbot renew on my AWS Linux instance produces the following error:
Error: couldn't get currently installed version for /opt/eff.org/certbot/venv/bin/letsencrypt:
Traceback (most recent call last):
File "/opt/eff.org/certbot/venv/bin/letsencrypt", line 7, in <module>
from certbot.main import main
File "/opt/eff.org/certbot/venv/local/lib/python2.7/dist-packages/certbot/main.py", line 10, in <module>/**
* Converts an RGB color value to HSL. Conversion formula
* adapted from http://en.wikipedia.org/wiki/HSL_color_space.
* Assumes r, g, and b are contained in the set [0, 255] and
* returns h, s, and l in the set [0, 1].
*
* @param Number r The red color value
* @param Number g The green color valueInstallation Instructions
Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without warranty of any kind.
When using a gcc based toolchain, be mindful that you should have the autotools installed (autoconf, automake) and will need to run either ./autogen.sh or ./bootstrap.sh to produce the configure file.
The difference between autogen.sh and bootstrap.sh is that the former invokes configure with a default set of options, and will therefore generate a Makefile, whereas the latter does not invoke configure at all. If using autogen.sh, note that you can also append options, that will be passed as is to configure.
source: https://github.com/libusb/libusb/blob/master/README.git
macOS
Automator
bin/bash (or any command line flavor that supports printf)
VSCode
Download the .workflow file (via Dropbox, and don't worry its code signed)
Open Automator - import/open the .workflow file - resave to username/Library/Services folder — or do it all via terminal