Skip to content

Instantly share code, notes, and snippets.

View jacobmendoza's full-sized avatar
🏠
Working from home

Jacob jacobmendoza

🏠
Working from home
View GitHub Profile
@jacobmendoza
jacobmendoza / Cacheability.cs
Last active September 2, 2015 10:00 — forked from bradwilson/Cacheability.cs
Using chaining to create cached results in ASP.NET Web API v2
public enum Cacheability
{
NoCache,
Private,
Public,
}
@jacobmendoza
jacobmendoza / log.js
Created November 20, 2012 10:59 — forked from cowboy/log.js
JavaScript: log= (insanity?)
/*
* log= (insanity?)
* http://benalman.com/
*
* Copyright (c) 2012 "Cowboy" Ben Alman
* Licensed under the MIT license.
*/
Object.defineProperty(global, 'log', {
set: function(args) {