"coordinated views", "we built it to power analytics for Square Register, allowing merchants to slice and dice their payment history fluidly."
- Sleepbot ZZ 0.94
Thus, if you’re in a long-term relationship with a Chaos Muppet, there’s a pretty good chance you’re Bert. If you’re married to an Order Muppet, you may well be the Swedish Chef. And by all that is holy, don’t marry your same type if you can help it. That’s where Baby Elmos come from.
- Sleepbot ZZ 0.94
/* Simple JavaScript Inheritance * By John Resig http://ejohn.org/ * MIT Licensed. */ // Inspired by base2 and Prototype (function(){ var initializing = false, fnTest = /xyz/.test(function(){xyz;}) ? /\b_super\b/ : /.*/; // The base Class implementation (does nothing) this.Class = function(){}; // Create a new Class that inherits from this class Class.extend = function(prop) { var _super = this.prototype; // Instantiate a base class (but only create the instance, // don't run the init constructor) initializing = true; var prototype = new this(); initializing = false; // Copy the properties over onto the new prototype for (var name in prop) { // Check if we're overwriting an existing function prototype[name] = typeof prop[name] == "function" && typeof _super[name] == "function" && fnTest.test(prop[name]) ? (function(name, fn){ return function() { var tmp = this._super;
- Sleepbot ZZ 0.94
jcole’s weblog: Jeremy Cole’s take on life. » Blog Archive » The MySQL “swap insanity” problem and the effects of the NUMA architecture - http://jcole.us/blog...