search for: buids

Displaying 20 results from an estimated 50 matches for "buids".

Did you mean: builds
2010 Dec 19
2
Replacing the for loop for time series buid-up
Hi, is there a function that replaces the following code? n=200 boot.x[1]=odhad+boot.res[1] #(boot.x[0]=1) for (j in 1:(n-1)) { boot.x[j+1]=odhad*boot.x[j]+boot.res[j+1] } This is nested in two other loops, and I am looking for some way to improve code performance I tried sapply and cumprod but no success. Thanks Jan -- View this message in context:
2007 Feb 09
1
[LLVMdev] problems in buiding LLVM
Hello, I'm trying to build LLVM on the last version of Cygwin, but the 'make install' command terminates with errors. Please find attached the config.log file and the final part of the make output. Can you help me? Thanks ******************************************* Silvano Rivoira Dipartimento di Automatica e Informatica Politecnico di Torino Corso Duca degli Abruzzi 24
2002 May 23
1
Buiding my first Wine PC
Hi folks, I'm sure this question is totally stupid, but as I have no experience with Wine and I am trying switch to Linux and abandon Microsoft forever, will help to make it no that silly. I would like to install Wine and my Redhat PC with 128 Meg of Ram and 2.5 GIG HD Celeron 800 Mz right now and want to learn how to do it using someone notes or maybe someone could ?foster me? during the
2019 Mar 12
2
syslinux-6.03 failed to boot ESXI 6.7
Hello, list, I'm buiding syslinux6.3 with ESXI6.7, but it says, * failed to load COM32 File http://172.16.234.112/images/esxi67/mboot.c32* Here is my config: ------------------ label esxi menu label ESXI-6.7 ^Installer kernel http://172.16.234.112/images/esxi67/mboot.c32 append -c http://172.16.234.112/images/esxi67/boot.cfg -------------------- Seeing from http access log,
2019 May 29
1
apc with rs232
On Tue, 28 May 2019, nicolae788 wrote: > Apc uses a propietary serial cable and your convertar for sure it's wired > standard. Refer to the following link for info. > https://pinoutguide.com/UPS/apc_smart_cable_pinout.shtml > > Good luck > > On Tue, 28 May 2019, 15:13 , <grumpy at mailfence.com> wrote: > >> a friend gave me an old apc smart-ups 1250
2003 May 28
1
Zero is not zero
Hello, There: I read data from tab-delimted text file(1888.txt) in C:/temp, which has thousands rows and 80 colulms, using read.delim("C:/temp/1888.txt"). when I retrieved the numeric coulum which has real zero values and applies R buid-in function such as mean( ), sum() and got a result of NA. It seems that R (R 1.6.2 in windows) considers zero as missing value (NA). Thus my
2013 May 10
1
opustools_0.1.6
downloaded opustools_0.1.6 workspace but It buid failed, gives error showing some files missing e.g:ogg.h how can I fix it. if you have any idea please send me. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20130510/2db6ebbc/attachment.htm
2012 Jun 18
1
[PATCH] virt-v2v: silence P2V build error on x86_64
This is a user case if users build virt-v2v on x86_64 platform and only want to try V2V section then they must see P2V rpm build error, it's not necessary for V2V users. In addition, if some automation scripts call autobuild.sh on x86_64 platform then the programming also will exit due to the buiding error. Signed-off-by: Alex Jia <ajia at redhat.com> --- autobuild.sh | 15
2004 Sep 20
1
R-2.0.0 Install problem for pkg bundle w inter-dependent namespaces
> -----Original Message----- > From: Martin Maechler [mailto:maechler@stat.math.ethz.ch] [...] > Greg> So, what is the proper way to handle this? Is there > Greg> some way to manually specify the package install order? > > Well, isn't the order in the 'Contains:' field of the bundle > DESCRIPTION file used? > If not, please consider sending
2010 Jun 24
1
Scheduling a nightly build - config options
...rb from github and tried configuring a schedule for building every 24 hours. Below is my project specific cruise_config.rb. What''s happening is, cruisecontrol.rb is not honoring the polling_interval of 1.day and it keeps building continuously (true to it''s nautre of continuous buids), which I assume it''s using the default polling interval of 5 minutes. Am I missing any other configuration options to make it build only on the specified time period? Also, another question is how does the project.triggered_by ScheduledBuildTrigger work? Can I combine this with the po...
2011 Aug 04
1
Tinn-R problem: unable to send code to R
The problem mentioned in the 06 Dec 2010 email below still occurs with Tinn-R (v.2.3.7.1) when highlighting a string of code, copying to the clipboard, and trying to send to Rgui via Shift+Ctrl+Q. I can copy 1 line of code to the clipboard and send it to Rgui with Shift+CTRL+Q. This fails with 2 or more lines of code, generating the error: Error in source(.trPaths[5], echo = TRUE,
2000 Nov 06
3
Problems compiling vorbis.lib in MS Land
Hey all...for whatever reason when opening up the vorbis_vc6 project in Dev Studio bitwise.c and framing.c are still in the project. From my understanding these files are only in the ogg library now. If I try to compile the project as is, it fails because it can't find the files. Simple solution: Delete the two files. I just thought I'd give somebody a heads up.... Keep up the great
2015 Mar 11
2
Users and groups named in Russian disappeared after upgrade samba4 PDC
Thanks for the answer. > Did you got errors during the classicupgrade? I didn't do classicupgrade. My Samba AD DC was installed from scratch some months ago using the instructions from this page https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO and everything had been working well. I just upgraded some deb-packages with samba to the same version but different buid-release. Regarding
2019 Mar 13
1
Fwd: syslinux-6.03 failed to boot ESXI 6.7
---------- Forwarded message --------- From: Adan Calderon <adancalderon at gmail.com> Date: Wed, Mar 13, 2019 at 9:13 AM Subject: Re: [syslinux] syslinux-6.03 failed to boot ESXI 6.7 To: luckydog xf <luckydogxf at gmail.com> I can share some working examples for a USB Thumb drive and PXE servers using chain loading, but it will take me some time. If you are interested in my
2003 Jun 23
7
How can I do a spinning plot in R?
I have found XLispStat's spinning plots illuminating. I'd like to do the same thing in R. A dozen or so probes with help, help.search, apropos haven't turned up anything, and I've even resorted to grepping through the entire R source distribution looking for 'spin.*plot', to no avail. Either the feature is called something else in R (what?), or it's in some other
2019 Jul 26
2
Some xcode schemes not appearing now in Xcode after cmake install (??)
Hi all In order to get ready for the upcoming final 9.0 release code I have now switched to the 'release/9.x' branch that I pulled from github. Unfortunately, after running cmake in the usual way, I found that many xcode schemes are missing on the resulting project. Particularly, I added -DLLVM_ENABLE_PROJECTS=clang to the terminal command line. The logs correctly state that ‘clang
2004 Oct 20
0
[LLVMdev] UPDATE: Automake Difficulties (Long)
I'm re-thinking my penchant for automake. automake is great for many standard applications that just need to get portable makefiles up and running quickly. However, it turns out that LLVM is "different enough" from a standard application that automake might not be the best choice. Here's some of the problems I've run into: 1. There's no way to tell automake to build
2015 Aug 27
2
Samba Internal DNS vs. BIND_DLZ
On 27/08/15 22:00, Robert Moskowitz wrote: > Ah, LDAP is included within Samba, I find. Don't install provided one... > > I suppose I will have to find what schemas, particularly if the bind > dlz schema is included? ER, you don't actually need to add any extra schemas, it is all built into samba4 when run as an AD DC, if you are struggling to understand this, just think a
2015 Aug 27
3
Samba Internal DNS vs. BIND_DLZ
On 27/08/15 22:20, Robert Moskowitz wrote: > > > On 08/27/2015 05:10 PM, Rowland Penny wrote: >> On 27/08/15 22:00, Robert Moskowitz wrote: >>> Ah, LDAP is included within Samba, I find. Don't install provided >>> one... >>> >>> I suppose I will have to find what schemas, particularly if the bind >>> dlz schema is included?
2009 Oct 27
1
[LLVMdev] llvm-2.6: compile linux kernel
I'm using LLVM 2.6 to buid Linux 2.6.31-git. I read here and old thread about kernel and llvm-2.3 [1] so I'd like to ask again. # make CROSS_COMPILE=llvm- V=1 (...) llvm-gcc -Wp,-MD,init/.main.o.d -nostdinc -isystem /usr/lib/llvm-gcc-4.2-2.6/lib/gcc/i686-pc-linux-gnu/4.2.1/include -Iinclude -I/opt/linux-2.6/arch/x86/include -include include/linux/autoconf.h -D__KERNEL__ -Wall -Wundef