search for: grater

Displaying 20 results from an estimated 36 matches for "grater".

Did you mean: greater
2005 Dec 31
0
Looking for Ruby and rails in Grater China region (china/taiwan/Hong Kong)
Hi Everyone, I am located in Greater China region and working on rails and ruby on some personal project and looking for people who are doing same here. Vikrant
2003 Sep 03
1
plot only partial plots
...be more explicit: I did a qqnorm plot of my data. It is obvious from the plot that all the sample quantiles which are in Theoretical Quantiles = or > than 1 belong to another group. To be sure about that I plot the cooks.distance for the same data, and sure enough the data with the indices grater than 250 (x axis) have obvious higher Cook ?s distance than the majority of the data. The data indices on the Cook?s distance plot are different than my data ID (in my data table) which is ?character type?. How do I identify the IDs of the data I am interested into, and how I can plot only the...
2010 Feb 12
2
Average of a variable against another.
.... . . . . . . . . . . . . . . . . . . So I need to get the average tall of the plant against year, for all the years of available data. The year_1 and year_2 are recorded so that a plant is alive if the year of a question is equal to or grater than the year_1 and equal to and less than the year_2. For example, 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 6 7 8 9 10 11 12 13 14 15 16...
2017 Feb 25
2
Help understanding and lowering LLVM IDS conditional codes correctly
...on if FPU is available: fcmp.un --> true if one of the operand is NaN fcmp.lt --> ordered less than, if any input NaN then return false fcmp.eq --> ordered equal, if any input NaN then return false fcmp.le --> ordered less equal, if any input NaN then return false fcmp.gt --> ordered grater than, if any input NaN then return false fcmp.ne --> ordered not equal, if any input NaN then return true fcmp.ge --> ordered grater equal, if any input NaN then return false When FPU is not present I need to generate a library call, so I have added following code in LowerBR_CC function in...
2019 Apr 21
4
compile samba 4.10.2 centos 7.6
...bind) service. I disagree about use python 3.6 instead python 3.4, though. In samba 4.10.0 release notes there is a mention this version is compatible with python 3.4 and there isn't mention about python 3.6. I've understood that it is normal software using python 3.4 run with python 3.x.x grater than 3.4, but python 3.6 was released at the end of 2016 and samba 4.10.0 release notes was released in March 2019. What are the Samba team's reasons for not mentioning python 3.6 or the latest in their release notes? -- Igor Sousa Em dom, 21 de abr de 2019 às 14:44, Nico Kadel-Garcia <nk...
2017 Mar 09
2
Help understanding and lowering LLVM IDS conditional codes correctly
...gt; fcmp.un --> true if one of the operand is NaN > fcmp.lt --> ordered less than, if any input NaN then return false > fcmp.eq --> ordered equal, if any input NaN then return false > fcmp.le --> ordered less equal, if any input NaN then return false > fcmp.gt --> ordered grater than, if any input NaN then return false > fcmp.ne --> ordered not equal, if any input NaN then return true > fcmp.ge --> ordered grater equal, if any input NaN then return false > > When FPU is not present I need to generate a library call, > > so I have added following cod...
2009 Jul 23
1
read.csv greater than
I have a csv file that I am trying to read in and know that values <0 are erroneous - is there a way to read only value grater than 0. thanks, -- Stephen Sefick Let's not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up and make us feel like gods. We are mammals, and have not exhausted the annoying little problems of being mammals....
2017 Mar 14
2
Help understanding and lowering LLVM IDS conditional codes correctly
...f any input >> NaN then return false >> fcmp.eq --> ordered equal, if any input NaN then return false >> fcmp.le --> ordered less equal, if any input NaN then return >> false >> fcmp.gt <http://fcmp.gt> --> ordered grater than, if any >> input NaN then return false >> fcmp.ne <http://fcmp.ne> --> ordered not equal, if any input >> NaN then return true >> fcmp.ge <http://fcmp.ge> --> ordered grater equal, if any >> input NaN then...
2017 Aug 09
1
[PATCH net] Revert "vhost: cache used event for better performance"
...op of that, split the signal-postponing logic to three cases like: > * if the interval of vq.num is [2^16, UINT_MAX]: > any cached event is in should-postpone-signalling interval, so paradoxically > must always do signalling. I think don't think current code can work well if vq.num is grater than 2^15. Since all cached idx is u16. This looks like a bug which needs to be fixed. > * else if the interval of vq.num is [2^15, 2^16): > the logic in the original patch (809ecb9bca6a9) suffices > * else (= less than 2^15) (optional): > checking only (vring_need_event(vq->last_...
2009 Feb 04
1
[LLVMdev] rol/ror llvm instruction set
...ill be running. I bet out of the people who are reading/following this thread majority are running under x86 any way :D So I guess what I am saying is rotations is very wide spread except that there are many machines out there that do not implement it however, the number of machine that do is far grater. -- Kasra
2017 Aug 09
1
[PATCH net] Revert "vhost: cache used event for better performance"
...op of that, split the signal-postponing logic to three cases like: > * if the interval of vq.num is [2^16, UINT_MAX]: > any cached event is in should-postpone-signalling interval, so paradoxically > must always do signalling. I think don't think current code can work well if vq.num is grater than 2^15. Since all cached idx is u16. This looks like a bug which needs to be fixed. > * else if the interval of vq.num is [2^15, 2^16): > the logic in the original patch (809ecb9bca6a9) suffices > * else (= less than 2^15) (optional): > checking only (vring_need_event(vq->last_...
2007 Oct 03
0
Metadata - Comments or real data?
...ee current work on: http://wiki.xiph.org/index.php/VorbisComment * The second solution involves introducing a new XML based format. (Possibly as a replacement for comments.) The draw back here is that it wold require hardware and software players to support XML parsing. However the gain is much grater when it comes to how rich the descriptions can be. See random thoughts and idea for more work on: (See VoribsComment page too.) http://wiki.xiph.org/index.php/MDMF * The third option is to try and stuff in extensions to existing XML based and other formats in Ogg containers. Though very little i...
2008 Jul 04
1
initialize a matrix
...r[i]<-i pmean[i]<-mean(power[i:i+deltat]) pmin[i]<-min(power[i:i+deltat]) pmax[i]<-max(power[i:i+deltat]) varmax[i]<-100*(pmax[i]-pmean[i])/pmean[i] varmin[i]<-100*(pmean[i]-pmin[i])/pmean[i] Resulats<-list(tvar,pmin,pmax,pmean,varmin,varmax) }} p.s. tml is a variable which is grater than 0 , deltat is a constant defined The problem is that tvar is unknown for R. So I have to initialize tvar,pmean... Should I create a zero matrix with length of the vector? And how to do it? Thanks for help -- View this message in context: http://www.nabble.com/initialize-a-matrix-tp18279886p...
2008 Jul 04
0
RES: initialize a matrix
...r[i]<-i pmean[i]<-mean(power[i:i+deltat]) pmin[i]<-min(power[i:i+deltat]) pmax[i]<-max(power[i:i+deltat]) varmax[i]<-100*(pmax[i]-pmean[i])/pmean[i] varmin[i]<-100*(pmean[i]-pmin[i])/pmean[i] Resulats<-list(tvar,pmin,pmax,pmean,varmin,varmax) }} p.s. tml is a variable which is grater than 0 , deltat is a constant defined The problem is that tvar is unknown for R. So I have to initialize tvar,pmean... Should I create a zero matrix with length of the vector? And how to do it? Thanks for help -- View this message in context: http://www.nabble.com/initialize-a-matrix-tp18279886p1...
2014 Dec 01
0
[PATCH RFC v4 net-next 0/5] virtio_net: enabling tx interrupts
...rx-usecs: 1 > rx-frames: 0 > tx-usecs: 0 > tx-frames: 0 > - Vhost_net was enabled and zerocopy was disabled > - Tests was done by netperf-2.6 > - Guest has 2 vcpus with single queue virtio-net > > Results: > - Numbers of square brackets are whose significance is grater than 95% > > Guest RX: > > size/sessions/+throughput/+cpu/+per_cpu_throughput/ > 64/1/+2.0326/[+6.2807%]/-3.9970%/ > 64/2/-0.2104%/[+3.2012%]/[-3.3058%]/ > 64/4/+1.5956%/+2.2451%/-0.6353%/ > 64/8/+1.1732%/+3.5123%/-2.2598%/ > 256/1/+3.7619%/[+5.8117%]/-1.9372%/ > 256...
2014 Dec 01
0
[PATCH RFC v4 net-next 0/5] virtio_net: enabling tx interrupts
...rx-usecs: 1 > rx-frames: 0 > tx-usecs: 0 > tx-frames: 0 > - Vhost_net was enabled and zerocopy was disabled > - Tests was done by netperf-2.6 > - Guest has 2 vcpus with single queue virtio-net > > Results: > - Numbers of square brackets are whose significance is grater than 95% > > Guest RX: > > size/sessions/+throughput/+cpu/+per_cpu_throughput/ > 64/1/+2.0326/[+6.2807%]/-3.9970%/ > 64/2/-0.2104%/[+3.2012%]/[-3.3058%]/ > 64/4/+1.5956%/+2.2451%/-0.6353%/ > 64/8/+1.1732%/+3.5123%/-2.2598%/ > 256/1/+3.7619%/[+5.8117%]/-1.9372%/ > 256...
2009 Feb 04
0
[LLVMdev] rol/ror llvm instruction set
On Tue, Feb 3, 2009 at 3:54 PM, Kasra <kasra_n500 at yahoo.com> wrote: > > I guess the backends could know about the instructions. But I am not convinced why it is beneficial not to have ROR and ROL instructions within llvm. > I guess I could ask you the opposite question: What is the benefit of having these? They would have to be mappable to the source language in some way. I'm
2005 Sep 14
6
T.38 ATA
Hello all ! Can anyone recommend me ATA device that REALLY has T.38 built in. So far I have heard of Telco Systems Access201, which seems to be impossible to bye in Europe (all resselers are droped Telco systems ATAs for some reason (tried in Germany and in UK so far)), and I have heard that SIPURA SPA-2100 should have T.38 built in into newer firmware, but I wasn't able to confirm that
2011 Nov 09
3
R to automate scatter plots
Hi R people! I have a directory of .csv files I would like to make into objects then scatter plots. I have been having varying degrees of progress. I was able make an object of all files, loop through it, and make a pdf of the last file I looped through. I kept renaming the pdf so instead of ending up with 27 pdfs I got one, with the data from the last file I have been tweaking with it
2014 Dec 02
4
[PATCH RFC v4 net-next 0/5] virtio_net: enabling tx interrupts
...gt; tx-usecs: 0 >> tx-frames: 0 >> - Vhost_net was enabled and zerocopy was disabled >> - Tests was done by netperf-2.6 >> - Guest has 2 vcpus with single queue virtio-net >> >> Results: >> - Numbers of square brackets are whose significance is grater than >> 95% >> >> Guest RX: >> >> size/sessions/+throughput/+cpu/+per_cpu_throughput/ >> 64/1/+2.0326/[+6.2807%]/-3.9970%/ >> 64/2/-0.2104%/[+3.2012%]/[-3.3058%]/ >> 64/4/+1.5956%/+2.2451%/-0.6353%/ >> 64/8/+1.1732%/+3.5123%/-2.2598%/...