Skip to content

Instantly share code, notes, and snippets.

View neeharv's full-sized avatar

Neehar Venugopal neeharv

View GitHub Profile
@neeharv
neeharv / machine.js
Last active August 16, 2021 08:51
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@neeharv
neeharv / git_commit_template_setup.sh
Last active March 14, 2016 06:55
Setup simple git commit message template
cd ~/ \
& wget https://gist.githubusercontent.com/neeharv/7b2e074d9773ab5815fa/raw/caf23132755aa9c9f965d1cd726e02b7d76b8000/.git_commit_message.txt \
& git config --global commit.template ~/.git_commit_msg.txt
@neeharv
neeharv / .git_commit_message.txt
Created March 12, 2016 05:05
A simple git commit template
# If applied, this commit will...
# Explain why this change is being made
# Provide links to the relevant issues on GitHub. Shortlinks also work,
# for eg - Fixes #371