search for: indend

Displaying 20 results from an estimated 23 matches for "indend".

Did you mean: indent
2015 Mar 28
2
[LLVMdev] LLVMContextImpl.h not installed?
...ontextImpl *pImpl = Context.pImpl; pImpl->AnonStructTypes This however needs the inclusion of LLVMContextImpl.h, which is not contained in the includes dir, but in the lib/IR dir (next to the .cpp files) and is not installed under /usr/local/include... Whats the reason for this? Isn't it indended to be used? Should I access a list of available structures using other methods? THX Alex
2011 May 22
2
unwanted coercion using apply
...bar=c("M","M","F")),1,as.list) However, when I do this, all the numeric values are converted to strings. I don't understand why this is, because when I try to convert one record simulataniously, this does not happen: as.list(mydata[1,]); I am not sure if this is indended behaviour or not, but is there an elegant way to apply 'as.list' to all of the dataframe rows without coercing everything to strings? -- View this message in context: http://r.789695.n4.nabble.com/unwanted-coercion-using-apply-tp3541637p3541637.html Sent from the R help mailing list arc...
2013 May 09
2
[LLVMdev] reducing indentation
It occurred to me that a lot of times there is indendation with looping with no intervening code, other than the for loops themselves. For example: for (Function::iterator BB = F.begin(), E = F.end(); BB != E; ++BB) for (BasicBlock::iterator I = BB->begin(), E = BB->end(); I != E; ++I) { Instruction &Inst = *I; ......
2003 Apr 23
1
Setting up Xemacs + Sweave
Dear list, I have tried to setup my Xemacs for use with Sweave, which I indend to learn. I have followed the instructions in the Sweave FAQ, that is to say, I put (defun Rnw-mode () (require 'ess-noweb) (noweb-mode) (if (fboundp 'R-mode) (setq noweb-default-code-mode 'R-mode))) (add-to-list 'auto-mode-alist '("\\.Rnw\\'" . Rnw-mo...
2019 Mar 31
2
classic upgrade woes, ignores realm
...so currently I have to change it to WORKGROUP in order to import the LDAP data. How do I fix that? "DNS Domain" should be the realm I specified at the commandline? Why is it ignored and why is sambaDomainName used instead? Is it normal to get a smb.conf file that does not work? Is it indended as a starting point of should it convert my previous configuration? At least "server role" is missing and "server services" contains "dnsupdate" which it should not with SAMBA_INTERNAL. Do I have to worry about wins.dat missing? I don't have such a file. Bes...
2008 May 13
0
[LLVMdev] win32 assemblers and linkers for llvm
...nutils licence. This is GPL and while this is ok for open source or for academic purposes, it can't be used on commercial projects. In fact one of the strong points of llvm (and clang) is its BSD like license. To quote from ( http://clang.llvm.org/features.html#enduser ): "We actively indend for clang (and a LLVM as a whole) to be used for commercial projects, and the BSD license is the simplest way to allow this. We feel that the license encourages contributors to pick up the source and work with it, and believe that those individuals and organizations will contribute back their w...
2008 May 13
2
[LLVMdev] win32 assemblers and linkers for llvm
> There's also then entire GNU toolchain, through MinGW and/or Cygwin. Which works perfectly right now without any extra tweaking :) -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2019 Mar 31
2
classic upgrade woes, ignores realm
...order to import the LDAP data. How do I fix that? >> >> "DNS Domain" should be the realm I specified at the commandline? Why >> is it ignored and why is sambaDomainName used instead? >> >> Is it normal to get a smb.conf file that does not work? Is it >> indended as a starting point of should it convert my previous >> configuration? At least "server role" is missing and "server >> services" contains "dnsupdate" which it should not with >> SAMBA_INTERNAL. >> >> Do I have to worry about wins.dat mi...
2010 Jun 21
0
[LLVMdev] getGlobalContext()
...ependant bitcodes. All threads do compilation concurrently. For each thread, it creates its own context like the following: LLVMContext *mycontext = new LLVMContext(); But it seems there are still places that explicitly refer to the global context (like in Module.cpp). I wonder wether this is indended or has yet to be fixed ? Thanks Junjie -------- Module.cpp GlobalVariable *ilist_traits<GlobalVariable>::createSentinel() { GlobalVariable *Ret = new GlobalVariable(Type::getInt32Ty(getGlobalContext()), false, GlobalValue::ExternalLinkage); /...
2004 Jan 02
0
Grandstream Flash Button
I don't know how I managed to mess up sending this last time, but somehow it got attached to the AgentCallbackLogin thread. Since the indended audience may not see it there, please indulge me by tolerating this second copy: Here's a little tidbit about the non-functional flash key on the Budgetone 100's. I have 20 of these phones. On some, the flash key works, and on some it does not. Since the problem is utterly independen...
2012 Apr 23
0
Different results for sparse and dense version of model matrix using contrasts and interactions
...o levels.The dense model.Matrix returns all 3 + 2 + 3*2 = 11 interactions, but the sparse version of model.Matrix with sparse contrasts returns only 6 interactions. I was expecting these functions to return the same objects, except that one would be sparse and the other would be dense. Is this the indended behaviour or am I using the function incorrectly? Many thanks in advance, Jelmer > sessionInfo() R version 2.15.0 (2012-03-30) Platform: i386-pc-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=Dutch_Netherlands.1252 LC_CTYPE=Dutch_Netherlands.1252 LC_MONETARY=Dutch_Netherlands.1252 [4] LC_...
2004 Dec 03
3
libcom32 license and linking
Peter- Can you please clarify the license of libcom32, from the samples directory in syslinux? I am attempting to create .c32 files that are not encumbered by the GPL, but the conio.c file states that is is covered by the GPL. So far, I have resisted linking with libcom32.a, but is it really your intent to license the library code under GPL, and not something more like the LGPL?
2019 Mar 31
0
classic upgrade woes, ignores realm
...to > WORKGROUP in order to import the LDAP data. How do I fix that? > > "DNS Domain" should be the realm I specified at the commandline? Why > is it ignored and why is sambaDomainName used instead? > > Is it normal to get a smb.conf file that does not work? Is it > indended as a starting point of should it convert my previous > configuration? At least "server role" is missing and "server > services" contains "dnsupdate" which it should not with > SAMBA_INTERNAL. > > Do I have to worry about wins.dat missing? I don't...
2019 Mar 31
0
classic upgrade woes, ignores realm
...How do I fix that? > >> > >> "DNS Domain" should be the realm I specified at the commandline? > >> Why is it ignored and why is sambaDomainName used instead? > >> > >> Is it normal to get a smb.conf file that does not work? Is it > >> indended as a starting point of should it convert my previous > >> configuration? At least "server role" is missing and "server > >> services" contains "dnsupdate" which it should not with > >> SAMBA_INTERNAL. > >> > >> Do I have t...
2006 Sep 13
3
Bug#387361: xen-hypervisor-3.0-amd64: Xen3 keeps rebooting on AMD64X2
Package: xen-hypervisor-3.0-amd64 Version: 3.0.2+hg9697-2 Severity: normal Hi DDs, I tried to install the binaries for Xen3, AMD64 flavour on Etch. Everything seemed ok - even the menu.lst got updated nicely and autmagically. Still, after a reboot into the Xen Dom0, the machine just reboots again and again. I added 'noreboot' and made a screenshot named 'xenboot.jpg', which
2008 May 13
2
[LLVMdev] win32 assemblers and linkers for llvm
...while this > is ok for open source or for academic purposes, it can't be used on > commercial projects. In fact one of the strong points of llvm (and > clang) is > its BSD like license. To quote from ( > http://clang.llvm.org/features.html#enduser ): > > "We actively indend for clang (and a LLVM as a whole) to be used for > commercial projects, and the BSD license is the simplest way to > allow this. > We feel that the license encourages contributors to pick up the > source and > work with it, and believe that those individuals and organizations &...
2007 Feb 13
4
matlab style plotting in R
Hello I was wondering how I can achieve matlab style plotting in R, in the sense that matlab allows you to plot multiple sets of variables within the same x-y axes. plot in R does not seem to cater for this. I tried 'overplot' from the gplots package but this assumes different y axes for the variables. any suggestions would be very appreciated Maria [[alternative HTML version
2012 Sep 06
2
[PATCH] virtio-balloon spec: provide a version of the "silent deflate" feature that works
VIRTIO_BALLOON_F_MUST_TELL_HOST cannot be used properly because it is a "negative" feature: it tells you that silent defalte is not supported. Right now, QEMU refuses migration if the target does not support all the features that were negotiated. But then: - a migration from non-MUST_TELL_HOST to MUST_TELL_HOST will succeed, which is wrong; - a migration from MUST_TELL_HOST to
2012 Sep 06
2
[PATCH] virtio-balloon spec: provide a version of the "silent deflate" feature that works
VIRTIO_BALLOON_F_MUST_TELL_HOST cannot be used properly because it is a "negative" feature: it tells you that silent defalte is not supported. Right now, QEMU refuses migration if the target does not support all the features that were negotiated. But then: - a migration from non-MUST_TELL_HOST to MUST_TELL_HOST will succeed, which is wrong; - a migration from MUST_TELL_HOST to
2008 Nov 04
3
getting "small" graphs with Sweave using Rnews.sty
I'm sorry for having to post this, but I can't seem to find any solutions to this, which seems pretty simple, but then again... I've started playing with the example r news project and wanted to start adding some graphs, but replacing: \begin{figure} \vspace*{.1in} \framebox[\textwidth]{\hfill \raisebox{-.45in}{\rule{0in}{1in}} A graph goes here \hfill}