search for: l3002

Displaying 3 results from an estimated 3 matches for "l3002".

Did you mean: 3002
2019 Aug 24
0
Fwd: Document colon equals `:=` operator ?
...cribe how to use the operator in the context of the package but don't refer to its undocumented status. Some relevant chunks of source code : * https://github.com/wch/r-source/blob/tags/R-3-6-1/src/main/gram.y#L379-L381 * https://github.com/wch/r-source/blob/tags/R-3-6-1/src/main/gram.y#L2999-L3002 Now for the questions : Some R users worry that the use of `:=` is not safe, as it is undocumented. It would be good to be able for package authors to reassure their users that the package won't break because R Core decides to remove the operator at some point, or change its behavior. * Cou...
2008 Mar 31
0
what''s the purpose of line page table (PML4 entry 258)
...<http://lxr.xensource.com/lxr/ident?a=x86_64;i=l1_pgentry_t> val <http://lxr.xensource.com/lxr/ident?a=x86_64;i=val> = l1e_from_intpte <http://lxr.xensource.com/lxr/ident?a=x86_64;i=l1e_from_intpte>(val64); 3002 <http://lxr.xensource.com/lxr/source/xen/arch/x86/mm.c?a=x86_64#L3002> struct vcpu <http://lxr.xensource.com/lxr/ident?a=x86_64;i=vcpu> *v <http://lxr.xensource.com/lxr/ident?a=x86_64;i=v> = current <http://lxr.xensource.com/lxr/ident?a=x86_64;i=current>; 3003 <http://lxr.xensource.com/lxr/source/xen/arch/x86/mm.c?a=x86_64#L3003>...
2000 Jan 20
0
OpenSSH problem report on Linux 2.2.14.
.../gcc-lib/i586-pc-linux-gnu/2.95.2/specs gcc version 2.95.2 19991024 (release) Symptom: I login into a remote host (remote-host, below) and use port forwarding to access web servers beyond that machinee like the following. /usr/local/bin/ssh -l ishikawa -C -L3000:hostA:3000 -L3001:hostB:3000 -L3002:hostC:3000 -L3003:hostD:3000 -L3004:localhost:3000 -L8082:u43:8082 -L3026:hostA:23 -L8080:hostB:8080 remote-host hostB ... I believe this is sunos 4.1.4 sparc host remote-host ... I believe this is SunOS 5.5.1 or 5.6 sparc host. After having connected to remote-host using ssh (from openssh pac...