Tag: interface
Find Current IP Address
December 22, 2007
Find the IP address of all the active interfaces. ifconfig | egrep -o ‘^[a-z0-9]{1,12}|inet addr:[0-9.]+’
Chainable interface in JavaScript
October 28, 2007
Creating Chainable interfaces in javascript… (function() { function _init() { return this; } _init.prototype = { “myFunction”: function() { return…
Recent Comments