search for: spaceinvad

Displaying 2 results from an estimated 2 matches for "spaceinvad".

Did you mean: spaceinvader
2003 Sep 10
0
net view can see server, but nmblookup '*' can't find it!
...137 nmb packet from 192.168.0.111(137) header: id=32431 opcode=Query(0) response=Yes header: flags: bcast=No rec_avail=No rec_des=No trunc=No auth=Yes header: rcode=0 qdcount=0 ancount=1 nscount=0 arcount=0 answers: nmb_name=*<00> rr_type=33 rr_class=1 ttl=0 answers 0 char .SPACEINVADERS hex 045350414345494E5641444552532020 answers 10 char .D.SPACEINVADERS hex 0044005350414345494E564144455253 answers 20 char D.BFNX hex 2020204400524F4B5520202020202020 answers 30 char ...BFNX hex 2020202000C400524F4B552020202020 answers 40 char...
2008 Jun 06
0
[LLVMdev] translating Objective C to C
Hi, I am thinking of integrating llvm's front end and intermediate language with program analysis tools I am developing with my colleagues (we look for memory errors and leaks, integrity of data structures, etc. -- for details see http://spaceinvader-eastlondonmassive.blogspot.com/) . My initial baby experiment was simply translating C++ to C using llvm, followed by analysis of the C code (our tools only support C at the moment). When trying to do the same with Objective C, I got C code which cannot be compiled, because the same symbol...