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
| ### Keybase proof | |
| I hereby claim: | |
| * I am blowery on github. | |
| * I am blowery (https://keybase.io/blowery) on keybase. | |
| * I have a public key whose fingerprint is B84B 74DB 367C 9A6F 3D9E B9CE 23D1 BB96 8F7E F8E8 | |
| To claim this, I am signing this object: |
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
| -----BEGIN PGP MESSAGE----- | |
| Version: GnuPG v1 | |
| hQEMA4UcjUeLLfWGAQf/egcOQpRZMA7xfHt80vVemTW+tO6ZO7Fp0fUV0S6sokSe | |
| Ahp2AfkFjnq0MdnnJlYeb5kSIHJK3PzAVg5+FLizFbuyPSJf2GHB7Fq2QVZMjh2M | |
| w4Z5X1DM3RvqXHlQz3/rIPXLNkgSFqhvcEIopinwf1pMdfpPFtuznuhnUJ7hAHSv | |
| 0VAiLlQQDbmY1nIbnitr513qtSCHwqfA09nNvkBxzEA+vqx93qRs0wakqWqsZLKq | |
| G6qMIT/4IyuqA4o3fq+oGAMXkrGyDtgJn93sPdrPmkKxMOc406rGFtb3zglteYf4 | |
| vjJGOj9wJTzB0oMSJsoH+jfYYyTxReRUZ9JuvJtP29JNAf98zZ7tmhTu/7T/7b0q | |
| uUTjSgV9ge7/YU7+e1TVz9U/oOAzzf6+u7uK7gEuIcPd0r8J/PMyFRq0ZEgyc33I |
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
| Verifying myself: My Bitcoin username is +blowery. https://onename.io/blowery |
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
| All of the figs | |
| ** | |
| /** ** ** ****** | |
| ***** ****** /** //** ** /**///** ****** ****** | |
| **///** //////** /** //*** /** /** **//// **////** | |
| /** // ******* /** /** /****** //***** /** /** | |
| /** ** **////** /** ** /**/// /////**/** /** | |
| //***** //******** *** ** /** ****** //****** | |
| ///// //////// /// // // ////// ////// |
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
| var c = require('@wordpress/i18n'); | |
| console.log(c); |
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
| import b from './b'; | |
| console.log( 'starting a' ); | |
| const namer = function( n ) { return "name(" + n + ")"; } | |
| export default namer; | |
| function combo() { | |
| return b + 'a'; | |
| } |
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
| const namer = "hanz"; | |
| export default namer; | |
| import b from './b'; | |
| console.log( 'starting a' ); | |
| function combo() { | |
| return b + 'a'; | |
| } |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
| <title>Play</title> | |
| </head> | |
| <body> |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
| <title>Play</title> | |
| </head> | |
| <body> |
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
| { | |
| "name": "blowery-npx-oddity", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1", | |
| "prepare": "npx rimraf foo" | |
| }, | |
| "keywords": [], |