search for: headway

Displaying 20 results from an estimated 158 matches for "headway".

2009 May 01
1
Plotting extra lines on scatterplot
Hello Everyone- I'm in the process of slowly learning R and am having a little bit of trouble plotting an extra line onto a scatterplot. I'm sure the answer is quite simple but I am stumped. The code I am using is: headways <- read.table("headways.csv", header=TRUE, sep=",", na.strings="", dec=".", strip.white=TRUE) plot.new() scatterplot(dechway~dechr, reg.line=FALSE, smooth=TRUE, labels=F, boxplots='y', span=0.5, xlab="Time", ylab="Headway", y...
2006 Apr 07
1
looking for headway on Timeout leak
mail1 dovecot: imap(smith at willcapmanagement.com): Timeout leak: 0x807fad0 Can anyone give me a heads up on what might cause the above message? I am working on polishing a plugin and it continues to throw this error with no seeming consequences. -David
2008 Nov 06
6
Can you recommend some USB headphones
Or phones that work with Centos. I am making headway on my SIP testing, but I need a a couple (or 3) USB headphones or phones. I remember back quite at time ago I had problems with one with volume control (ie none!). So I am looking for a cheap USB headphone or 'real' VoIP phone. I am using SIP Communicator as my client.
2019 Mar 12
6
“doveadm mailbox” command fails with UTF-8 mailboxes
...ion is saved to disk in UTF-8 rather than mUTF-7, but strace shows that doveadm is stat()ing the mUTF-7 path; the failure of that stat() is, assumedly, what causes doveadm to report the error status. I?ve tried to paw through the source code to see what might be causing this but haven?t made much headway. Can someone here point out where the misconfiguration might be that is causing doveadm to stat() the mUTF-7 path rather than UTF-8? Or perhaps offer any tips as to how I might diagnose what?s going on? What causes doveadm to stat() one path or the other? Thank you! -Felipe Gasper Mississauga,...
1997 Oct 23
0
R-beta: Still want restart() in R
People's valiant efforts to sort out CODA aside, the burning question remains: has anybody made any headway with restart()? or any other way (and there may well be better) of trapping `fatal' errors from calls within a function. Simon Fear =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send &q...
2016 Apr 19
2
Samba4 quit working after update
...error is generated: "session setup failed: NT_STATUS_OBJECT_NAME_NOT_FOUND" - `id Administrator` returns the Administrator account and group memberships. I'm at a bit of a lost now as to how to proceed--I've been researching now for several hours and haven't made any headway. Can anyone help with this please? Thank you, ~ Tom
2006 Jul 17
7
SSL [X.509] Authentication in Rails?
Been doing some research but haven''t been able to determine much - has anyone had any experience parsing incoming [on the request] x.509 certificates? Specifically, getting name, CA, etc. Here''s how you do in Java Servlets for reference: X509Certificate[] certs = (X509Certificate[]) request.getAttribute("javax.servlet.request.X509Certificate"); Thanks. --
2005 Jan 10
7
Help! - Unintelligible prompts and music
...CI Dev kit and following all the various Core 3 How-To's. I can make calls ok but when any sound is sent from the Asterisk box such as voice prompts and music on hold the sound is completely chopped up in distorted spurts. I've recompiled n times from scratch and can't seem to make any headway with this.
2004 Jun 06
4
Request help writing a function
I have been wrestling with this function for quite a while, and am not making headway. 1) I want to apply a function to the following columns of a dataframe: myfunction. <- apply(ph5028[,c(83:107)],2,function(x) ... 2) Within each of the above columns there is a single numeric code, 1, 2 or 3 or an NA. 3) My goal is to determine the percent of time each person used a 2 code....
2006 Apr 22
3
[LLVMdev] Building CFE on MinGW
I've blown a couple of weekends trying to build under MinGW. I can build the llvm tools with only a couple of minor hassles, but can't seem to make any headway with the C Front End Most errors I run into involve not being able to find header files. The most frustrating part is that the error messages report that the file can't be found, and then proceed to give a path to where the file actually is located. In the example below, the header "conf...
2005 Dec 15
2
Error: [Object]Controller: missing default helper path [controller]_helper
Hello, I seem to have run into a problem that I can''t seem to make any headway on. I''ve searched the mailing archives, google''d for the appropriate keywords and have checked up with the folks on IRC but I can''t seem to find a solution. My problem is as such. I have a web application that has various controllers which work fine. I''ve...
2004 Aug 06
1
problem installing Icecast
...es: checking for pkg-config... /usr/bin/pkg-config configure: /usr/bin/pkg-config couldn't find libshout. Try adjusting PKG_CONFIG_PATH checking for shout-config... no configure: error: must have libshout installed! I've tried playing around with PKG_CONFIG_PATH, but I didn't make any headway. D. Sledge __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, s...
2014 Jul 01
1
Still confused about Kerberos password expiry
...A) Set the Kerberos password to never expire (I should be able to deal with password changes in Samba-Tool, eh?) B) Set the Kerberos password complexity off C) Tell Kerberos to stop remembering old passwords This is just a home setup I am using to try and learn Samba4. I seem to be making good headway, but this issue perplexes me. Thank you for your patience with a simpleton like me. -jimc
2006 Apr 22
0
[LLVMdev] Re: Building CFE on MinGW
Greg Pettyjohn <gregp at ccs.neu.edu> writes: > I've blown a couple of weekends trying to build under MinGW. > > I can build the llvm tools with only a couple of minor hassles, but can't > seem to make any headway with the C Front End > > Most errors I run into involve not being able to find header files. > The most frustrating part is that the error messages report that the file > can't be found, and then proceed to give a path to where the file actually > is located. This sounds like th...
2008 Jun 21
2
Generating groupings of ordered observations
Dear List, I have a problem I'm finding it difficult to make headway with. Say I have 6 ordered observations, and I want to find all combinations of splitting these 6 ordered observations in g groups, where g = 1, ..., 6. Groups can only be formed by adjacent observations, so observations 1 and 4 can't be in a group on their own, only if 1,2,3&4 are all in...
2005 Jun 07
1
R and MLE
...One very nice feature of mle() is that you can specify a few parameters which should be fixed in the estimation. How can one persuade optim() to behave like that? * Can one use deriv() and friends to get analytical derivatives of these likelihood functions? I found I wasn't able to make headway when I was using vector/matrix notation. I think the greatness of R lies in a lovely vector/matrix notation, and it seems like a shame to have to not use that when trying to do deriv(). * For iid problems, the computation of the likelihood function and it's gradient vector are inherent...
2005 Dec 22
1
Install Successes!
...I went down to the 'business center' and used an ethernet drop, but I don't think the registration worked. I didn't know that even for the ehternet drops you have to do that portal thing with your browser. How do I determine if the registration was completed. Now I am making headway, finally, on the Toshiba Portege 3490. I was having TERRIBLE timing problems with the multiport extender. Then I decided to THINK, and went into BIOS, changed the PCMCIA to 16 bit cardbus, and the install is proceeding well. I have my 3COM 574 LAN card in so that the install will do the networ...
2010 Jun 08
1
how much has performance improved since 2.x?
Greetings, I was curious if the 3.x glusterfs has made any significant write performance headway (especially when dealing with small files). Last time I was testing 2.x, I had to write glusterfs off due to poor performance (previous config/performance-stats can be accessed in list archives if curious). Did anyone notice *dramatic* improvement when switching to 3.x? Thanks, Michael
2014 Dec 01
2
uidNumber. ( Was: What is --rfc2307-from-nss ??)
...it has. My point was that I've been working with Samba for quite some time, so this is not all new to me. I've also been contributing to the SME Server project on this front for quite awhile and did the work to deploy winbindd and NT4 dom server roles on SME Server. We're making good headway on deploying Samba 4 on SME Server, but some of this basic posix auth is a bit confusing. The trick is writing an API to interact with Samba 4 and deploy a config on SME Server that just works. We don't want everyone who picks up SME Server to have to come over here and ask the same questions...
2006 Jun 12
2
Ices2 and libshout FLAC support?
...n Seibert added OggFLAC stream support to ogg123 in http://lists.xiph.org/pipermail/icecast-dev/2003-April/000491.html and there was a bit of discussion in June 2003 (and speex support discussion in December 2004 plus http://lists.xiph.org/pipermail/icecast-dev/2005-November/001503.html ) - was any headway made? Ken Stein @ kastein@wpi.edu