Skip to content

Instantly share code, notes, and snippets.

View joshuaebowling's full-sized avatar

Josh Bowling joshuaebowling

View GitHub Profile
/*======================================================================*\
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
@joshuaebowling
joshuaebowling / Veritaseum.md
Last active September 1, 2015 01:10
This is all the information requested from your proposal form on Upwork. Please let me know if there's anything else I can get you.

Response to Opportunity at Veritaseum

COVER LETTER:

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.

Links

  1. Gist Response to _Opportunity

  2. Personal Github Project I Recently Started

  3. The above github project is running live here

@joshuaebowling
joshuaebowling / id.js
Last active September 7, 2015 02:33
Response to _Opportunity
// 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()
};