search for: conceded

Displaying 20 results from an estimated 139 matches for "conceded".

Did you mean: concede
2010 Oct 31
2
Constrained Regression
Hello everyone, I have 3 variables Y, X1 and X2. Each variables lies between 0 and 1. I want to do a constrained regression such that a>0 and (1-a) >0 for the model: Y = a*X1 + (1-a)*X2 I tried the help on the constrained regression in R but I concede that it was not helpful. Any help is greatly appreciated -- Thanks, Jim. [[alternative HTML version deleted]]
2016 May 06
2
[MASSMAIL] Re: yum update (first in a long time) - /var/log/dovecot no longer used
On Friday 06 May 2016 14:55:33 Valeri Galtsev wrote: > > Exactly. As I said in the first post (reply to which happened to hijack > the thread - my apologies that was not intended by me), it was only > intended to help those who are just about to make this step to really > think about what it will entail. And thanks everybody who added their > comments, they all do the same what I
2008 Mar 20
1
Postfix + CyrusImapd + SALS
Hi guys, Take a look at: http://wiki.centos.org/HowTos/Postfix+CyrusImapd+SASL this intend to be a basic guide on how to build a Postfix+CyrusImapd+SASL Mail System with quotas and virtual domains on CentOS 5.0. Could we improve it some way ?. What do you suggest, ... comments ? Maybe it would be linked from HowTos when you conceder it ready. This guide could be a complement to the
2012 May 28
1
Avoid text wrapping of output in R console
...is large. A trivial example is mentioned below:- new_df<- data.frame("League Position"=1, "Team"="Manchester City", "Games played"=38, "Games won"=28, "Games drawn"=5, "Games lost"=5, "Goals scored"=93, "Goals conceded"=29, "Goal difference"=64, "Points"=89) print(new_df, row.names=FALSE) League.Position Team Games.played Games.won Games.drawn Games.lost Goals.scored 1 Manchester City 38 28...
2015 Jul 05
2
ssh -X versus -Y
On 07/05/2015 04:51 AM, Liam O'Toole wrote: > One practical difference I have seen is the improved performance of -Y > over -X. I have long attributed that to the relaxation of security > controls in the former case. When and how did you measure that? The -Y change was introduced in Fedora Core 3, in November 2004. The default was changed to ForwardX11Trusted=yes just a month or
2016 Jul 01
2
[cfe-dev] FYI: Landing the initial draft for an LLVM Code of Conduct
On Fri, Jul 1, 2016 at 7:27 AM, Robinson, Paul <paul.robinson at sony.com> wrote: > | It's not sanely possible to enumerate all the possibilities > > Not looking for that. Looking to avoid being trolled. ("Trolled" isn't > the right word here but I've lost track of what the right one is. Hopefully > my intent is clear enough.) > I'm really not
2006 Dec 22
5
substitute creates an object which prints incorrectly (PR#9427)
The function "substitute" seems to fail to make a genuine substitution, although the printed verision seems fine. Here is an example. > m <- substitute(Y <- function(x) FUN(x+1), + list(Y = as.name("y"), FUN = as.name("sin"))) > m y <- function(x) sin(x + 1) > eval(m) > y function(x) FUN(x+1) However the story doesn't end there. The
2016 Nov 07
2
RFC: General purpose type-safe formatting library
James Y Knight via llvm-dev <llvm-dev at lists.llvm.org> writes: >> You might be able to hook up a template-specialization like mechanic to the >> processing of %s (similar to my current approach), but it's not obvious how >> you proceed from there to get custom format strings for individual types. >> For example, a formatter which can print a TimeSpan in
2015 Mar 11
3
Joining a domain
Marc, Thank you for taking the time to give me some complete answers. When writing to lists like these I often struggle with how much or little detail to give.... and I am eager to add more detail where you have explicitly asked. On Tue, Mar 10, 2015 at 2:13 PM, Marc Muehlfeld <mmuehlfeld at samba.org> wrote: >> 1. Must "net join" be used? > > If you want to join the
2010 Sep 14
1
[LLVMdev] global type legalization?
...ro extends). Whole function selection DAGs would make that easy. > > Right. This is a bit trickier than you make it sound though, because an "i8" addition isn't neccessarily zero or sign extended when the add is done in a 32-bit register. When you pointed this out earlier, I conceded that I was wrong, but on second thought, I'm surprised that llvm uses i8 adds. Other compilers that I've worked on rely on the integral promotion rules for C/C++ to convert all integer arithmetic to the default "int" or "unsigned" type. That tends to work out nicely fo...
2016 Nov 08
2
RFC: General purpose type-safe formatting library
> On Nov 7, 2016, at 2:58 PM, Zachary Turner via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > FWIW, if you're only ever formatting numbers and strings (which I agree is likely a majority of use cases), the syntax should be very easy to remember. Most of the time you don't need to specify anything other than the placeholder index. In that respect I expect it to catch
2011 Jan 24
2
how to get loglik parameter from splm package?
splm package is a r implemention of spatial panel data models. and the loglik paremeter is most important infomation for splm methods. but i found the loglik always been null ,it's craze to get right estimation in splm with null loglik. Any one knows the splm package and can get the right loglik ? please help me. thanks -- View this message in context:
2020 Aug 24
1
[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
Hi Logan/All, I have added a check for the sg_dma_len == 0 : """ } __sgt_iter(struct scatterlist *sgl, bool dma) { struct sgt_iter s = { .sgp = sgl }; + if (sgl && sg_dma_len(sgl) == 0) + s.sgp = NULL; if (s.sgp) { ..... """ at location [1]. but it doens't fix the problem. You're right though, this
2010 May 13
5
mdbox: Cannot create subfolder called "dbox-Mails" (2.0beta5)
I am trying out "mdbox" under Dovecot 2.0beta5. Looking in the "mailboxes" directory under the mdbox storage root ("~/dbox" in my case), I can see that the mail folders are mapped into filesystem directories. But Dovecot seems to put all the message list information ("dovecot.index.cache", "dovecot.index.log") for any given mail folder into a
2010 Dec 20
6
Create SOAP Webservice with Rails 3
Hello, I''m just getting started with Rails, and for my first project I want to create a Rails app that is nothing more that a SOAP web service. From what I have been able to figure out it looks like with Rails 2 there was a web services framework of some sort. I have been struggling to find anything on Rails 3. Oh yea, yes it has to be SOAP :-) , we have SOAP clients and apps already and
2016 Jan 07
2
Instrucciones uso rvest
Hola buenos días: Perdonar por no contestar antes, pero estaba aislado jeje. En principio la ideas que apuntas la conozco pero es aún más sencillo en este caso ya que dichos datos te los puedes descargar de un excel que publica el INE. La cuestión que planteo es para interactuar directamente con la web. He tomado esta página como ejemplo, porque si consigo ejecutar lo que pregunto aquí, entonces
2006 Jul 13
5
Relationships: one model referencing same table for different data sets?
Hi, After I''ve saved, I want to display the Description from the Codes table that corresponds with the ID in the Cause table. Rails doesn''t seem to like that, because on my form, I have two sets of data in combo boxes that come from the Codes table. So, in the show template, I can''t do this: Cause of Death: <%= @cause.code.description %> Any ideas? The
2019 Feb 19
4
Computer Management - Share Security - No Read Access
On 2019-02-18 11:46 am, Rowland Penny via samba wrote: > On Mon, 18 Feb 2019 10:58:01 -0500 > > I have proven that it does work, I have pointed you at the > documentation. > This leads to one of two things: > > You cannot understand the wiki pages and if so, what can you not > understand ? If you can let me know, I will try to clarify it for you > and update the wiki.
2014 Jun 25
2
[LLVMdev] Phabricator and private reviews
On 25/06/2014 21:03, Eli Bendersky wrote: > On Wed, Jun 25, 2014 at 10:44 AM, Alp Toker <alp at nuanti.com > <mailto:alp at nuanti.com>> wrote: > > For whatever reason, patches posted to the Phabricator website > still aren't being sent to the mailing list, making it difficult > for us to review them. > > I've raised this issue a couple
2006 Mar 31
4
Ruby on Rails - South African Community
Skipped content of type multipart/alternative-------------- next part -------------- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.385 / Virus Database: 268.3.3/298 - Release Date: 2006/03/30