Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@toddmoy
toddmoy / machine.js
Last active September 16, 2020 17:42
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@toddmoy
toddmoy / machine.js
Last active September 11, 2020 22:50
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@toddmoy
toddmoy / machine.js
Last active November 26, 2019 05:25
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions

Component

For Designers

  • Summary (what this component is, when to use this in lieu of another)
  • Visual Examples
    • States (hover, active, open, etc.)
  • Dos & Don'ts
  • Variations
@toddmoy
toddmoy / SketchSystems.spec
Last active June 11, 2018 18:31
Flexible Metric Card
Flexible Metric Card
Closed
clickCard -> Show Chart
mouseOver -> Show Ellipsis
requestingData -> Loading
noData -> Awaiting Data
scriptNotInstalled -> Install Script
Show Chart
clickCard -> Closed
Show Ellipsis
@toddmoy
toddmoy / bootsrap_class_list
Created July 26, 2017 15:55 — forked from geksilla/bootsrap_class_list
Bootstrap css class list
.navbar
.caret
.label
.table
.img-responsive
.img-rounded
.img-thumbnail
.img-circle
.sr-only
.lead

Keybase proof

I hereby claim:

  • I am toddmoy on github.
  • I am toddmoy (https://keybase.io/toddmoy) on keybase.
  • I have a public key whose fingerprint is 44D6 6435 3A17 6265 31B6 2729 8294 F080 B9AB E6B5

To claim this, I am signing this object:

package cooccurrencematrix;
import processing.core.PApplet;
import controlP5.*;
public class CooccurrenceMatrix extends PApplet {
static final long serialVersionUID = 1;
int items = 50;