Skip to content

Instantly share code, notes, and snippets.

View blowery's full-sized avatar

Ben Lowery blowery

View GitHub Profile
@blowery
blowery / gist:9763982
Created March 25, 2014 15:17
keybase.md
### 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:
@blowery
blowery / gist:9764189
Created March 25, 2014 15:27
to nelson
-----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
Verifying myself: My Bitcoin username is +blowery. https://onename.io/blowery
All of the figs
**
/** ** ** ******
***** ****** /** //** ** /**///** ****** ******
**///** //////** /** //*** /** /** **//// **////**
/** // ******* /** /** /****** //***** /** /**
/** ** **////** /** ** /**/// /////**/** /**
//***** //******** *** ** /** ****** //******
///// //////// /// // // ////// //////
var c = require('@wordpress/i18n');
console.log(c);
import b from './b';
console.log( 'starting a' );
const namer = function( n ) { return "name(" + n + ")"; }
export default namer;
function combo() {
return b + 'a';
}
@blowery
blowery / a.mjs
Last active January 5, 2024 15:37
cycles in es6
const namer = "hanz";
export default namer;
import b from './b';
console.log( 'starting a' );
function combo() {
return b + 'a';
}
<!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>
<!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>
{
"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": [],