search for: aarp

Displaying 4 results from an estimated 4 matches for "aarp".

Did you mean: arp
2007 Dec 25
1
problems building appletalk module with new kernel
...this on CentOS 4 and CentOS 5 but after installing 2.6.18-53.1.4el kernel, I'm having a bit of a struggle... # make -C /lib/modules/2.6.18-53.1.4.el5/build \ SUBDIRS=/usr/src/appletalk modules make: Entering directory `/usr/src/kernels/2.6.18-53.1.4.el5-i686' CC [M] /usr/src/appletalk/aarp.o CC [M] /usr/src/appletalk/ddp.o CC [M] /usr/src/appletalk/dev.o CC [M] /usr/src/appletalk/atalk_proc.o CC [M] /usr/src/appletalk/sysctl_net_atalk.o LD [M] /usr/src/appletalk/appletalk.o Building modules, stage 2. MODPOST CC /usr/src/appletalk/appletalk.mod.o LD [M] /u...
2011 Jun 09
2
Problem with a if statement inside a function
...TX", "UT", "VT", "VA", "WA", "WV", "WI", "WY") inscompany <- c("21st Century", "AAA", "Alliance United", "Allied", "American Automobile Association", "AARP", "AIG", "American International Group", "Allstate", "All State", "All-state", "American States", "American Income", "AMICA", "American Family", "ANPAC", "American Natio...
2011 Jun 09
1
Error: missing values where TRUE/FALSE needed
...on') + 1] == 'DC') mydf[i, 'state'] <- 0 } if(any(Words == 'York')){ if(Words[which(Words == 'York') + 1] == 'City') mydf[i, 'state'] <- 0 } if(any(Words == "Indianapolis")){ mydf[i, 'state'] <- 0 } if(any(Words == "AARP")){ mydf[i, 'state'] <- 0 } if(any(Words == "ANPAC")){ mydf[i, 'state'] <- 0 } if(any(Words == "AMICA")){ mydf[i, 'state'] <- 0 } if(any(Words == "GMAC")){ mydf[i, 'state'] <- 0 } if(any(Words == "USAA")){ mydf...
2007 Jan 19
9
Double-quoted query with "and" fails.
Hi, We''re using Ferret 0.9.4 and we''ve observed the following behavior. Searching for ''fieldname: foo and bar'' works fine while ''fieldname: "foo and bar"'' doesn''t return any results. Is there a way to make ferret recognize the ''and'' inside the query as a search term and not an operator? (I hope I got the