Skip to content

Instantly share code, notes, and snippets.

View howardjp's full-sized avatar

James Howard howardjp

View GitHub Profile

Keybase proof

I hereby claim:

  • I am howardjp on github.
  • I am howardjp (https://keybase.io/howardjp) on keybase.
  • I have a public key whose fingerprint is BCC7 A7FF 558D 4B21 B3E3 CD3D 7E1A DF3E 1835 8791

To claim this, I am signing this object:

{
"name": "Bitlash",
"keywords": "command line, EEPROM, editor, interpreter",
"description": "a programmable command shell for arduino",
"repository":
{
"type": "git",
"url": "https://github.com/billroy/bitlash.git"
},
"frameworks": "arduino",
{
"name": "morse",
"keywords": "morse, led, buzzer",
"description": "Encode text as Morse code",
"repository":
{
"type": "git",
"url": "https://github.com/markfickett/arduinomorse.git"
},
"frameworks": "arduino",

Keybase proof

I hereby claim:

  • I am howardjp on github.
  • I am howardjp (https://keybase.io/howardjp) on keybase.
  • I have a public key whose fingerprint is 8A21 4303 B9A6 301A 92E0 A55D 2B98 80E1 E660 2099

To claim this, I am signing this object:

#!/bin/sh
#
# Script by Wesley J. Landaker <wjl@icecavern.net>
# posted to git@vger.kernel.org on 5 Feb 2010.
#
# Besides the error checking, this just creates a new ref
# and clears the index so you can start from a clean slate.
# No actual files are deleted from the work-tree.
if [ $# -ne 1 ]; then