I hereby claim:
- I am josephvoss on github.
- I am josephvoss (https://keybase.io/josephvoss) on keybase.
- I have a public key whose fingerprint is 8819 979C B823 142F D889 7AD9 8089 B099 8C7E C376
To claim this, I am signing this object:
| { | |
| "$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
| "meta": { | |
| "version": "v1.0.0", | |
| "lastModified": "2026-05-13" | |
| }, | |
| "basics": { | |
| "name": "Joseph Voss", | |
| "label": "Systems Reliability Engineer", | |
| "email": "jvoss@josephvoss.com", |
I hereby claim:
To claim this, I am signing this object:
| /** | |
| * This is the main Blank Simple C++ Project program file. | |
| */ | |
| #include <stdio.h> // Recommended over iostream for saving space | |
| #include <propeller.h> // Propeller-specific functions | |
| #include <simpletools.h> | |
| #define NORTH 1 | |
| #define EAST 2 |