Skip to content

Instantly share code, notes, and snippets.

View ianva's full-sized avatar

ianva ianva

  • EF
  • Saltanat Balghymbayev St 69
View GitHub Profile
@ianva
ianva / 0_reuse_code.js
Created October 28, 2015 08:06
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@ianva
ianva / modload
Created January 25, 2011 02:02
mod load
(function(window){
//----------------------------------------------------------------------------
// Global variables and related helpers
//----------------------------------------------------------------------------
var PATH_EXPR = /(?:([a-zA-Z0-9-._]*)\/)?(?:(?:([a-zA-Z0-9-._]+)\.js(?:\?(.*))?)|([a-zA-Z0-9-._]+))/,
uuid = 0,
_scriptTimeout = 10000,
mods = {};