imnemo

Results 2 issues of imnemo

hi, I scaned my pc, and got the result: ``` [scan] Starting new target: Gzipfile @ byte 6073704448 in [/dev/sda7] [main] Found possible wallet trace: Found 'wallet.dat' at Gzipfile @...

var User = turing.Class({ 'initialize' : function(name, age){ console.log('User init!'); this.name = name; this.age = age; }, 'toString' : function(){ var str = ''; for(var key in this){ if(typeof this[key]...