Skip to content

Instantly share code, notes, and snippets.

@msparks
msparks / keybase.md
Created December 8, 2014 00:28
github verification for keybase

Keybase proof

I hereby claim:

  • I am msparks on github.
  • I am m3s (https://keybase.io/m3s) on keybase.
  • I have a public key whose fingerprint is 0421 D660 2AF0 B353 8846 D4D6 B06C 9185 D235 0400

To claim this, I am signing this object:

@msparks
msparks / volheader.c
Created November 6, 2011 10:30
HFS+ volume header printer
/**
* volheader: HFS+ volume header tool.
*/
#include <arpa/inet.h>
#include <fcntl.h>
#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>