search for: irrelev

Displaying 20 results from an estimated 2577 matches for "irrelev".

Did you mean: irrelevan
2015 Feb 12
4
Thread moderation and list etiquette (Reference - Another Fedora Decision)
...inux distros > in the world, and yet the mailing list is relatively quiet. To me this is > a symptom of a problem, and I feel that it's partially a result of the same > regular people, I think it is generally a good thing when the bulk of the conversation here is ranting about mostly irrelevant opinions. That is, instead of 'Why doesn't this work"', or 'How do I fix this problem" that you would have if there were something fundamentally wrong with the disto. -- Les Mikesell lesmikesell at gmail.com
2013 Mar 28
4
[LLVMdev] Handling SRet on Windows x86
...system. Actually, MSVC was a secondary player on Windows for a long >> time, with several other C++ ABI-incompatible options available. > > > It isn't shipped with the system, but it's freely available as part of the > Windows SDK, That's a recent development which is irrelevant to this discussion. g++ and clang++ are freely available too. > and most binary library packages for Windows are shipped as > MSVC binaries. Irrelevant too, since those "MSVC binaries" (whatever that means) are usable by the other compilers. > *-*-win32 and *-*-mingw32 are...
2013 Mar 28
0
[LLVMdev] Handling SRet on Windows x86
...player on Windows for a long > >> time, with several other C++ ABI-incompatible options available. > > > > > > It isn't shipped with the system, but it's freely available as part of > the > > Windows SDK, > > That's a recent development which is irrelevant to this discussion. > g++ and clang++ are freely available too. > > > and most binary library packages for Windows are shipped as > > MSVC binaries. > > Irrelevant too, since those "MSVC binaries" (whatever that means) are > usable by the other compilers. &gt...
2016 Jun 02
2
CMake version specific tweaks in compiler-rt
Hi! compiler-rt's CMakeLists.txt still contains tweaks for CMake version 2.8. Pre-2.8.12 are definitely irrelevant for CMake 3.4.3, but may be post-2.8.12 tweaks are irrelevant too? Eugene.
2005 Jun 27
0
A short netiquette request: trimming irrelevant material
...nt times on the list that we seem to be getting a low signal-to-noise ratio with a lot of posts (particularly those where people include their configuration). Once you have posted the appropriate information once, there is no need to keep quoting it unless it is central to the discussion. Trimming irrelevant material makes it easy for people who have been following the discussion (but not necessarily participating) to see the new information. Please take this message as it was intended: a way to increase the quality of information on this list and reduce the overhead on those involved in providing...
2011 Jun 28
1
create a factor variable from two numeric variables when order is irrelevant
...s less awkward, more direct way to do this. i<-apply(t(apply(d,1,function(x) sort(x))),1,function(y) 10*y[1]+y[2]) i<-factor(i) i Thanks for your help, Daniel -- View this message in context: http://r.789695.n4.nabble.com/create-a-factor-variable-from-two-numeric-variables-when-order-is-irrelevant-tp3631318p3631318.html Sent from the R help mailing list archive at Nabble.com.
2015 Apr 29
3
Cannot authenticate the administrator account
...the settings follow basic requirements >> (single-label NETBIOS domain name, resolvable REALM name). >> I.e. I have domains provisioned with "ADS.<netbios domain name>.<tld>" >> All works fine, given correct DNS configuration. > Netbios name is basically irrelevant here. NETBIOS HOST name? Irrelevant. NETBIOS DOMAIN name? Not quite. > Do you mean that the realm > name does not have to match the workgroup name? There's no such requirement. AD domain is resolved from NETBIOS multicast or from domain suffix provided by DHCP or configured in syste...
2015 Jun 05
0
ext4, boot error after writing irrelevant files on same partition
On 05/20/2015 12:16 AM, Denys Fedoryshchenko via Syslinux wrote: > Hi! > > I faced very strange problem, after i install extlinux, on ext4 > partition and i wrote some files (they doesn't touch syslinux files), > system refuse to boot and gives "Boot error". > I checked ldlinux.sys, file is fine, checksum is intact and etc. > Running extlinux -i /mountpoint sure
2019 May 22
1
[PATCH 2/4] drm/virtio: remove irrelevant DRM_UNLOCKED flag
From: Emil Velikov <emil.velikov at collabora.com> DRM_UNLOCKED doesn't do anything for non-legacy drivers. Remove it. Cc: David Airlie <airlied at linux.ie> Cc: Gerd Hoffmann <kraxel at redhat.com> Cc: virtualization at lists.linux-foundation.org Cc: Daniel Vetter <daniel at ffwll.ch> Signed-off-by: Emil Velikov <emil.velikov at collabora.com> ---
2008 Sep 28
2
is_mapped() in xc_domain_save()
...ot, we mark that pfn as to_fix for later in case it later becomes part of the pseudo-physical map. But for HVM domains, it doesn''t make any sense to me. The is_mapped() is being called on a pfn, not mfn, and it doesn''t seem like it would ever return false. Is it just a piece of irrelevant code for HVM domains? Thanks, Mike _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2011 Nov 10
0
Package build/check OK, install looking for irrelevant function
Hello R Users: I have 3 packages that I authored and they build and check just fine locally. However, when I try to install the local source packages (from the .tar.gz), I get the following message: Error in `+.POSIXt`(as.POSIXct(origin, tz = tz, ...), x) : could not find function "%is.a%" In addition: Warning message: In install.packages(file.choose(), .libPaths()[1], NULL, type =
2010 Jul 14
2
[LLVMdev] different layout of structs for llc vs. llvm-gcc
...gt;> I can't think of any way of doing it without essentially trying to >>> trick the compiler... although there are many ways to trick LLVM. >>> >>> Anyone else have ideas? >> >> Is alignment on a field propagated when the struct is split up? > > Irrelevant here; the struct in question only has 4 byte alignment. Not meant to be irrelevant because the though not explained. What I meant to say was if the padding was accomplished with an align directive on the field, would the alignment be propagated to the global after being split up? Andrew >...
2016 Nov 07
2
[llvm] To link or not to link
...onto the IRCompileLayer. One question I'd have: How does that order matter?) The problem I have with that conceptually is: The name seems to matter. The abstraction I'd like is that I get an llvm::Function*, and that is mapped to &somefunc, the name "bla" I gave it should be irrelevant. (And that's what I'd like that to be like for all functions and function calls and whatnot: The name I give them is irrelevant, only the llvm::Function*/llvm::Value* matters.) Am I using the wrong API and there is a way to do this without the names, without any symbol resolution at all?...
2012 Oct 03
4
Regarding licensing Terms
Hi, I have developed one application using ggmap package.It is based on google map. I am a bit confused regarding its licensing terms.I want to know that can i use it with my other applications. Is it legal? -- With Regards, Narendra Pratap Principal Research Developer Hitech Robotic Systemz Ltd. [[alternative HTML version deleted]]
2012 Oct 10
4
Irrelevant information filling logs
Hi, I have a "Ubuntu10.04 + dovecot-2.0.13" configuration in my server. My mailbox server is shared by ~ 10k domains. It works fine with ~50k accounts. There is a lot of logs of "quota exceeded" like this: Oct 10 13:00:56 mailboxserver5 dovecot: lmtp(29105, user at mailboxserver5): Error: ifcIN1NxdVCxcQAAMBx7mQ: sieve: msgid=unspecified: failed to store into mailbox
2015 Feb 13
0
Thread moderation and list etiquette (Reference - Another Fedora Decision)
...e world, and yet the mailing list is relatively quiet. To me this is >> a symptom of a problem, and I feel that it's partially a result of the same >> regular people, > > I think it is generally a good thing when the bulk of the conversation > here is ranting about mostly irrelevant opinions. That is, instead yes, lots of irrelevant conversation on the list - and it comes from a handful of users. Its irrelevant, take it to an irrelevant venue. > of 'Why doesn't this work"', or 'How do I fix this problem" that you > would have if there wer...
2011 Jun 09
2
Braindead Autoreply filters... WAS Re: samba Digest, Vol 102, Issue 8
...ad autoreply filters. >> >> This should be official list policy for ALL email lists... > just like "do not top post" *g ? Don't be stupid Robert... there are times when top-posting is perfectly acceptable, and that was one of them (ie, when the content of the quote is irrelevant). -- Best regards, Charles
2010 Jul 14
0
[LLVMdev] different layout of structs for llc vs. llvm-gcc
...gt; > On Wed, Jul 14, 2010 at 8:33 AM, Andrew Lenharth <andrewl at lenharth.org> wrote: > >> On Wed, Jul 14, 2010 at 10:26 AM, Eli Friedman <eli.friedman at gmail.com> wrote: > >> Is alignment on a field propagated when the struct is split up? > > > > Irrelevant here; the struct in question only has 4 byte alignment. > > Not meant to be irrelevant because the though not explained. What I > meant to say was if the padding was accomplished with an align > directive on the field, would the alignment be propagated to the > global after bein...
2013 Oct 29
1
unloadNamespace, getPackageName and "Created a package name xxx " warning
...2013-10-29 17:05:51’, when none found ... The warning is produced by the getPackageName() function. e.g. getPackageName(parent.env(getNamespace('data.table'))) I was wondering what could be done to get rid of these warnings, which I believe in the case "unloadNamespace" case are irrelevant. The stack of calls is: # where 3: sapply(where, getPackageName) # where 4: findClass(what, classWhere) # where 5: .removeSuperclassBackRefs(cl, cldef, searchWhere) # where 6: methods:::cacheMetaData(ns, FALSE, ns) # where 7: unloadNamespace(pkgname) So for instance: >findClass('data.fr...
2005 Jul 27
3
Using CentOS as a file server on a win2K domain
..., Print and File sharing). - One CentOS server I'd like to transfer the "Print and File sharing" task from the Win2K server to -- Ugo -> Please don't send a copy of your reply by e-mail. I read the list. -> Please avoid top-posting, long signatures and HTML, and cut the irrelevant parts in your replies.