name: tufte-viz description: | Ideate and critique data visualizations using Edward Tufte's principles from "The Visual Display of Quantitative Information." Use this skill when: (1) Designing new data visualizations or charts (2) Critiquing or improving existing visualizations (3) Reviewing dashboards or reports for graphical integrity (4) Deciding between visualization approaches (5) Reducing chartjunk or improving data-ink ratio (6) Planning small multiples or high-density displays
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
| <?php | |
| /** | |
| * Plugin Name: AMP Schema.org Meta Image Content Fallback | |
| * Description: Promote content image as Schema.org image when no featured image is supplied. | |
| * Plugin URI: https://gist.github.com/westonruter/7358d6669e09cfa15a99021204208a67 | |
| * Author: Weston Ruter | |
| * Author URI: https://weston.ruter.net/ | |
| * Gist Plugin URI: https://gist.github.com/westonruter/7358d6669e09cfa15a99021204208a67 | |
| */ |
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
| <?php | |
| /** | |
| * AMP Auto Ads for AdSense (WordPress Plugin) | |
| * | |
| * @package AMP_Auto_Ads | |
| * @author Weston Ruter, Google | |
| * @license GPL-2.0-or-later | |
| * @copyright 2019 Google Inc. | |
| * | |
| * @wordpress-plugin |
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 | |
| # -*- coding: utf-8 -*- | |
| # | |
| # Updated to use Python 3 by Malcolm Greaves. | |
| # | |
| # Python script to find the largest files in a git repository. | |
| # The general method is based on the script in this blog post: | |
| # http://stubbisms.wordpress.com/2009/07/10/git-script-to-show-largest-pack-objects-and-trim-your-waist-line/ | |
| # | |
| # The above script worked for me, but was very slow on my 11GB repository. This version has a bunch |
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
| <?php | |
| /* | |
| Plugin Name: WP Scoped MU Plugin Loader | |
| Plugin URI: https://gist.github.com/felixarntz/9b3bed66099641a45ce437b067fea547 | |
| Description: Loads scoped MU plugins for specific sites or networks for an improved organization of those more specific tweaks. | |
| Version: 1.0.0 | |
| Author: Felix Arntz | |
| Author URI: https://leaves-and-love.net | |
| License: GNU General Public License v2 | |
| License URI: http://www.gnu.org/licenses/gpl-2.0.html |
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
| <?php declare(strict_types=1); | |
| require_once "✨.🐘"; | |
| ✨($_)->strlen("foo")->var_dump($_); |
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
| wp core language list --field=language | xargs -n 1 wp core language install |
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 | |
| #set -ex | |
| # The daemon's name (to ensure uniqueness and for stop, restart and status) | |
| name="traefik" | |
| # The path of the client executable | |
| command="$HOME/traefik/traefik.sh" | |
| # Any command line arguments for the client executable | |
| command_args="" | |
| # The path of the daemon executable |
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
| <?php | |
| class RoboFile extends \Robo\Tasks { | |
| /** | |
| * Creates release zip | |
| * | |
| * @param string $package Composer package in vendor/name format. | |
| * @param string $version Version to build. | |
| */ |
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
| vagrant plugin update $(vagrant plugin list |awk '/^[:alnum:]/i {print $1}') |
NewerOlder