I hereby claim:
- I am pento on github.
- I am pento (https://keybase.io/pento) on keybase.
- I have a public key whose fingerprint is B3B5 DF2A 48B4 C067 7628 6491 5B08 7A47 D0D6 EE94
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| CACHE_DIR="$HOME/.claude/cache" | |
| CACHE_FILE="$CACHE_DIR/claude-usage.json" | |
| TTL_SECONDS=900 # 15 minutes | |
| mkdir -p "$CACHE_DIR" | |
| # Check cache age unless --force |
| // License: GPLv2+ | |
| var el = wp.element.createElement, | |
| registerBlockType = wp.blocks.registerBlockType, | |
| ServerSideRender = wp.components.ServerSideRender, | |
| TextControl = wp.components.TextControl, | |
| InspectorControls = wp.editor.InspectorControls; | |
| /* | |
| * Here's where we register the block in JavaScript. |
| /** | |
| * License: GPL-3.0+ | |
| */ | |
| .weekly-link { | |
| /*border-left: 3px solid rgba(0,0,0,.8);*/ | |
| border-left: 3px solid rgba(255, 160, 0, 1); | |
| padding-left: 2em; | |
| padding-right: 2em; | |
| margin-bottom: 2em; | |
| } |
| ( function( blocks, element ) { | |
| var el = element.createElement; | |
| function Stars( { stars } ) { | |
| return el( 'div', { key: 'stars' }, | |
| '★'.repeat( stars ), | |
| ( ( stars * 2 ) % 2 ) ? '½' : '' ); | |
| } | |
| blocks.registerBlockType( 'stars/stars-block', { |
| <?php | |
| /* | |
| * Plugin Name: Rainbow Bar! | |
| */ | |
| function rainbow_bar() { | |
| ?> | |
| <style type="text/css"> | |
| #wpadminbar { |
| <?php | |
| class 🙃db extends wpdb { | |
| public $tables🙃 = array( | |
| // Tables | |
| 'posts' => '⭕', | |
| 'postmeta' => '⭕➡️', | |
| 'comments' => '♻', | |
| 'commentmeta' => '♻➡️', | |
| 'terms' => '↔️', |
| <?php | |
| /* Path to the WordPress codebase you'd like to test. Add a backslash in the end. */ | |
| define( 'ABSPATH', dirname( __FILE__ ) . '/src/' ); | |
| // Test with multisite enabled. | |
| // Alternatively, use the tests/phpunit/multisite.xml configuration file. | |
| // define( 'WP_TESTS_MULTISITE', true ); | |
| // Force known bugs to be run. |
| Verifying that +pento is my openname (Bitcoin username). https://onename.com/pento |
| <?php | |
| class PentoFilters { | |
| // eg... | |
| function the_content( $content ) { | |
| return $content; | |
| } | |
| } | |
| function pento_filters() { | |
| global $wp_current_filter; |
I hereby claim:
To claim this, I am signing this object: