search for: eludes

Displaying 20 results from an estimated 190 matches for "eludes".

2004 Aug 20
1
smbcacls syntax eludes me (perhaps)
(Is this the right place to post such question?) I can't seem to grasp the right syntax for smbcacls This is a 306rc2, security=user system w/ passwords set via smbpasswd, and smbclient gives expected r/w behavior.I've seen the same on a 302a security=domain or ads system (I believe), which is why I think I'm misinterpreting something (or is smbcacls broken??) -- or what
2007 May 10
4
apply( )
I have a question that must have a simple answer (but eludes me). I need a row-by-row logical comparison across three numeric variables in a data frame: foo$x, foo$y, foo$z. The logic is if( x < y || x > z ) 1 else 0 for a particular row. It is simple and very inefficient to use for(i in 1:length(foo$x)){ } loops. How can I accomplish this usin...
2007 Oct 29
5
Stuck Voicemails?
This question is about 1.2.x asterisk. Please no flames, or "you should upgrade to 1.4". Does anyone know what might be the cause for 'stuck voicemail's in 1.2.6asterisk? By stuck, I mean the phones show a voicemail, and if you log in you get "you have 1 new voicemail", and if you delete it it says 'deleted', however it remains. Going into the mail
2011 Mar 29
4
Simple but elusive - expand back from counts
Dear R-users, This should be simple but still eludes me: Given the following tmp<-as.data.frame(matrix(c(44, 10, "abc", 1, 44, 10, "def", 1, 44, 12, "abc", 2), 3, 4, byrow=T)) I want to expand the data to the following form: V1 V2 V3 V4 1 44 10 abc 1 2 44 10 def 1 3 44 12 abc 1 4 44 12 abc 1 The last row o...
2008 Apr 11
3
strsplit and sapply
...]] [1] "a" [[2]] [1] "bb" "ccc" [[3]] [1] "dddd" "eeeee" "ffffff" Now I need to access the [1] portions of [[n]] - ("a", "bb", "dddd"). I suspect that sapply is the correct tool here but the syntax eludes me. Can anyone direct me to the correct syntax? Dennis Dennis Fisher MD P < (The "P Less Than" Company) Phone: 1-866-PLessThan (1-866-753-7784) Fax: 1-415-564-2220 www.PLessThan.com [[alternative HTML version deleted]]
2006 Jun 04
5
Creating pulldowns using loops
Creating looped pulldowns in PHP is simple so I can''t figure out why it seems to elude me in RoR. I want to create a simple pulldown list with the options and values "1" through "14." I have been trying to accomplish this with the .upto method like so: --START RHTML CODE-- <% options_array = [ 1.upto(14) {|i| print "[" i "," i "]"}
2013 Feb 16
4
Creating a Double Bar Graph With Provided DataSet
...The x-axis, should include the variable WtFeel, and the side-by-side bars should be the Sex categories. Color Males by blue, and females by red. Also, give a legend and a title for your graph. I know how to do the labeling and coloring of the graph, but the actually plotting of a double bar graph eludes me. I do not expect a full-on answer (though it would be nice), but at least a guide on what to do because I am so lost. Thank you [[alternative HTML version deleted]]
2010 Oct 11
2
Why WOL? ( WAS: Re: Getting Wake on lan to work )
On a semi-related subtopic, Why do I want WoL? What concrete examples are there where it's useful? I understand what it is and how it works but the "why" has eluded me. -- Drew "Nothing in life is to be feared. It is only to be understood." --Marie Curie
2012 Mar 24
3
downloading postfix srpm
guys, for some reason this is just eluding me. I need to download a source rpm for postfix as I've done many times in the past. But when I go to the available packages section of the postfix site and click on my architecture this is what I see: http://ftp.wl0.org/official/2.9/RPMS-rhel5-x86_64/ Maybe I'm missing something obvious here? If you needed to download a source rpm for
2009 Feb 12
2
beginner's question: group of regressors by name vector?
dear r-experts: there is probably a very easy way to do it, but it eludes me right now. I have a large data frame with, say, 26 columns named "a" through "z". I would like to define "sets of regressors" from this data frame. something like myregressors=c("b", "j", "x") lm( l ~ myregressors, data=... ) is...
2011 Jun 23
2
plotmath: unexpected SPECIAL
Hello R Masters and the Rest of Us: The first of these works fine, the 2nd is accepted but too literal (the "%->%" is shown in the plot label and in the wrong position). The 3rd throws and error due to "unexpected SPECIAL". Would someone recommend a way to format this? I want the two phrases connected by a right arrow. TIA, these things always elude me. Bryan
2006 Jun 19
2
saving rounded numbers as a new variable in a dataframe
A basic question, but one that eludes me. I have created a new variable $numurder, which I have rounded off. I want to save the rounded off version of this variable to an existing datafile called 'ngri.csv' . numurder <-c((murder*no.of.cases)/100) [[1]] [1] 48.952 112.073 182.160 974.610 122.140 663.432 150.856 18...
2007 May 23
2
converting system to raid1
Hello, I've got a single-drive CentOS5 system with two partitions on it, a 101 mb boot, and the rest of the disk as an lvm volume, two partitions in it, / and swap. I've got another disk, same size, and i'd like to add it in as a primary slave drive and convert this system to raid1 for redundancy. I do not want to reinstall this box, which is what the docs i've read say
2010 Apr 08
2
erasing an area of a graph
I have a case where the easiest way to draw a particular symbol would be to draw something a little bigger, and then use polygon(... , col=0) to erase the extra stuff. Just how to do this best when par('bg') = 'transparent' is, however, eluding me. I've looked through the archives and the book R Graphics without quite seeing the light. Help or pointers to help would be
2009 Nov 05
2
Windows build from source.
...t of the kind of error that I get when I try to run 'RTerm.exe'. Basically it is saying that it cannot find a required DLL. There must be a step that I am missing after 'make all recommended' so I can run the normal 'R' commands. The 'next' step in the build process eludes me, please help. THank you. Kevin
2015 Sep 02
3
why I use chrome on CentOS
> On Sep 2, 2015, at 1:36 PM, zep <zgreenfelder at gmail.com> wrote: > > > > On 09/02/2015 03:12 PM, Wes James wrote: >> I use chrome on CentOS because I wrote a web socket web app and I can only get chrome to work properly with web sockets. >> >> I have a local web app created with erlang. It works like ms sccm to wake, freeze/thaw deepfreeze PCs and
2003 Jan 19
3
All data "gone," lost+found is left.
So you know, I don't know too much about file systems. Here is what I did: I have two linux boxes. the first box had many hardrives in it, but needed to be used in other ways. So I took 4 harddrives out of it and placed it in the other Linux box. I thought it would be able to read these right away. (maybe this was my mistake?) I could mount all of the drives in there. three of my
2004 Aug 06
2
ogg and mp3
At 05:49 PM 12/14/2002 +1000, you wrote: >Does vorbis input work yet? I'm really keen to know. We're currently >using streamTranscoder to provide modem rate versions of a 56kbps stream, >but I'd really like us to source with a 64kbps ogg stream and transcode >that instead. The news section on the website says that it doesn't work >(or didn't on October 16)
2011 May 16
3
Problem with GET args and UTF-8 encoding (output of Rack::Utils.unescape() ?)
Hi folks, Here''s my basic issue, hopefully this is clear. I''m trying to submit some UTF-8 values in my query string, but they are coming out mangled on the other end. It *seems* like the problem is that what Rack::Utils.unescape() pushes out gets converted to UTF-8 somewhere in the chain (using 3.0.7, and Ruby 1.9.2, by the way), and it''s mangling characters which are
2006 Oct 24
2
as.missing
(I'm not sure if this is a request for a feature, or another instance where a feature has eluded me for many years.) Often I have a function which calls other functions, and may often use the default arguments to those functions, but needs the capability to pass along non-default choices. I usually do this with some variation on foo <- function(x, foo2Args=NULL or a list(foo2defaults),