search for: nsps

Displaying 5 results from an estimated 5 matches for "nsps".

Did you mean: nops
2003 May 06
0
Concatenate dataframe
Hi, thanks for help on index in a for for looping. its work. Now I have another doubt. I have a data.frame like this: nsps area 1 1 4 2 0 9 3 1 4 4 1 4 5 1 4 6 1 9 7 0 4 8 1 9 9 0 4 10 1 9 ... I try to make another data.frame like this: nsps area 1 4 4 2 3 9 using tapply, it work: > tapply(betarea1$nsps,betarea1$ar...
2004 Sep 17
1
Using R to send to SOAP server?
...lient commands to R, and returns the R results to the client. If I'm wrong about that, I'd appreciate being told so. Thanks for any suggestions. -Don Here are the essential parts of the perl script. use SOAP::Lite; ## assumes one arg $msg = $ARGV[0]; if ($msg) { print "[gm-nsps.pl] sending to NSPS\n"; $soap = SOAP::Lite -> uri('http://chous-devpc.eedad.llnl.gov:9000/axis/services') -> proxy('http://chous-devpc.eedad.llnl.gov:9000/axis/services/NspsIncidentService') -> notifyIncidents( "$msg" ); } Version informa...
2003 Mar 06
1
Problems with variable types.
Hi all, I have problems in a dataframe variables types. Look: from a loop function: for(...){ ... dados.fin <- rbind(dados.fin, c(L=j, A=j^2, Nsp=nsps, N=length(amosfin$SP), AmT="am",NAm=nam, AMST=amst)) dados.fin <- rbind(dados.fin, c(L=j, A=j^2, Nsp=nsp, N=nbicho, AmT=&quot...
1998 May 08
4
Lightning fast attacks?
RH4.2 Linux Intel Last night I got three of these log messages: Two in a row, one a bit later. May 8 00:35:15 osg-gw imapd[4307]: warning: can''t get client address: Connectio n reset by peer May 8 00:35:15 osg-gw imapd[4307]: refused connect from unknown Now, I have imapd blocked to non-local users using tcpd wrappers, so tcpd is trying to find the address of the remote machine (all
1998 May 09
4
Apparent SNMP remote-root vulnerability.
...[Mod: Let me also make a statement that completely stealth attacks are impossible. Any attack *will* generate packets on a wire. In order for those packets to be delivered to the target, they must follow IP conventions. Granted, the source address can be spoofed (which should be impossible if ISPs/NSPs start filtering at the customer routers) but apart from that a real, trackable packet will be sent to the target. -- alex] -- alex] ------------------------------------------------------------------ Jon Lewis <jlewis@fdt.net> | http://noagent.com/?jl1 for cheap Network Administrator...