search for: considerd

Displaying 17 results from an estimated 17 matches for "considerd".

Did you mean: consider
2017 Nov 17
2
[PATCH RFC v3 3/6] sched/idle: Add a generic poll before enter real idle path
...g. Then we need to compare and contrast > that with the data which is necessary to make power/idle state decisions. > > I would be very surprised if this data would not overlap by at least 90%. > Peter, tglx Thanks for your comments.. rethink of this patch set, 1. which data needs to considerd to make decisions about probabilistic polling I really need to write up which data needs to considerd to make decisions about probabilistic polling. At last several months, I always focused on the data _from idle to reschedule_, then to bypass the idle loops. unfortunately, this makes me touch sc...
2017 Nov 17
2
[PATCH RFC v3 3/6] sched/idle: Add a generic poll before enter real idle path
...g. Then we need to compare and contrast > that with the data which is necessary to make power/idle state decisions. > > I would be very surprised if this data would not overlap by at least 90%. > Peter, tglx Thanks for your comments.. rethink of this patch set, 1. which data needs to considerd to make decisions about probabilistic polling I really need to write up which data needs to considerd to make decisions about probabilistic polling. At last several months, I always focused on the data _from idle to reschedule_, then to bypass the idle loops. unfortunately, this makes me touch sc...
2001 Feb 10
3
Scatterplot - symbols coded by factor
Hi - I would like to create a scatterplot with the symbols coded by a factor in each record. Is their a better way than what I have used below? I attempted to use the plot.factor, but cannot force it to make a scatterplot instead of boxplots. I have considerd making a function with a 'for' statement for each level of the factor. Is there a better way for when I am dealing with more levels of factors? Thanks, Matt Pocernich Y <- c(40,38,30,47,25,32,13,35,27,24,20,13) X<-c(110,75,93,97,60,75,38,140,62,90,45,59) manuf <- factor(rep(LET...
2017 Nov 17
0
[PATCH RFC v3 3/6] sched/idle: Add a generic poll before enter real idle path
...> decisions about probabilistic polling. Then we need to compare and contrast > > that with the data which is necessary to make power/idle state decisions. > > > > I would be very surprised if this data would not overlap by at least 90%. > > > 1. which data needs to considerd to make decisions about probabilistic polling > > I really need to write up which data needs to considerd to make > decisions about probabilistic polling. At last several months, > I always focused on the data _from idle to reschedule_, then to bypass > the idle loops. unfortunately...
2018 Mar 12
3
Bug report: override stopifnot() ?
...trices. Then I got trapped with the thing I reported. On a second thought, omitting all() might have been bad idea from the beginning; I should rather write all() routinely. (It also reminds me that all.equal() is the right one in most cases.) Is it true that using stopifnot() with non-scalar is considerd bad style? If yes, could be perhaps stopifnot() enhanced to issue a warning to teach new users of R, at least when they start using library(Matrix)? If not, then enhancing stopifnot() to handle the case may be a good idea. I also noticed the following: > a <- Matrix(1) > stopifnot(a ==...
2017 Nov 16
1
[PATCH RFC v3 3/6] sched/idle: Add a generic poll before enter real idle path
On 2017-11-16 06:03, Thomas Gleixner wrote: > On Wed, 15 Nov 2017, Peter Zijlstra wrote: > >> On Mon, Nov 13, 2017 at 06:06:02PM +0800, Quan Xu wrote: >>> From: Yang Zhang <yang.zhang.wz at gmail.com> >>> >>> Implement a generic idle poll which resembles the functionality >>> found in arch/. Provide weak arch_cpu_idle_poll function which
2018 Mar 12
0
Bug report: override stopifnot() ?
...with the thing I reported. > > On a second thought, omitting all() might have been bad idea from > the beginning; I should rather write all() routinely. > (It also reminds me that all.equal() is the right one in most cases.) > > Is it true that using stopifnot() with non-scalar is considerd bad style? > > If yes, could be perhaps stopifnot() enhanced to issue a warning to > teach new users of R, at least when they start using library(Matrix)? > > If not, then enhancing stopifnot() to handle the case may be a good idea. > > I also noticed the following: > > &...
2000 Apr 18
1
Mounting a workgroup or machine
Hi there, Is it possible to allocate a portion of your file system to act like Network Neighbourhood on Windows? For example, I'd like to mount my work group on /mnt/samba so that I can access files by going to /mnt/samba/<host>/<share>/foo/bar.txt Right now I'm accomplishing this with a python script that gets a list of hosts on the workgroup and a list of shares per host
2003 Sep 09
2
lattice.xyplot: adding grid lines
Hallo, I'd like to add grid lines to a lattice graph having 2 series of Y data. See these 2 examples: data(iris) [1] xyplot(Sepal.Length + Sepal.Width ~ Petal.Length , data = iris, allow.multiple = TRUE, scales = "same",type="l", ) [2] xyplot(Sepal.Length + Sepal.Width ~ Petal.Length , data = iris, allow.multiple = TRUE, scales =
2018 Mar 12
0
Bug report: override stopifnot() ?
Why don't you use stopifnot( all(m1 == m2) ) ? Bill Dunlap TIBCO Software wdunlap tibco.com On Mon, Mar 12, 2018 at 8:15 AM, Stepan Kasal <kasal at ucw.cz> wrote: > Hello, > I stumbled over a problem: > stopifnot(m1 == m2) > > It works with vector or matrix, but does not work for classes from Matrix > package. > > In the source of stopifnot(), there is
2018 Mar 12
2
Bug report: override stopifnot() ?
Hello, I stumbled over a problem: stopifnot(m1 == m2) It works with vector or matrix, but does not work for classes from Matrix package. In the source of stopifnot(), there is all(m1 == m2) that would just work, but there is also is.logical(m1 == m2) that id FALSE. Would it be possible if Matrix package redefined stopifnot() ? (If there is a bug tracking database for package Matrix, I would
2010 Jan 27
6
Installing an SSL Cert
HI All, I am considering buying this: http://www.godaddy.com/Compare/gdcompare_ssl.aspx?isc=sslqgo003a Since I have a domain that will be collecting data and processing payments. Where can I find instructions on how to install the certificate? Do I have to run another domain or sub domain for the store? Or can I just run the whole domain on https? Thanks, -Jason
2003 Dec 09
1
documentation fixes (cvs) (PR#5632)
.../07/08 00:20:19 1.2 +++ src/library/base/man/strwrap.Rd 2003/12/09 14:37:14 @@ -30,8 +30,8 @@ } \details{ Whitespace in the input is destroyed. Double spaces after periods - (thought as representing sentence ends) are preserved. Currently, it - possible sentence ends at line breaks are not considerd specially. + (representing sentence ends) are preserved. Currently, sentence + ends at line breaks are not considered specially. Indentation is relative to the number of characters in the prefix string. Index: src/library/graphics/man/coplot.Rd =========================================...
1997 Jul 31
5
SAMBA digest 1372
David Allan Finch wrote: > Has anyone considerd modify the Unix encypt to use > the same system as NT. IE the encypted pasword in the > /etc/passwd or NIS/NIS+ table is the same for both? Err. That would be a *really* bad idea. See the l0phtcrack source for details :-). Seriously, though. The password hashes used on NT are very poor. The...
2019 Aug 08
3
[PATCH V4 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
On 2019/8/7 ??10:02, Jason Wang wrote: > > On 2019/8/7 ??8:07, Jason Gunthorpe wrote: >> On Wed, Aug 07, 2019 at 03:06:15AM -0400, Jason Wang wrote: >>> We used to use RCU to synchronize MMU notifier with worker. This leads >>> calling synchronize_rcu() in invalidate_range_start(). But on a busy >>> system, there would be many factors that may slow down the
2012 Apr 12
8
Background jobs with #fork
Hi I''ve migrated from Passenger to Unicorn about a week ago. It''s great. Great transparency and management, thanks for this great software! A few of my Rails applications start background jobs using Kernel#fork. Of course, the ActiveRecord connections are closed and reopened again in the parent and child processes. The child process also does its job. Unfortunately, it seems
2003 Dec 12
0
proofreading corrections (cvs) (PR#5730)
.../07/08 00:20:19 1.2 +++ src/library/base/man/strwrap.Rd 2003/12/12 15:44:55 @@ -30,8 +30,8 @@ } \details{ Whitespace in the input is destroyed. Double spaces after periods - (thought as representing sentence ends) are preserved. Currently, it - possible sentence ends at line breaks are not considerd specially. + (representing sentence ends) are preserved. Currently, sentence + ends at line breaks are not considered specially. Indentation is relative to the number of characters in the prefix string. Index: src/library/base/man/sys.parent.Rd =========================================...