search for: horizon

Displaying 20 results from an estimated 324 matches for "horizon".

2013 Apr 04
5
Help for bootstrapping‏
...;-function(data){x = 1:396s = sample(x,6,replace=T)bsdata = data[(s[1]):(s[1]+59),] for (j in 2:6) { a = data[(s[j]):(s[j]+59),] bsdata = rbind(bsdata,a) }return(bsdata)} #set.seed(1234)#trial<-GetBSData(OriData) ##############################the Minimisation functionOpt<-function(data, horizon, col, lamda){TbillReturn<-numeric(30/horizon)USReturn<-numeric(30/horizon)for (x in 1: (30/horizon)){ TbillReturn[x]<-prod(data[(12*horizon*(x-1)+1):(12*horizon*(x-1)+12*horizon),col])-1 USReturn[x]<-prod(data[(12*horizon*(x-1)+1):(12*horizon*(x-1)+12*horizon),2])-1}Return<-cbind(Tbi...
2011 Nov 08
2
[LLVMdev] LLVM JIT on a Baremetal x86 Machine !!!
Hi, First question: "/module" is mapped to a special file that reads a kernel module passed in by the bootloader. Much like GRUB, kiwi's bootloader loads a kernel and can load one or more extra files into memory. These are passed to the kernel. The horizon kernel expects one file, which it makes accessible at "/module". This should be set up to be whatever you set KERNEL_HBC to be. Second question: The program is statically compiled on the host system against the host C and C++ libraries. Then, it is patched slightly to change linux syscal...
2011 Nov 03
1
[LLVMdev] LLVM JIT on a Baremetal x86 Machine !!!
Hi Mian, Looking at the runlog, everything seems fine until LLVM attempts to use lseek() on a file. You see the PANIC because Horizon hasn't implemented lseek yet. Obviously the version of GlibC I was using does not use lseek in that circumstance, but yours does. You just need to implement lseek :) Cheers, James -----Original Message----- From: Mian M. Hamayun [mailto:mian-muhammad.hamayun at imag.fr] Sent: 03 November 20...
2006 Jul 31
1
questions regarding spline functions
Greetings, A couple general questions regarding the use of splines to interpolate depth profile data. Here is an example of a set of depths, with associated attributes for a given soil profile, along with a function for calculating midpoints from a set of soil horizon boundaries: #calculate midpoints: mid <- function(x) { for( i in 1:length(x)) { if( i > 1) { a[i] = (x[i] - x[i-1]) / 2 + x[i-1] } } #reurn the results a[which(!is.na(a))] } #horizon depth bounds z <- c(0,2,18,24,68,160,170,192,200) #horizon midpoints, associated with horizon...
2011 Nov 08
0
[LLVMdev] LLVM JIT on a Baremetal x86 Machine !!!
...amp;modl; Is this 'module' somehow related to 'KERNEL_HBC' that we specified earlier ? If yes then how I am getting the size of this special file to be zero, whereas the size of my 'hello_world.hbc' is 225 bytes. If no, then what is it ? Secondly You have mentioned on the Horizon wiki: "The build process will produce a version of horizon statically linked with code that provides enough of a UNIX environment for LLVM and libstdc++ to function" Could you please shed some more light on this aspect (Some links, if possible), on how you have accomplished this ? I a...
2011 Nov 09
0
[LLVMdev] LLVM JIT on a Baremetal x86 Machine !!!
...ecialModule class as well. The log for the working example is attached, just as a reference. Now one more thing, when the build system creates the ISO9660 CD-ROM Image, it executes the following commands: mkdir -p /tmp/hzn/boot mkdir -p /tmp/hzn/kiwi/modules cp /altamaha/home3/hamayun/workspace/horizon/horizon/Baremetal/boot/cdboot.img /tmp/hzn/boot cp embedded /tmp/hzn/kiwi/kernel cp /altamaha/home3/hamayun/workspace/horizon/code-samples/hello_world.hbc /tmp/hzn/kiwi/modules/hbc mkisofs -quiet -J -R -l -b boot/cdboot.img -V Horizon\ CD-ROM -boot-load-size 4 -boot-info-table -no-emul-boot -o...
2011 Oct 26
3
[LLVMdev] LLVM JIT on a Baremetal x86 Machine !!!
Dear All, I have tested a few examples of LLVM-JIT Framework on Linux x86 Machine. So generating functions on the fly and then executing them is OK on linux i.e. i686-pc-linux-gnu My question is: Can we use the LLVM-JIT on a baremetal x86 machine ? Actually my target is a virtual machine, and I need some dynamic code generation support. I intend to use LLVM-JIT (if possible) for this
2014 Aug 27
2
Error: No Host Found
...The good news is that I have progressed beyond that. Unfortunately, I have found another issue which I cannot seem to get past. It deals with OpenStack PackStack as described on the RDO setup site. It is hosted in an Oracle VirtualBox running CentOS 6.5. It appears to be running, I can use the Horizon interface. I have figured out how to get the HEAT Orchestration up and running. I am not sure that libguestfs is the correct list. If not, could you please forward to the correct list? I cannot create an instance, either through HEAT or Horizon. I am getting an Error: No Host Found. I have do...
2019 Jul 29
5
split horizon and authoritative answers..?
I need to implement split horizon DNS, as I have just one external IP address (dynamic.lindenberg.one in external DNS) but multiple internal ones. External requests are distributed by port or using sniproxy (in particular 443), and all externally visible names are in a distinct zone then my domain, but with an additional indirectio...
2019 Jul 30
2
split horizon and authoritative answers..?
...=> eth0 Server_split_DNS (Proxy) eth1 => internet > -----Oorspronkelijk bericht----- > Van: Joachim Lindenberg [mailto:samba at lindenberg.one] > Verzonden: dinsdag 30 juli 2019 10:44 > Aan: 'L.P.H. van Belle'; samba at lists.samba.org > Onderwerp: AW: [Samba] split horizon and authoritative answers..? > > Hai Louis, > unfortunately I think that?s not really an option. My DCs are > not running on the firewall but as a virtual machine, and > thus I don?t really see an option for multiple interfaces.. Nope, then thats not needed. > and also I don...
2004 Mar 17
2
access database locking issue
...create mask = 0600 browseable = no guest ok = no [print$] comment = Printer Drivers path = /var/lib/samba/drivers write list = @ntadmin root force group = ntadmin create mask = 0664 directory mask = 0775 browseable = yes guest ok = no printable = no [horizon] path = /horizon writeable = yes comment = frog samba server create mask = 0777 force directory mode = 777 thanks again jack malone Network Administrator EAST TEXAS LIGHTHOUSE FOR THE BLIND dba HORIZON INDUSTRIES 903-595-3444 http://www.horizonind.com
2019 Jul 30
0
split horizon and authoritative answers..?
...If thats that case mail again. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Joachim Lindenberg via samba > Verzonden: maandag 29 juli 2019 18:46 > Aan: samba at lists.samba.org > Onderwerp: [Samba] split horizon and authoritative answers..? > > I need to implement split horizon DNS, as I have just one > external IP address (dynamic.lindenberg.one in external DNS) > but multiple internal ones. External requests are distributed > by port or using sniproxy (in particular 443), and all >...
2023 Sep 01
2
Split-horizon question
Hello, NSD 4.7.0 running on FreeBSD 13.X and serving DNSSEC signed zone (say mydomain.org) to the world. I've been approached by a customer with the request to include certain records into mydomain.org zone which will be resolvable only from their premises. I'm thinking to setup a pair of unbound instances, ask the customer to configure conditional forwarding for mydomain.org to those
2005 Oct 02
1
IAX2 Group dialing.... Is there something in the horizon?
Since the search engine on voip-info.org is not working correctly with old links, etc.. I was curious if there is some hidden talent in the IAX2 outbound dialing? What I'm asking about is: Dial(IAX2/g1/${EXTEN}) Is there a way to set up groups like the above command using either SIP or IAX2 protocols like you can do with Zap? Thanks.
2003 Sep 25
1
Samba version 2.2.8a compatibility with Active Directory on W2003
Hi, We are currently running Samba v2.2.8a on Solaris 9. We are hoping to migrate to W2003 with Active Directory. Are there any incompatibilty issues? Regards ********************************************************************** Horizon Housing Group Ltd SLFHA Ltd Rother Homes Ltd Southern Horizon Housing Ltd Crystal Palace Housing Association Ltd *********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual...
2003 Apr 14
1
factor differences in anova
Hello, (maybe a quite basic statistical question, but I'm just struggling with it) I'm doing an anova: > Res1<-aov(H2O~location+topo+horizon+pF+Error(location:topo:horizon)) (water retention of soils) which gives a significant difference at factor "location". Which function should I use to now which locations (there are 3: A, B and C) differ significantly and which do not? Thanks, Wouter
2009 Nov 27
0
VAR forecasts and out-of-sample prediction
...2009. This is what I have done at the moment betas<-read.table("C:\\Users\\Manta\\Desktop\\betas.txt",header=T,dec=",") BETA<-ts(betas,start=(1984),frequency=12) BETAS<-TSdata(output=BETA) VAR1<-estVARXls(window(BETAS,end=c(2003,12)),max.lag=1) pr<-forecast(VAR1,horizon=1) pr3<-forecast(VAR1,horizon=3) pr12<-forecast(VAR1,horizon=12) and the model is estimated correctly (same estimates as found using other softwares) Then the tricky part: I want to estimate the betas for January 2004, March 2004 and January 2005 (that is, 1-3-12 months horizon). BUT, when e...
2020 May 13
4
Can't move to Centos 8
Folks I've been trying to convert my systems to Centos 8, seeing the EOL on the horizon a few years away. One of my systems is a Mac-Mini, and support for that has been discontinued. I'm wondering what the community suggests among these alternatives: 1) Stay with Centos 7 even after EOL hoping market pressures will add Mac-Mini support 2) Spend a few hundred dollars on a...
2015 Feb 16
5
[LLVMdev] What is on the LLVM horizon for truly relocatable JITted code?
Hello everyone, Is fully relocatable/position-independent JITted code on the horizon or currently possible with LLVM? I’ve written a Common Lisp compiler (currently called Clasp: https://github.com/drmeister/clasp) in C++ that uses LLVM as the backend and interoperates with C++. It uses copying garbage collection via the Memory Pool System (MPS) garbage collector by Ravenbrook....
2011 Apr 29
3
Change the text size of the title in a legend of a R plot.
...tle in a legend of a R plot? I tried to directly change the title.cex argument but it seems not to work. Trying : Horizo <- c(1,2,6,10,20) legtext <- paste(Horizo,sep="") legend("topleft", legend=legtext,col=col,text.col=col,lwd=lwd, lty=lty,cex=1.1,ncol=3,title = "Horizons",title.col ="black",title.cex=1.4) gives the following error (sorry in french): Erreur dans legend("topleft", legend = legtext, col = col, text.col = col, : argument(s) inutilis?(s) (title.cex = 1.4) saying title.cex argument as been ignored. Thank you for helping....