search for: delic

Displaying 20 results from an estimated 282 matches for "delic".

Did you mean: delim
2020 Jun 24
2
[RESEND PATCH 2/3] nouveau: fix mixed normal and device private page migration
...is not checked to see if it is > a device private page and incorrectly computes the GPU's physical > address of local memory leading to data corruption. > Fix this by checking the source struct page and computing the correct > physical address. I'm really worried about all this delicate code to fix the mixed ranges. Can't we make it clear at the migrate_vma_* level if we want to migrate from or two device private memory, and then skip all the work for regions of memory that already are in the right place? This might be a little more work initially, but I think it leads to...
2020 Jun 25
2
[RESEND PATCH 2/3] nouveau: fix mixed normal and device private page migration
...ice private page and incorrectly computes the GPU's physical >>> address of local memory leading to data corruption. >>> Fix this by checking the source struct page and computing the correct >>> physical address. >> >> I'm really worried about all this delicate code to fix the mixed >> ranges.? Can't we make it clear at the migrate_vma_* level if we want >> to migrate from or two device private memory, and then skip all the work >> for regions of memory that already are in the right place?? This might be >> a little more wor...
2007 Dec 03
3
ggplot2: Choosing colours
...and quality assurance Gaverstraat 4 9500 Geraardsbergen Belgium tel. + 32 54/436 185 Thierry.Onkelinx op inbo.be www.inbo.be Do not put your faith in what statistics say until you have carefully considered what they do not say. ~William W. Watt A statistical analysis, properly conducted, is a delicate dissection of uncertainties, a surgery of suppositions. ~M.J.Moroney
2007 Nov 02
2
add histograms or distributions on regression line
hello, does anyone know how to add histograms or distributions on regression like just like quantiles regression in RGraphGallery below, a very delicate codes. Thanks alot. http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=109
2015 Oct 29
2
R CMD BATCH vs R CMD batch
...which was kind of fatal in my case... I am thus wondering whether it makes sense to either a) have R_BATCH_OPTIONS also be respected for "R CMD batch" or b) simply not allow "R CMD batch" as a valid command (so requiring to use "R CMD BATCH"). Both approaches might be delicate... just wanted to point this issue out... Cheers, M
2008 May 18
3
[LLVMdev] Forward: Discussion about custom memory allocators for STL
...tors, and their contribution tracking has been > poor in the past, that business affairs departments in commercial > companies, and their associated patent lawyers, are unable to determine > how much of Boost is truly the authors' own work, and how much is borrowed. > > Given the delicate relationship between the commercial sector and open > source, adding Boost usage to LLVM will harm the commercial sectors view > of this product. > Do you have a source for that opinion? I've never heard that view of Boost.
2007 Feb 13
1
RE2: Suddenly "Subscript out of bounds"
...uality assurance Gaverstraat 4 9500 Geraardsbergen Belgium tel. + 32 54/436 185 Thierry.Onkelinx at inbo.be www.inbo.be Do not put your faith in what statistics say until you have carefully considered what they do not say. ~William W. Watt A statistical analysis, properly conducted, is a delicate dissection of uncertainties, a surgery of suppositions. ~M.J.Moroney -----Oorspronkelijk bericht----- Van: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] Namens roderick.castillo at metanomics.de Verzonden: dinsdag 13 februari 2007 15:15 Aan: r-help at stat.ma...
2010 Jan 21
2
What is the difference between S and R?
On Thu, Jan 21, 2010 at 9:07 AM, Giovanni Petris <GPetris at uark.edu> wrote: > > I have found a good refernce to be "S Programming" by Venables and > Ripley. I'll take a look at this book. Since S and R are not completely the same, there are delicate differences between S and R, which an S book may be confusing if I want to learn R. One example is Statistical Models in S by Chambers and Hastie, where some examples in this book is not applicable in R as I pointed in my previous message to this mailing list some time ago. Could somebody let m...
2009 Sep 16
3
fft help
I wrote a script that I anticipating seeing a spike at 10Hz with the function 10* sin(2*pi*10*t). I can't figure out why my plots do not show spikes at the frequencies I expect. Am I doing something wrong or is my expectations wrong? require(stats) layout(matrix(c(1,2,3), 3, 1, byrow = TRUE)) #SETUP n <- 256 #nextn(1001) gives next power 2 F <- 100 #Hz -50 to 50 Hz dt
2008 Mar 27
2
callers in queue passed to agents who accept only one call at a time
...e easiest solution would be to find an open-source or free softphone that can be configured to accept only one call at a time (currently using SJphone). Another solution would be if I could tell the Queue() application that if an agent is InUse then don't pass the call. Still another yet more delicate solution would be to have a custom script "receive" manager events related to the queue which in turn replies with an agi command. For example, whenever an agent answers a call I think that an event such as QueueMemberStatus can be triggered (although I don't know how). If the cust...
2020 Jun 24
0
[RESEND PATCH 2/3] nouveau: fix mixed normal and device private page migration
...t is >> a device private page and incorrectly computes the GPU's physical >> address of local memory leading to data corruption. >> Fix this by checking the source struct page and computing the correct >> physical address. > > I'm really worried about all this delicate code to fix the mixed > ranges. Can't we make it clear at the migrate_vma_* level if we want > to migrate from or two device private memory, and then skip all the work > for regions of memory that already are in the right place? This might be > a little more work initially, but...
2023 Nov 24
1
Benefits of SSL?
...ll break a lot of links. What I have done now is to redirect the https-links on my server to https, so you can use both http and https in front of the url to the stream. That means you CAN access it via http. Is that a security risk? I don't know much about security, but I don't see any delicate information we need to hide in the stream. So, why use SSL?
2008 May 18
0
[LLVMdev] Forward: Discussion about custom memory allocators for STL
...are so many contributors, and their contribution tracking has been poor in the past, that business affairs departments in commercial companies, and their associated patent lawyers, are unable to determine how much of Boost is truly the authors' own work, and how much is borrowed. Given the delicate relationship between the commercial sector and open source, adding Boost usage to LLVM will harm the commercial sectors view of this product. Dominic
2012 Jun 11
3
Re: Wine + PowerBuilder + Sybase ODBC
aotheoverlord wrote: > > > Maybe I missed it, but could you tell us which version of PowerBuilder you are using? PowerBuilder 7... I tried to compile the application in PowerBuilder 6, but it doesn't works.
2020 Jun 25
0
[RESEND PATCH 2/3] nouveau: fix mixed normal and device private page migration
...omputes the GPU's physical > > > > address of local memory leading to data corruption. > > > > Fix this by checking the source struct page and computing the correct > > > > physical address. > > > > > > I'm really worried about all this delicate code to fix the mixed > > > ranges.? Can't we make it clear at the migrate_vma_* level if we want > > > to migrate from or two device private memory, and then skip all the work > > > for regions of memory that already are in the right place?? This might be > &gt...
2003 Aug 20
1
ATA-186 locking: implausible unlock method
...es from a vendor who has locked them, here is a rainy-day project for you: http://www.sst.com/downloads/datasheet/S71077.pdf The above document gives exact specifications on the 4mb flash EEPROM that stores all program and configuration data on the ATA-186 (aka Komodo.) If you have a suitably delicate hand, a large amount of sophisticated equipment, and some good clamps, you might be able to erase those sections on the chip which contain the configuration data. Maybe. :) I would advise writing off a few ATA's while you try this, and I'd also write off a few weeks of time while...
2007 Jul 18
1
Strange warning in summary.lm
...gy and quality assurance Gaverstraat 4 9500 Geraardsbergen Belgium tel. + 32 54/436 185 Thierry.Onkelinx op inbo.be www.inbo.be Do not put your faith in what statistics say until you have carefully considered what they do not say. ~William W. Watt A statistical analysis, properly conducted, is a delicate dissection of uncertainties, a surgery of suppositions. ~M.J.Moroney
2005 Sep 28
4
T.38 Faxing
Before I go ahead and spend $40.000 on a Cisco 5400, just because my clients need T.38 faxing, I want to ask the community if there is any chance of having Asterisk receive G729+T.38 and sending the call via Zaptel to its final destination. Any answer will be appreciated. Federico
2006 Oct 25
3
simplification of code using stamp?
Hi I have the following code which I would like to simplify. Id does linear regressions and returns the r-squares, and the coefficients. It runs slow, as it is doing the regressions for each - is it possible to get the values in a dataframe which looks as follow: expert | xx | seeds | r.squared | slope | intercept Thanks in advance, Rainer library(reshape) rsqs <- as.data.frame(
2008 Nov 07
1
DNS A queries for channel
...s such domainname. My question is why is * asking the DNS for the A entry of the channel? It looks like it does the DNS query upon receiving a SIP message but none SIP header contains the channel string in the SIP headers so it must be something internal, maybe some end-point check? Considering how delicate is * to DNS failures I would like to know whether this behaviour can be disabled in the config files because it makes * block easier and charges the DNS server of senseless queries. I don't know about * internals so it 's far beyond my knowledge following the reception and treatment of...