search for: timescale

Displaying 20 results from an estimated 70 matches for "timescale".

2006 Apr 13
1
ICH7 SATA RAID Broken, Was (Re: Timescale for 6.1-RELEASE...)
...ox.placo.com> wrote: > > >-----Original Message----- > >From: Ted Mittelstaedt [mailto:tedm@toybox.placo.com] > >Sent: Tuesday, April 11, 2006 6:04 PM > >To: Nikolas Britton > >Cc: Harrison Peter CSA BIRKENHEAD; freebsd-questions@freebsd.org > >Subject: RE: Timescale for 6.1-RELEASE... > > > >>-----Original Message----- > >>From: owner-freebsd-questions@freebsd.org > >>[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of > >Nikolas Britton > >>Sent: Tuesday, April 11, 2006 1:25 PM > >>To: Ted Mittelst...
2010 Feb 02
1
ggplot/time series with indicators question
Hello, I am trying to plot time-series data with certain weeks highlighted using symbols. require(ggplot2) #plotting time series data timescale <- seq(as.Date("01/01/09","%m/%d/%y"), length.out=12, by=7) data.all <- data.frame( id = c(rep('111',12),rep('222',12),rep('333',12)), week=c(timescale,timescale,timescale), value=c(rnorm(12,15,3),rnorm(12,30,5),rnorm(12,20,5)) ) p <...
2018 Feb 15
3
[RFC] [lld] Replace use of 'concurrency::parallel_for_each' with standard library
...led exceptions when the program is exiting. https://bugs.llvm.org/show_bug.cgi?id=34976 After having some difficulty clarifying this issue with Microsoft I submitted the issue again this week and have found that they are aware of the problem. However, I've yet to be given any information on a timescale for a fix. https://developercommunity.visualstudio.com/content/problem/198027/use-of-concurrencyparallel-for-each-with-the-multi.html For our team this bug has caused problems when testing LLD. We suggest the removal of this MSVC specific functionality in "llvm::parallel" until a fix is...
2003 Sep 03
2
pine, INBOX, and dovecot
...rhaps there is a known reason why pine does this? Any clues would be appreciated - I browsed the list archives but couldn't spot anything very relevant. Pine version is very recent - I updated today to 4.56. Incidentally, is mbox support still broken in the CVS version? Is there an expected timescale for the next release, preferably with mbox fixed again?! Thanks for any advice. Jethro. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Jethro R Binks Computing Officer, IT Services University Of Strathclyde, Glasgow, UK
2016 Oct 28
3
What was the IR made for precisely?
...t a sufficiently high priority for any of the large LLVM consumers and would make a huge difference to the utility of LLVM for a lot of people. >> >> It seems to me that it could be a good fit for the scope of a GSoC project. > > I think it would be difficult to do it within the timescale of the GSoC unless the student was already an experienced LLVM developer. It would likely involve designing some good APIs (difficult!), refactoring a bunch of Clang code, and creating a new LLVM library. I’ve not seen a GSoC project on this scale succeed in any of the open source projects that I...
2014 Mar 10
2
[GSoC 2014] About "Clustering of Search Results"
Hello. I am Liu Chi(??) from Peking University, China. I am planning to join GSoC. I am interested in Xapian and looking forward to find something interesting in GSoC 2014 Project Ideas List. The topic of "Clustering of Search Results" looks interesting and I think it suits me. I have been involved in a project that aims to clustering tweets based on the text similarity and user
2004 Nov 09
1
survSplit: further exploration and related topics
To Danardonos concern of splitting time for records with delayed entry: This can fairly easily be accomodated, by simply splitting time in small intervals of time since entry into the study, and then compute the value of the other timescales for each of these e.g.: current.age <- time.from.entry + age.at.entry but the cut on the other timescales will not be exactly where you may want them to be, but this should be of minor importance in real life. This approach will also make it clearer what really is going on. The effect of e...
2020 Oct 28
1
PJSIP tight loop on auth failure
...0-28 at 14:40 -0300, Joshua C. Colp wrote: > This is not yet fixed, but is being worked on. I have it as a > security issue currently out of caution (although I don't think we'll > treat it as one after further investigation). Right OK, thanks. Do you have any idea of the sort of timescale, and whether it'll be available as a patch that we can apply to our existing installation? We have a very complicated setup and many months of dev time invested in stuff working with the current version, so an entire version update would require us to do lots of extensive testing before rollin...
2006 Sep 28
0
Wine 1.0 criterias
...ne is beta, then the question is: When can the 1.0 be expected? 1.0 should mean an initial release, and not the 100% ready and stable release. If Wine is completed to 2/3 in APIs after 13 years, will the total development time be 20 years? :) So 2013 a 1.0 release? Hopefully not! Can a generous timescale be given, like: - end of 2007: all DX8 games run => Wine 1.0 - end of 2008: all DX9 games run => Wine 2.0 Please stay polite in giving the answer to the timescale question. Bojan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipe...
2006 Dec 16
1
Fileserver for Two AD Forests with No Trust Relationship
Hi, I have the following situation: I'm designing a solution for an organization with two Active Directory forests. The forests do not have a trust relationship, and there is no chance to get them to move to a trust relationship (at least within a reasonable timescale). I need to set up a fileserver than both sets of users can access, with Windows authentication. I could host this on a UNIX box (probably AIX) or on a Windows box (probably W2003 Server). AFAIK, there is no way to set up a single instance of Samba to realize this (or at least without getting int...
2016 Oct 28
0
What was the IR made for precisely?
...high priority for any of the large LLVM consumers and would make a huge difference to the utility of LLVM for a lot of people. >>> >>> It seems to me that it could be a good fit for the scope of a GSoC project. >> >> I think it would be difficult to do it within the timescale of the GSoC unless the student was already an experienced LLVM developer. It would likely involve designing some good APIs (difficult!), refactoring a bunch of Clang code, and creating a new LLVM library. I’ve not seen a GSoC project on this scale succeed in any of the open source projects that I...
2016 Oct 28
0
What was the IR made for precisely?
...e work, as it isn’t a sufficiently high priority for any of the large LLVM consumers and would make a huge difference to the utility of LLVM for a lot of people. > > It seems to me that it could be a good fit for the scope of a GSoC project. I think it would be difficult to do it within the timescale of the GSoC unless the student was already an experienced LLVM developer. It would likely involve designing some good APIs (difficult!), refactoring a bunch of Clang code, and creating a new LLVM library. I’ve not seen a GSoC project on this scale succeed in any of the open source projects that I...
2009 Jun 17
1
problem with axis alignment when plotting 2 time series on same graph
...y approach is basically like this: plot(X1,Y1) par(xaxs = "r") plot(X1, Y1) par(new=TRUE) plot(X2, Y2) the result is that the date tick marks for the second graph do not exactly align with the first graph. This is because the second time series is being slightly 'squeezed'; its timescale should match the first graph but for some reason R is plotting it on a smaller scale. The strange thing is that this doesn't happen for all time series I plot. For example X3 and Y3 which have the same basic characteristics as X2 and Y2, overlay perfectly with X1 and Y1. I don't know wh...
2016 Oct 28
2
What was the IR made for precisely?
> On Oct 28, 2016, at 1:21 AM, David Chisnall via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On 28 Oct 2016, at 02:43, ジョウェットジェームス <b3i4zz1gu1 at docomo.ne.jp> wrote: >> >> I would need to sum up all the rules and ABIs and sizes for all the targets I need and generate different IR for each, am I correct? > > This is a long-known limitation of LLVM IR
2018 Feb 15
0
[RFC] [lld] Replace use of 'concurrency::parallel_for_each' with standard library
...ram is exiting. > > https://bugs.llvm.org/show_bug.cgi?id=34976 > > After having some difficulty clarifying this issue with Microsoft I > submitted the issue again this week and have found that they are aware of > the problem. However, I've yet to be given any information on a timescale > for a fix. > > https://developercommunity.visualstudio.com/content/problem/198027/use-of-concurrencyparallel-for-each-with-the-multi.html > > For our team this bug has caused problems when testing LLD. We suggest the > removal of this MSVC specific functionality in "llvm::p...
2007 Jun 09
0
CIA biscuit
...e its competitors. Investment in the right people and a realisation that BPO requires waiting for profits for two, possibly three years, does not compute. Unlike its competitors. Is it that the suppliers are over-selling their capabilities or is it caused by resistance internally pushing out saving timescales? Is it that the suppliers are over-selling their capabilities or is it caused by resistance internally pushing out saving timescales?
2016 Oct 28
4
What was the IR made for precisely?
...to fix it. It would be great if the LLVM Foundation would fund someone to do the work, as it isn’t a sufficiently high priority for any of the large LLVM consumers and would make a huge difference to the utility of LLVM for a lot of people. … > I think it would be difficult to do it within the timescale of the GSoC unless the student was already an experienced LLVM developer. It would likely involve designing some good APIs (difficult!), refactoring a bunch of Clang code, and creating a new LLVM library. I’ve not seen a GSoC project on this scale succeed in any of the open source projects that I...
2004 Oct 14
1
FW: Maps and plotting
...> > facility with the sample points (and point labels) and when we have > > out of specification results, place a transparent dot over the area on the map. > > As the number of OOS results builds up, I envision the dot getting > > darker. > > > > Over what timescale? This sounds like it could be an interactive, > real-time on-line monitoring thing. Is it? > > In which case R's graphics devices might not be good enough, and > you'd be better off using a TclTk graphics canvas. > > library(tcltk) and read the docs! > > A...
2004 Oct 13
3
Maps and plotting
At our facility we have multiple sample points that are sampled on any given day. What I would like to do is create a map of the facility with the sample points (and point labels) and when we have out of specification results, place a transparent dot over the area on the map. As the number of OOS results builds up, I envision the dot getting darker. Are there any packages out there that can aid
2016 Apr 22
2
Weighting recent results
I did some digging and found a thread from 2011 talking about how to subclass Xapian::PostingSource in order to incorporate the date or recency of a document in its weighting: http://thread.gmane.org/gmane.comp.search.xapian.general/8849/focus=8856 As in that thread, I want to be clear that I don't want to sort by date, but rather incorporate date information into the score by which I