Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am doceme on github.
  • I am scaudle (https://keybase.io/scaudle) on keybase.
  • I have a public key ASDtCL1DO9nAfnWw89O6ti8YZJUsY_CAUE-JX6SW4m4v4Ao

To claim this, I am signing this object:

/*
* Fault handlers, stolen from FreeRTOS web (www.FreeRTOS.org)
*
* 2009-2010 Michal Demin
*
*/
#ifdef USE_HF_DEBUG
void HardFault_Handler(void) __attribute__ ((naked));
@doceme
doceme / onename
Created November 12, 2014 21:02
Onename verification
Verifying that +stephencaudle is my Bitcoin username. You can send me #bitcoin here: https://onename.io/stephencaudle
@doceme
doceme / post-receive-email-for-branch.sh
Created October 13, 2011 19:14
post-receive-email-for-branch
#!/bin/sh
#
# Copyright (c) 2007 Andy Parkins
#
# An example hook script to mail out commit update information. This hook
# sends emails listing new revisions to the repository introduced by the
# change being reported. The rule is that (for branch updates) each commit
# will appear on one email and one email only.
#
# This hook is stored in the contrib/hooks directory. Your distribution