search for: cargil

Displaying 20 results from an estimated 55 matches for "cargil".

Did you mean: cargill
2011 May 09
2
Round down to earliest hour or half hour
I have times and would like to round down to the earliest 30 minute increment. For instance, a time of 2011-04-28 09:02:00 (the as.numeric value = 1303999320) I would like it to be rounded down to: 2011-04-28 09:00:00 (the as.numeric value = 1303999200) Any ideas of how to do this? ----- In theory, practice and theory are the same. In practice, they are not - Albert Einstein -- View this
2011 May 12
3
assigning creating missing rows and values
I have a dataset where I have missing times (11:00 and 16:00). I would like the outputs to include the missing time so that the final time vector looks like "realt" and has the previous time's value. Ex. If meas at time 15:30 is 0.45, then the meas for time 16:00 will also be 0.45. meas are the measurements and times are the times at which they were taken. meas<-runif(18)
2016 Jan 14
2
Strange index consistency issue
Olly Betts <olly <at> survex.com> writes: > > On Thu, Jan 14, 2016 at 11:04:29AM +0100, Jean-Francois Dockes wrote: > > Olly Betts writes: > > > On Sun, Jan 10, 2016 at 02:53:14AM +0000, Bob Cargill wrote: > > > > I will look into the bug you listed to see if it might be related. If there > > > > is anything else that I can do, please let me know. > > > > > > If that bug is not the cause, it would be good to get to the bottom of this - > >...
2016 Jan 14
3
Strange index consistency issue
Olly Betts writes: > On Sun, Jan 10, 2016 at 02:53:14AM +0000, Bob Cargill wrote: > > I am the recoll user mentioned in the first post above. I still have a copy > > of the (potentially) corrupted index and I did the requested testing. > > > > I ran delve -t '' ./xapiandb on the index and it returned a very long list > > of do...
2012 May 09
2
AD and SAMBA
Hello all, I am trying to understand how SAMBA finds nearest Domain Controller when configured to use Active Directory for AuthN. There are some great articles and wikis about how to configure SAMBA against AD, but couldn't find much on what I was looking for. For example 1. Does Samba have built in dc locator functionality like windows clients ? 2. What is the default authN it uses, NTLM
2016 Jan 10
2
Strange index consistency issue
Olly Betts <olly <at> survex.com> writes: > > You could try: > > delve -t '' ./xapiandb > > That will list the document lengths, so you can see if document 6 is in > that list or not. I am the recoll user mentioned in the first post above. I still have a copy of the (potentially) corrupted index and I did the requested testing. I ran delve -t
2011 May 05
6
Averaging uneven measurements by time with uneven numbers of measurements
I have a new device that takes measurements anywhere from every second, to every 15 minutes (depending on changes). The matrix has a date, time and Y column (Y is the measurement). For three days it is 25,000 rows. How do I average the measurements by every 30 minutes so my matrix is 48 rows per day? I have been working on this and cannot figure out a simple method. Any ideas? Thank you. ----- In
2008 Apr 06
7
Where is the Digium DS3 card?
Any know what Digium hasn't released the DS3 card? It was supposed to be out a while ago. -Matt
2006 Jul 18
4
How can I extract information from list which class is nls
Hello! I work with : R : Copyright 2006, The R Foundation for Statistical Computing Version 2.3.1 (2006-06-01) On Windows XP Professional (Version 2002) SP2. At this moment I use the function "nls" combined with a selfStar model (SSmicmen, related to Michaelis-Menten equation, and provided by the "stats" package). When I realise the following operation (cf. p 59 of the
2008 Aug 29
1
ggplot2: Changes to grobs not saved to file output
Hello, Maybe I missed something - most likely .:-( I create a gplot and then makes some changes to the plot using grid graphics functions. These changes show up on the display OK, but when I save using ggsave() the grid changes do not show up. How do I save the plot with these changes? Thanks in advance. -- View this message in context:
2011 May 12
1
separate date and time
I have a combined date and time. I would like to separate them out into two columns so I can do things such as take the mean by time across all dates. meas<-runif(435) nTime<-seq(1303975800, 1304757000, 1800) nDateT<-as.POSIXct(nTime, origin="1970-01-01") mat1<-cbind(nDateT,meas) means1<- aggregate(mat1$meas, list(nDateT), mean) This doesn't do anything as each day
2013 Jan 14
0
Asterisk 11.2.0 Now Available
...orted by the community and would have not been possible without your participation. Thank you! The following is a sample of the issues resolved in this release: * --- app_meetme: Fix channels lingering when hung up under certain conditions (Closes issue ASTERISK-20486. Reported by Michael Cargile) * --- Fix stuck DTMF when bridge is broken. (Closes issue ASTERISK-20492. Reported by Jeremiah Gowdy) * --- Add missing support for "who hung up" to chan_motif. (Closes issue ASTERISK-20671. Reported by Matt Jordan) * --- Remove a fixed size limitation for producing SDP and chang...
2013 Jan 14
0
Asterisk 1.8.20.0 Now Available
...orted by the community and would have not been possible without your participation. Thank you! The following is a sample of the issues resolved in this release: * --- app_meetme: Fix channels lingering when hung up under certain conditions (Closes issue ASTERISK-20486. Reported by Michael Cargile) * --- Fix stuck DTMF when bridge is broken. (Closes issue ASTERISK-20492. Reported by Jeremiah Gowdy) * --- Improve Code Readability And Fix Setting natdetected Flag (Closes issue ASTERISK-20724. Reported by Michael L. Young) * --- Fix extension matching with the '-' char. (Close...
2013 Jan 14
0
Asterisk 10.12.0 Now Available
...orted by the community and would have not been possible without your participation. Thank you! The following is a sample of the issues resolved in this release: * --- app_meetme: Fix channels lingering when hung up under certain conditions (Closes issue ASTERISK-20486. Reported by Michael Cargile) * --- Fix stuck DTMF when bridge is broken. (Closes issue ASTERISK-20492. Reported by Jeremiah Gowdy) * --- Improve Code Readability And Fix Setting natdetected Flag (Closes issue ASTERISK-20724. Reported by Michael L. Young) * --- Fix extension matching with the '-' char. (Close...
2016 Jan 14
0
Strange index consistency issue
On Sun, Jan 10, 2016 at 02:53:14AM +0000, Bob Cargill wrote: > I am the recoll user mentioned in the first post above. I still have a copy > of the (potentially) corrupted index and I did the requested testing. > > I ran delve -t '' ./xapiandb on the index and it returned a very long list > of document IDs, separated by space...
2016 Mar 29
0
Xapian 1.2.23 released
...the xz source code download, so installing it doesn't seem an onerous requirement. The wiki has a summary of the most notable changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.23 A big thanks to the following people for helping to make this release a reality: Jean-Francois Dockes, Bob Cargil, James Aylett, Mark Dufour. If I've missed anyone out, you can claim an extra big thankyou. As always, if you encounter problems, please report them here, or to the bug-tracker: http://xapian.org/bugs Since 1.2.17, I'm providing detached GPG signatures for each of the release tarballs (f...
2011 Oct 26
6
sometimes removing NAs from code
Sometimes I have NA values within specific columns of a dataframe (in this example, the first two columns can have NAs). If there are NA values, I would like them to be removed. I have been using the code: y<-c(NA,5,4,2,5,6,NA) z<-c(NA,3,4,NA,1,3,7) x<-1:7 adata<-data.frame(y,z,x) adata<-adata[-which(apply(adata[,1:2],1,function(x)any(is.na(x)))),] This works well if there are NA
2016 Apr 01
0
Xapian 1.3.5 development snapshot released
...or to the bug-tracker: http://xapian.org/bugs The source tarballs are available from here: http://oligarchy.co.uk/xapian/1.3.5/ A big thankyou to the following people for helping to make this release a reality: Joost Cassee, Will Greenberg, David Bremner, Assem Chelli, Jean-Francois Dockes, Bob Cargill , Tim McNamara, Ayush Gupta, Andy Chilton, Paul Wise, James Aylett, "HowManny", "abhishek_rand0wn", Barry Warsaw, and Mark Dufour. If I've missed anyone out, you can claim an extra big thankyou. As always, if you encounter problems, please report them here, or to the bug-...
2016 Jan 14
0
Strange index consistency issue
On Thu, Jan 14, 2016 at 11:04:29AM +0100, Jean-Francois Dockes wrote: > Olly Betts writes: > > On Sun, Jan 10, 2016 at 02:53:14AM +0000, Bob Cargill wrote: > > > I will look into the bug you listed to see if it might be related. If there > > > is anything else that I can do, please let me know. > > > > If that bug is not the cause, it would be good to get to the bottom of this - > > the database shoul...
2008 Feb 20
2
Polycom Key Assignment
Hello! Is it possible to assign any of the soft keys on the Polycom IP series handsets to a specific function in the feature menu? I'd like to assign one of the keys below the LCD to function as a Do Not Disturb button but I have not been able to find a helpful guide or proper documentation that is understandable for the task. Any help is greatly appreciated. Thank you! Tim Nelson