search for: induvidual

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

Did you mean: individual
2007 Aug 02
1
dovecot 1.0.2, sieve 1.0.2 and regex
...;]; and a bit down these few lines comes into play: > elsif header :regex "From" "logwatch.*stuff.com" { > fileinto "INBOX.Admin/Logwatch Stuff"; > } and regex just never seem to catch. I have 50ish machines in the stuff.com domain, and writing an induvidual section like this works: > elsif header :contains "From" "logwatch at a.stuff.com" { > fileinto "INBOX.Adin/Logwatch Stuff"; > } > elsif header :contains "From" "logwatch at b.stuff.com" { > fileinto "INBOX.Ad...
2005 Nov 17
1
Scan data from a .txt file
...ot;") a<-data[[1]] b<-data[[2]] c<-data[[3]] d<-data[[4]] But this doesn't work because of type mismatch. I want to pull the col names also into the respective lists. For example i want 'b' to have (weight,150,160,180,205) so that i can access the col name and also the induvidual weights. I tried using the read.table method too, but couldn't get this working. Can someone suggest a way to do this. Thanks, Vasu. [[alternative HTML version deleted]]
2005 Dec 01
1
Transfer String Array from R to java
...31056.6 24869.9 i want to extract the first column of names as a matrix and pass it to a String[] type in java. I am using RServe and was able to pass the other two columns to double[] in java but was not able to do so for data[,1] to a String[]. I have to do this in order to access induvidual string names. I tried using RList, but din't work out. Is there no String array available with REXP similar to int array and double array? How can this be done? Thanks, Vasu [[alternative HTML version deleted]]
2005 Nov 17
2
[Rd] Scan data from a .txt file
...> c<-data[[3]] > d<-data[[4]] > But this doesn't work because of type mismatch. I want to > pull the col > names also into the respective lists. For example i want 'b' to have > (weight,150,160,180,205) so that i can access the col name > and also the > induvidual weights. I tried using the read.table method too, > but couldn't > get this working. Can someone suggest a way to do this. > Thanks, > Vasu. > > [[alternative HTML version deleted]] > > ______________________________________________ > R-devel at r-project.org mail...
2006 Mar 31
0
ULOGD and Snort Inline
Hi All, I am facing a problem when using ULOG daemon and SNORT (inline mode) with iptables. My set up is like this. 1. I need ULOG daemon to log firewall logs to MYSQL database. 2. I need SNORT in inline mode for intrusion prevention. Both can work fine induvidually with iptables. But ULOG daemon cannot work when SNORT is also running. Probably the reason is that snort also hooks to netfilter along with ULOG. So the packet does not come to ULOG. Is it so? Does anybody have such a setup up and running ?? Can somebody please help me with some suggestions as...