I hereby claim:
- I am thegoldenmule on github.
- I am benjaminjordan (https://keybase.io/benjaminjordan) on keybase.
- I have a public key whose fingerprint is 9958 EF96 E3CA 149C A6D3 0049 3B3F E49B 2E03 7CDB
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| using System; | |
| using System.Collections.Generic; | |
| using Microsoft.Office.Interop.Outlook; | |
| using Office = Microsoft.Office.Core; | |
| namespace RandomSignature | |
| { | |
| public partial class ThisAddIn | |
| { | |
| Inspectors inspectors; |
| [user] | |
| email = bmj465@gmail.com | |
| name = thegoldenmule | |
| [alias] | |
| pl = pull | |
| pf = pull --ff-only | |
| ps = push | |
| co = checkout | |
| st = status | |
| cm = commit --verbose -m |
| const vec2 = glMatrix.vec2; | |
| window.init = (canvas) => { | |
| console.log('Init()!!!!!!!!!'); | |
| // TODO | |
| }; | |
| window.loop = (dt, canvas) => { |