Tag: call
Using strace
January 19, 2009
Display system calls made and received by a process strace -c ls >/dev/null
Scope and Binding in JavaScript
August 28, 2007
Function x executions in the scope of object y. var Car = function() { this.name = ‘car’; } var Truck…
Recent Comments