Skip to content

Instantly share code, notes, and snippets.

View arthyn's full-sized avatar
🏹
Seeking truth through creation

Hunter Miller arthyn

🏹
Seeking truth through creation
View GitHub Profile
@arthyn
arthyn / library-system.js
Created October 2, 2017 03:41
LibrarySystem with Dependencies
(function() {
var libraryStorage = {};
var Library = function(dependencies, callback) {
this.dependencies = dependencies;
this.generator = callback;
};
function retreiveLibrary(libraryName) {
var library = libraryStorage[libraryName];
/**
* Function: runWithDebugger
* Runs callback with debugger initiated
*
* Params:
* callback - the function you want to debug
* args - the array of arguments being passed to the callback
* Return:
* result of callback
*/
@arthyn
arthyn / load-typekit.js
Created May 18, 2017 15:55
Load typekit
try{Typekit.load({ async: true });}catch(e){}

Keybase proof

I hereby claim:

  • I am arthyn on github.
  • I am arthyn (https://keybase.io/arthyn) on keybase.
  • I have a public key ASCLfmGj4u2BnqXrmqTjID4LQitUcFzgZxiSZv0OQ8e42go

To claim this, I am signing this object: