search for: genarated

Displaying 19 results from an estimated 19 matches for "genarated".

Did you mean: genarates
2011 Jan 10
3
using Smolyak to genarate intervals
Hello I am running a program from value intervals for a set of variables. I thought I could use Smolyak to get my intervals adding points as I need them , so instead of running the program for a whole interval I would run only for the most important points. I am new to Smolyak algorithm though, and I can not understand how can i use smolyak.quad(d,k), to solve my problem. Anybody can give me
2009 Mar 13
0
Rails Genarator Destroy
Hi, I created a custom generator, but i won''t some files deleted when i call "script/destroy". So, i''m trying undesrtand how don''t delete a specific file generated. When i call "script/destroy" It''s destroying everything that was created by "script/generate". Anyone know about some option to skip file be deleted? or a way to
2015 Nov 13
2
llvm.experimental.gc.statepoint genarates wrong Stack Map (or does it?)
Hello, list I am not quite sure if what I'm experiencing is a bug or intentional behavior. In the code below the result of a function call is a deopt arg to llvm.experimental.gc.statepoint (http://llvm.org/docs/Statepoints.html#llvm-experimental-gc-statepoint-intrinsic). Therefore a Stack Map containing location of this variable is created upon code generation. Here's the complete
2015 Nov 17
3
llvm.experimental.gc.statepoint genarates wrong Stack Map (or does it?)
Hi, Sanjoy, On 2015-11-16 23:27, Sanjoy Das wrote: > Hi Vlad, > > vlad via llvm-dev wrote: >>> Vlad, >>> >>> My initial impression is that you've stumbled across a bug. I suspect >>> that we - the only active users of the deopt info in the statepoint I >>> know of - have been inverting the meaning of Direct and Indirect >>>
2015 Nov 16
2
llvm.experimental.gc.statepoint genarates wrong Stack Map (or does it?)
> Vlad, > > My initial impression is that you've stumbled across a bug. I suspect > that we - the only active users of the deopt info in the statepoint I > know of - have been inverting the meaning of Direct and Indirect > throughout our code. (i.e. we're consistent, but swapped on the > documented meaning) I've asked Sanjoy to confirm that, and if he >
2007 May 01
1
adding column to a matrix
l have the following dataset and would like to calculate the actual survival time by if censoring time > survival time then actual survival time =survival time else its= censoring time. treatmentgrp strata censoringTime survivalTime censoring actualsurvivaltim [1,] 1 1 1.012159 1137.80922 0 [2,] 2 2
2001 Dec 31
1
samba and NT PDC
Hi, as windbind is not supported on FreeBSD I hope to get some hints how to solve the following issues: I want to setup a samba (2.2.2) fileserver that just contains the home-directories for all users of a Win-NT 4.0 Domain. - How can I use the PDC for authentication instead of smbpasswd? - I am looking for an easy way to auto-genarate a home-dir each time a new Domain-user is created via the
2012 Aug 01
3
Can any one help me on this Issue
Hi Friends, I'm new to R ,I have a data frame Z16 which is genarated from another data frame, and I want to add ?%? & ?$? in row 4 and 5 respectively. when I?m trying using below logic, I?m getting warning message. I'm using R 2.14.2 Version Can anyone help me out on this. Note: Initially i used tranfrom function to do some calculations,where ever it sho...
2000 Dec 21
2
Réf. : configure.in: Someone please show me a better way :)
...a "$X2a/aa" #define b "$X2b/bb" EOF EOF_1 EOF_2 ---------------------------------------- Output must be: #define a "x0/1/2/aa" #define b "x0/1/2/bb" With bash and bash in sh mode on linux work. What about other ..UX implementation ? Genarated from autoconf variable in configure script like libexecdir='${exec_prefix}/libexec' is not expanded in script and substitution s%@libexecdir@%$libexecdir%g is usefull only for makefiles. if script work file we can use ( about configure.in ) ---------------------------------------- .... exp...
2008 Jul 02
0
Goodness of fit test
Dear R users, I have some data sets and I'd want to test if they are genarated under different probability functions. That is, some of them by gamma distribution, exponential one etc. Could anybody propose me any test (or procedure) to see that. I search something similar to the normality tests. Thanks in advance Mart?n Gast?n
2006 Aug 31
0
rc >= 6, libtool and zsh
Hello Timo, On FreeBSD 6.1-STABLE, rc7 doesn't build (rc6 didn't either) because of a broken "sed" in the genarated "libtool" script, at least with the "zsh" shell comming from the ports (zsh-4.3.2). This has occured starting from your move from Autoconf 2.59 to Autoconf 2.60 since for some reason, now "libtool" is run by zsh (instead of sh as in 2.59). I didn't investigate if...
2000 Dec 21
1
configure.in: Someone please show me a better way :)
...a "$X2a/aa" #define b "$X2b/bb" EOF EOF_1 EOF_2 ---------------------------------------- Output must be: #define a "x0/1/2/aa" #define b "x0/1/2/bb" With bash and bash in sh mode on linux work. What about other ..UX implementation ? Genarated from autoconf variable in configure script like libexecdir='${exec_prefix}/libexec' is not expanded in script and substitution s%@libexecdir@%$libexecdir%g is usefull only for makefiles. if script work file we can use ( about configure.in ) ---------------------------------------- .... exp...
2001 Jan 18
4
GNU autoconf/automake in OpenSSH
I make changes in open source tree to implement autoconf/automake. What's new ? - new acinclude.m4 ( based on old aclocal.m4 + new macros OSSH_EXPAND_PATHS and OSSH_SHOW_OPTIONS - new configure option --with-askpass=PATH - updated acconfig.h ( based on old acconfig.h with removed USE_EXTERNAL_ASKPASS and new ASKPASS_PATH + new config.h.top and config.h.bot ) !!! in this file has two lines
2007 Apr 26
3
adding a column to a matrix
i would like to add a variable to an existing matrix by manipulating 2 previous variables eg for the data m treat strata censti survTime [1,] 1 2 284.684074 690.4961005 [2,] 1 1 172.764515 32.3990335 [3,] 1 1 2393.195400 24.6145279 [4,] 2 1 30.364771 8.0272267 [5,] 1 1 523.182282 554.7659501 l
2002 Jul 22
9
[Patch] Improve portability of regression tests
Hello All. As promised, here is what I needed to do to get the regression tests to work on AIX & HPUX. It goes into a bit of detail in the hope that others might be able to get them running on their platforms. I've run these mods on AIX 4.3.3, HP-UX 11.00, Solaris 8, Redhat 7.3 and OpenBSD 3.0. The problems I encountered: * prereqs (pmake, md5sum) * bad directory owner/mode causing auth
2007 May 24
1
Help!I have problem in using pxelinux about menu.c32 and vesamenu.c32
...DEFAULT menu.c32" in the "default " file,the problem occur. But when I only put "DEFAULT memdisk c=638 h=2 s=18 floppy append initrd=netboot.zip" in the "default" file,the compute boot normally,it can go into net boot dos. When i use the pxe file (boot menu file) genarated by "3com's boot image editor",my computer work normally. log on tftp server? DOWNLOAD Thu May 24 10:54:08 10.3.51.123 START D:\tftp\pxelinux\pxelinux.0 DOWNLOAD Thu May 24 10:54:08 10.3.51.123 START D:\tftp\pxelinux\pxelinux.0 DOWNLOAD Thu May 24 10:54:08 10.3.51.123 START D:\tftp\p...
2005 Sep 01
6
png scaling problem
scaling<-4 xywidth<-480 resolution<-150 png(filename = "c:/r/anschluss/plots/4.png", width = xywidth*scaling, height = xywidth*scaling,pointsize = 12, bg = "white", res = resolution*scaling) ...... barplot(xrow,col = barcolors,cex.axis=scaling, ylab="mean time till attachment in sec",cex.lab=1.2*scaling) I tried to scale the barplot but there is one
2005 Jan 13
10
Program logic behind Ruby On Rails
Hi, I''m a newbie in both Ruby and Ruby on Rails. I finished the Ruby on Rail Tutorial on Todo list and it was great. But, now I''m trying to understand the logic behind it, that is something that is not obvious on how each one of them ties together. Is there a flowchart that shows how the inner working of Ruby on Rails? In another words, let''s suppose we consider the
2007 May 03
0
unscrible pls
On 5/2/07, r-help-request@stat.math.ethz.ch < r-help-request@stat.math.ethz.ch> wrote: > > Send R-help mailing list submissions to > r-help@stat.math.ethz.ch > > To subscribe or unsubscribe via the World Wide Web, visit > https://stat.ethz.ch/mailman/listinfo/r-help > or, via email, send a message with subject or body 'help' to >