search for: inclus

Displaying 20 results from an estimated 3133 matches for "inclus".

Did you mean: incluso
2012 Aug 14
2
Not able to filter factor, class
After importing data from Excel through ODBC. In the inclusion dataset, class(inclusion$Value) is coming as factor. After filtering the data, length(inclusion$Value == 0),the answer is coming as 4879, but actually Value contains only 225 rows. So how can I get the length as 225. Can anyone help? setwd("D:/AZ") library("RODBC") cdb_cnct...
2020 Feb 19
2
EuroLLVM'20: Diversity and Inclusion in Compilers and Tools workshop announcement
Hi All, It's my pleasure to announce the Diversity and Inclusion in Compilers and Tools workshop that will be held on the afternoon of April 5th, at the same venue as the EuroLLVM'20. This event features speakers and discussion aiming to increase diversity and inclusion within the LLVM community, attendee's workplace or university, and within the fie...
2007 Oct 15
0
converting from HABTM to has_many :through
...automatically as a result of updating the primary object, so I''ve ended up doing individual saves/updates on each join model object. The story is a regatta can include many boat classes, and a boat class can be included in many regattas. class Regatta < ActiveRecord::Base has_many :inclusions has_many :boat_classes, :through => :inclusions has_and_belongs_to_many :users end class BoatClass < ActiveRecord::Base has_many :inclusions has_many :regattas, :through => :inclusions end class Inclusion < ActiveRecord::Base belongs_to :regatta belongs_to :boat_class...
2002 Feb 09
2
Language not supported
...tc/X11/XF86Config XkBLayout "sr" and have defined in KDE Srbija, srpski, ISO 8859-2 And allways got the messages: fixme:string:GetLocaleInfoA 'IDEFAULTMACCODEPAGE' is not defined for your language (081A). Please define it in dlls/kernel/nls/YourLanguage.nls and submit patch for inclusion into the next Wine release. fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found! Using closest match instead (Croatian keyboard layout) for scancode mapping. Please define your layout in windows/x11drv/keyboard.c and submit them to us for inclusion into future Wine...
2013 Feb 07
0
[LLVMdev] [llvm-tblgen] Two issues: crash case and mysterious double-inclusion case
On Wed, Feb 6, 2013 at 5:47 PM, Dmitry Mikushin <dmitry at kernelgen.org>wrote: > > ==== > 2) Second test case: double inclusion of file, that is definitely included > once: > Includes are transitive, so it was being included more than once. With r174582 we now diagnose double inclusions and point you at the previous include location. -- Sean Silva -------------- next part -------------- An HTML attachment was scr...
2012 Oct 02
3
case insensitive inclusion validation
I want to add case_sensitive option to inclusion validation. This will allow to do: validates :numbers, :inclusion => { :in => %(One Two), :case_sensitive => false } Does it make a sense? Thanks. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To view this dis...
2011 Jun 26
2
Issue with dataset inclusion in CRAN packages
...ed]. Fortunately Stephen included the script he used to download the dataset from our web site, and gave full credit to us. What concerns me is that the rpart.plot package does not contain many functions but the package is as large as packages containing hundreds of functions. This is due to the inclusion of the dataset. I would prefer that authors provide the URL so that users can easily install the binary R binary dataframe directly from our web site (we even have an automated way to do this: require(Hmisc); getHdata(titanic3)). This will allow users to profit from possible future data correc...
2005 Jan 19
1
ipf question
Hello. I am a relatively new FreeBSD user. I have samba, ssh and vnc server running on it. I am also trying to set up the IPFILTER on it. I used the handbook to familiarize myself with the software and the sample script provided in the chapter discussing ipf, I decided to use as a starting point. After reading the ipf chapter I assumed that if "block in log first quick on xl0 all" is
2015 Oct 16
2
[llvm] r250383 - Speculatively unbreak Windows build
Ah, I see this was addressed in 250386 - though might be nice to address across the whole project rather than this particular inclusion. Though maybe we've few enough inclusions that it's not too bad. On Fri, Oct 16, 2015 at 2:51 PM, David Blaikie <dblaikie at gmail.com> wrote: > > > On Thu, Oct 15, 2015 at 2:17 AM, David Majnemer via llvm-commits < > llvm-commits at lists.llvm.org> wrote: >...
2010 Jan 21
5
Inheritance versus inclusion
Does anyone have a good resource for describing the differences between including and inheriting classes? VR -pjh -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more
2013 Feb 06
4
[LLVMdev] [llvm-tblgen] Two issues: crash case and mysterious double-inclusion case
...0000000055ce65 11 llvm-tblgen 0x000000000054fb50 12 libc.so.6 0x00007fc73426ca76 __libc_start_main + 370 13 llvm-tblgen 0x00000000004071f9 Stack dump: 0. Program arguments: ./llvm-tblgen -gen-tgt-intrinsic NVPTX1.td Segmentation fault (core dumped) ==== 2) Second test case: double inclusion of file, that is definitely included once: ==== $ ./llvm-tblgen -gen-tgt-intrinsic NVPTX2.td Included from NVPTX2.td:20: NVPTXIntrinsics.td:10:1: error: def 'immFloat0' already defined def immFloat0 : PatLeaf<(fpimm), [{ ^ NVPTX1.td differs from NVPTX2.td just in one line: include...
2013 Feb 07
1
[LLVMdev] [llvm-tblgen] Two issues: crash case and mysterious double-inclusion case
...ow clear intrinsics table is included in there, but somehow llvm-lblgen crashes. Best, - D. 2013/2/7 Sean Silva <silvas at purdue.edu> > > On Wed, Feb 6, 2013 at 5:47 PM, Dmitry Mikushin <dmitry at kernelgen.org>wrote: >> >> ==== >> 2) Second test case: double inclusion of file, that is definitely >> included once: >> > > Includes are transitive, so it was being included more than once. With r174582 > we now diagnose double inclusions and point you at the previous include > location. > > -- Sean Silva > -------------- next part...
2003 Jul 01
0
French translation for the manpages -> possible inclusion ?
...delafond.org/traducmanfr/index.php). G?rard then dispatches the manpages in some of the major Linux distributions (as far as I know Debian GNU/Linux, Mandrake GNU/Linux et RedHat, maybe others ...). Recently, an user and developper for Debian asked me if I contacted OpenSSH dev team for a possible inclusion of the translated manpages in OpenSSH distribution. So what ? ;) Below is the list of available translations : scp.1 sftp.1 sftp-server.8 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5 sshd.8 sshd_config.5 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8 x11-ssh-askpass.1 scanssh.1 ssh-copy-id.1 ----------...
2011 Nov 22
1
help to setting a multiple (linear) regression model with a 5% significance level (threshold) for the inclusion of the model variables.
Dear Researchers, someone know the right syntax to chose a 5% significance level (threshold) for the inclusion of the model variables in a multiple (linear) regression in backward way? I set the formula in this way, but I don't know to choose the 5% significance? lmodelV <- step(lm(formula=MyFormula[[1]],data=LR.train),direction="backward") thanks in advance gianni [[alternative HT...
2006 Sep 03
1
Slimmed down version for inclusion in Rails?
...raries and I think it''ll be ok, but they really want to include as little code as needed. I haven''t used AutoMocha yet. From what I''ve read I don''t think I''ll need it in core. How difficult would it be to pull Mocha and Stubba into their own package for inclusion in Rails? Do either of them depend on AutoMocha? -- Kevin Clark http://glu.ttono.us
2020 Jun 19
6
Inclusive language in LLVM: can we rename `master` branch?
...mation that they are switching to ‘main’, it would be appreciated/should guide our decision. From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Keane, Erich via llvm-dev Sent: Friday, June 19, 2020 11:48 AM To: llvm-dev <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] Inclusive language in LLVM: can we rename `master` branch? My understanding is the biggest concern about the name change is the ‘cost’ associated with needing to update each of the individual buildbots (and my understanding is that this would be a somewhat non-centralized action) configurations. So I th...
2020 Jun 19
3
Inclusive language in LLVM: can we rename `master` branch?
...o at gmail.com> > *Sent:* Friday, June 19, 2020 11:32 AM > *To:* Keane, Erich <erich.keane at intel.com> > *Cc:* Petr Penzin <penzin.dev at gmail.com>; Mehdi AMINI <joker.eph at gmail.com>; > llvm-dev <llvm-dev at lists.llvm.org> > *Subject:* Re: [llvm-dev] Inclusive language in LLVM: can we rename > `master` branch? > > > > There's really no guarantee that things will shake out the same in near > term between the projects. > > > > -eric > > > > On Fri, Jun 19, 2020 at 11:31 AM Keane, Erich <erich.keane at int...
2020 Jun 19
2
Inclusive language in LLVM: can we rename `master` branch?
...c On Fri, Jun 19, 2020 at 11:31 AM Keane, Erich <erich.keane at intel.com> wrote: > I’m a bit mixed on this. While yes, we should change this as soon as is > practical, it would be a shame to pick something sufficiently different > from the rest of the world, as that would be anti-inclusive (though in a > technical way). It would be REALLY good if we knew what github/git were > GOING to name theirs and just do that as soon as possible. > > > > *From:* Eric Christopher <echristo at gmail.com> > *Sent:* Friday, June 19, 2020 11:23 AM > *To:* Petr Penzin...
2020 Jun 19
4
Inclusive language in LLVM: can we rename `master` branch?
...compelling reason to change the name of the > default branch to match community expectations, if for no other reason. If > we leave it as “master” after git changes it, then we have to explain that > we left it as “master” because we could not agree on whether or not > “master” is non-inclusive. If we pick a new name that is not “master”, but > does not match the default branch that git or github eventually converge > on, we still have to explain why we are different. If we change it twice, > then we have to incur the non-zero cost associated with making the change > twice,...
2006 Sep 18
1
uniform integer RNG 0 to t inclusive
Good morning, I'm trying to concisely generate a single integer from 0 to n inclusive, where n might be of the order of hundreds of millions. This will however be used many times during the general procedure, so it must be "reasonably efficient" in both memory and time... (at some later stage in the development I hope to go vectorized) The examples I've found throu...