Displaying 13 results from an estimated 13 matches for "gererate".
Did you mean:
generate
2003 Jul 11
3
Random Numbers
I thank all who replied to my first post regarding random number gereration in
R. I have taken all your advice and read much about the gereration of random
numbers. I have managed to find a few pieces of code that I have converted for
my Java program and am now at the stage of testing these systems. I have found
a number of articles on the testing of random numbers and some nice tests that
2003 Apr 01
1
Could not create DVI version
In Solaris with R-1.7.0beta from 2003-04-01 I still have a problem with
"R CMD check" after I build a package:
* creating setRNG-manual.tex ... OK
* checking setRNG-manual.tex ... ERROR
Could not create DVI version.
This typically indicates Rd problems.
I can manually gererate the dvi from setRNG-manual.tex, so I don't think
my latex is defective as I speculated last week. The file texput.log
indicates
This is TeX, Version 3.14159 (Web2C 7.3.1) (format=latex 2001.1.12) 1
APR 2003 12:09
**\nonstopmode\inputsetRNG-manual.tex
! Emergency stop.
<*> \nonstopmode\i...
2003 Nov 06
1
for help about R--probit
Not real data. It was gererated randomly. The original codes are the following:
par(mfrow=c(2,1))
n <- 500
#########################
#DATA GENERATING PROCESS#
#########################
x1 <- rnorm(n,0,1)
x2 <- rchisq(n,df=3,ncp=0)-3
sigma <- 1
u1 <- rnorm(n,0,sigma)
ylatent1 <-x1+x2+u1
y1 <- (ylaten...
2002 Feb 19
1
smbpasswd encryption (2.2.3a - RH 7.2 - kernel 2.4.7-10) Win2k
...MAIN] OS=[Unix] Server=[Samba 2.2.3a]
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
for "smbclient //linux/homes -U <myusername>"
I have all the users on BOTH mashines! I also tried to change the password
from one user to "NO PASSWORDXXXXX..." in the smbpasswd file I gererated with
the command above and tried connecting with that user an no password.
I am sort of getting somewhere but still not as content as I could be ;-). I
also think that the ENCRYPTION-docs aren't very helpfull or I am just too
dumb. So, could anybody PLEASE help me in this issue! I am sure...
2007 Dec 23
1
per user quota
Hi, i've tryed to setup per user quota with postfix/dovecot, but
without luck.
My configuration is:
postfix 2.3.8 with virtualdomain on mysql (http://workaround.org
tutorial)
dovecot 1.0.9
IMAP/PO3 OK
on dovecot config, i've made the changes for the quota plugin,
i've setup the gereral quota at 20MB, with this configuration:
quota = maildir:storage=20480:messages=1000
it works
2006 Jun 20
0
problem with list definition
hello,
I am gererateing a missing template error when I overwrite the list part of
the scaffold. it seems to have the wrong path to list.rhtml. Looking at the
error path (below) it is looking for in a folder called <public>. This seems
wierd to me becausae that path does not exist in the frame work. the path
shou...
2005 Oct 13
0
webrick, ssl, not working
Im trying to implement the SSL patch/semi-patch, whatever its defined
as. I found this:
https://trac.cccv.de/pentabarf/browser/trunk/pentabarf/script/server?rev=2340&format=raw
Ive found the same thing multiple places. I put that in
script/sslserver, and run it. It looks good, you can see it gererate
the SSL parts. When I go to the site running on the port its set to,
I get Document contains no data. Webrick shows this error:
[2005-10-13 06:02:20] INFO WEBrick::HTTPServer#start: pid=4156 port=2342
[2005-10-13 06:03:53] ERROR OpenSSL::SSL::SSLError: http request
c:/ruby/lib/ruby/site...
2015 Apr 06
0
--append and then --append-verify will not work.
...kages.bz2
Binary files Packages.bz2 and /home/werner/Packages.bz2 differ
As you can see, the finally file obtained by --append then --append-
verify is a wrong file which is differ from the original one.
5- In the above test, if I only the running the following command to re-
rsyncing on the re-gererated Packages.bz2:
$ rsync -v -B131072 --append-verify rsync://ftp.cn.debian.org/debian/
dists/Debian7.8/main/binary-all/Packages.bz2 .
The result file will be correct, see following for detail:
werner at debian:~/http_resume_test$ diff Packages.bz2 ~/Packages.bz2
werner at debian:~/http_resume_t...
2010 Feb 01
0
[LLVMdev] Adding CFG edges for null pointer exceptions?
Hi James,
> Is it possible to add edges to the CFG from instructions that reference
> memory to exception landing pads? I want to do this so that I can
> convert SEGV signals into exceptions that can be safely unwound and
> caught. My compiler's existing code generator handles this by having a
> combined memory dereference and jump on null instruction. LLVM doesn't
2015 Apr 06
0
--append and then --append-verify will not work.
...~/Packages.bz2
Binary files Packages.bz2 and /home/werner/Packages.bz2 differ
As you can see, the finally file obtained by --append then --append-
verify is a wrong file which is differ from the original one.
5- In the above test, if I only running the following command to re-
rsyncing on the re-gererated Packages.bz2:
$ rsync -v -B131072 --append-verify rsync://ftp.cn.debian.org/debian/
dists/Debian7.8/main/binary-all/Packages.bz2 .
The result file will be correct, see following for detail:
werner at debian:~/http_resume_test$ diff Packages.bz2 ~/Packages.bz2
werner at debian:~/http_resume_tes...
2010 Jan 31
2
[LLVMdev] Adding CFG edges for null pointer exceptions?
Hi,
Is it possible to add edges to the CFG from instructions that reference
memory to exception landing pads? I want to do this so that I can convert
SEGV signals into exceptions that can be safely unwound and caught. My
compiler's existing code generator handles this by having a combined memory
dereference and jump on null instruction. LLVM doesn't seem to have anything
similar - I was
2004 Jul 04
1
1.0-test25 with new cache file code
http://dovecot.org/test/
Pretty much the only change since test24 is a redesign of how cache
file writing works. Reading works as before - without locks.
Before (in 1.0-tests, 0.99 was worse) we used to just try to lock it.
If it failed, we just didn't update cache. If it didn't fail, the lock
could have been kept a long time. For example if a user was downloading
a 10MB mail, the
2004 Aug 18
1
Fwd: strptime() problem? - Resolved
Hi Gabor and everybody;
Thanks Gabor, with the alternative step you've told me the problem is
resolved. Comparing the two procedures:
Extract from the source 'character' data:
> rain$ts[2039:2046]
[1] "25/03/2000 22:00:00 UTC" "25/03/2000 23:00:00 UTC"
[3] "26/03/2000 00:00:00 UTC" "26/03/2000 01:00:00 UTC"
[5] "26/03/2000 02:00:00