search for: wouuld

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

Did you mean: would
2006 Apr 12
2
Update of CentOS 4.0 to 4.3
I need to update a CentOS 4.0 system to CentOS 4.3. In my opinion, I should start out with a "yum update yum centos-yumconf" and then follow that with a "yum update". Does anyone have any other input as to what other packages might be needed to be updated with yum and centos-yumconf before the mass upgrade? Thanks, Barry
2010 Jul 15
3
Good script to make appointment?
Hello I'd like to write a script that would make it easier for people to call in, listen to the IVR, and make an appointment (eg. "When? ASAP? A given day?" -> "Morning? Afternon", etc.) I assume I'm not the first one to try and write this type of IVR, so would appreciate any feedback on writing this. Thank you.
2008 Oct 13
2
Subset based on items in a list.
R-help: I have a variable ("ID_list") containing about 1800 unique numbers, and a 143066x29 data frame. One of the columns ("ID") in my data frame contains a list of ids, many of which appear more than once. I'd like to find the subset of my data frame for which "ID" matches one of the numbers in "ID_list." I'm pretty sure I could write a function