Skip to content

Instantly share code, notes, and snippets.

View zachdtaylor's full-sized avatar

Zach Taylor zachdtaylor

View GitHub Profile

Keybase proof

I hereby claim:

  • I am zachdtaylor on github.
  • I am zachdtaylor (https://keybase.io/zachdtaylor) on keybase.
  • I have a public key ASBaC43PwKbBB25qcTa18rcfVyagJCbL5MjFSxKWSDqZTgo

To claim this, I am signing this object:

Remix "apps" api design

@zachdtaylor
zachdtaylor / Hornet.java
Created October 26, 2021 03:43
One of the first classes I ever wrote (2011)
import java.util.ArrayList;
import info.gridworld.actor.*;
import info.gridworld.grid.*;
import java.awt.Color;
public class Hornet extends Critter{
public Hornet(){
setColor(Color.yellow);
@zachdtaylor
zachdtaylor / machine.js
Last active May 7, 2021 21:14
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions