Day: October 28, 2007
Chainable interface in JavaScript
October 28, 2007
Creating Chainable interfaces in javascript… (function() { function _init() { return this; } _init.prototype = { “myFunction”: function() { return…
Create a Permanent Alias in Fish Shell
October 28, 2007
This is how you create a permanent alias is fish… alias x=’exit’ save_function x
Recent Comments