Skip to content

Instantly share code, notes, and snippets.

View wuz's full-sized avatar

Conlin Durbin wuz

View GitHub Profile

Keybase proof

I hereby claim:

  • I am wuz on github.
  • I am cendaeg (https://keybase.io/cendaeg) on keybase.
  • I have a public key whose fingerprint is 8C9F DF30 0ECB A283 E381 E8B1 BF3A E0DA EA15 E07D

To claim this, I am signing this object:

@wuz
wuz / keybase.md
Created September 18, 2017 18:30

Keybase proof

I hereby claim:

  • I am wuz on github.
  • I am wuz (https://keybase.io/wuz) on keybase.
  • I have a public key ASA176Jan6kB9a6Uz5sAkTShnsfHUWBTTHVcxboaikng-Qo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am wuz on github.
  • I am wuz (https://keybase.io/wuz) on keybase.
  • I have a public key ASBhw_3-tV1oSBa6KFcM_32q15ogFRlbojG9V5LVhJ3Dmwo

To claim this, I am signing this object:

@wuz
wuz / stdio-discord-coc.md
Last active January 23, 2019 21:42 — forked from didichanoch/sample-discord-coc.md
The STDIO discord Code of Conduct

STDIO Code of Conduct

Welcome!

This is a server for developers to hang out, work together, and get help.

The current admins are:

  • wuz
@wuz
wuz / items.json
Created May 17, 2020 19:55
MTMR config
[
{
"type": "group",
"align": "left",
"bordered": true,
"title": "⋯",
"width": 10,
"items": [
{ "type": "close", "bordered": false, "align": "left" },
{ "type": "dock", "align": "left", "width": 300 }
@wuz
wuz / LikeButton.js
Created December 30, 2020 20:04
Remote Test
'use strict';
const e = React.createElement;
class LikeButton extends React.Component {
constructor(props) {
super(props);
this.state = { liked: false };
}