Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am shawkinaw on github.
  • I am shawkinaw (https://keybase.io/shawkinaw) on keybase.
  • I have a public key whose fingerprint is 254D 1D36 65AB ED61 32B7 428F DB7F 80DC DCC7 67AF

To claim this, I am signing this object:

@shawkinaw
shawkinaw / EventHandlers.js
Last active December 12, 2015 01:59
Blog: User Validation on FatFractal
exports.validateUser = function() {
var user = ff.getEventHandlerData();
function ActivationRequest(usr) {
this.clazz = "ActivationRequest";
this.userGuid = usr.guid;
this.createdBy = 'system';
}
var ar = new ActivationRequest(user);
@shawkinaw
shawkinaw / Derp.m
Created July 5, 2012 16:16
Public Test
@implementation Derp
@synthesize deDerp = _deDerp;
@end