When I first read your job posting, I was surprised at the rigor of your submittal process. Nevertheless, it stuck out at me. The next day, I realized how much I appreciated it. So I began reading about your technology and Mr. Middleton's goal in its inception: to liberate mankind from banks and lawyers... wow. This is truly a goal worthy of knowledge, skill, passion, grit. Thus, I offer what I possess of these virtues to this goal.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*======================================================================*\ | |
ICBIaW50OiBtYWtlIHRoaXMgYXMgY2xvc2UgdG8gcHJvZHVjdGlvbi1yZWFkeSBzb3VyY2 | |
UgY29kZSBhcyB5b3UgY2FuIQoKICBCb251cyBwb2ludHMgZm9yIHRlbGxpbmcgdXMgd2hh | |
dCB0aGlzIGRvZXMgaW4gcGxhaW4gdGVybXM6CgogICAgJycuam9pbihpdGVydG9vbHMuY2 | |
hhaW4oKnppcChzWy0yOjotMl0sIHNbOjotMl0pKSk= | |
\*======================================================================*/ | |
// I'm going to leave my debugging code in so you can see how I prove to myself that I've resolved issues | |
/* I added the NAMESPACE declaration to troubleshoot. | |
* I understand this was only part of a larger | |
* codeblock that may or may not have declared NAMESPACE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// I'm going to leave my debugging code in so you can see how I prove to myself that I've resolved issues | |
/* I added the NAMESPACE declaration to troubleshoot. | |
* I understand this was only part of a larger | |
* codeblock that may or may not have declared NAMESPACE | |
*/ | |
var NAMESPACE; | |
if (!NAMESPACE || typeof NAMESPACE == 'undefined') { | |
NAMESPACE = { | |
_all_ids: new Object() | |
}; |
NewerOlder