search for: dmins

Displaying 17 results from an estimated 17 matches for "dmins".

Did you mean: admins
2006 Mar 09
1
HCLUST subroutine question -- FORTRAN DO loops
Shown below is most of the FORTRAN subroutine named HCLUST. My question concerns the DO loop labeled as '10'. What happened to its CONTINUE statement? I will assume that after FLAG(I)=.TRUE. is executed that control returns to DO 10 I=1,N. Am I correct? Dave ---------------------------- C Initializations C DO 10 I=1,N C We do not initialize MEMBR in order to be able to
2011 Nov 07
1
How do I return to the row values of a matrix after computing distances
## Package Needed library(fields) ## Assumptions set.seed(123) nsim<-5 p<-2 ## Generate Random Matrix G G <- matrix(runif(p*nsim),nsim,p) ## Set Empty Matraces dmax and dmin dmax<- matrix(data=NA,nrow=nsim,ncol=p) dmin<- matrix(data=NA,nrow=nsim,ncol=p) ## Loop to Fill dmax and dmin for(i in 1:nsim) { dmax[i]<- max(rdist(G[i,,drop=FALSE],G)) dmin[i]<-
2011 Feb 17
0
Best way to organize this data for plotting
Hello I have a number of data files which are outputs for each step of a simulation. The data is organized like this: dmin dmax coef 5 6 0.490981 3 8 0.098056 5 6 0.425926 6 6 0.517860 2 4 0.527778 I would like to make a 3-d plot where one axis corresponds to (dmin, dmax) pair, one axis is the simulation
2013 Apr 24
0
Help me make faster R code for Kennard-Stone algorithm [My code is so slow from Matlab]
Hi all, Can you help me change my Kennard-Stone algorithm to faster one? [The original code can run fast in matlab, but when I change matlab code to R code, it is so slow.] Since my code so crude and too many loops (changed from matlab code), it is too slow. I hope that you can help to improve the performance. Thanks. kevin
2017 Sep 27
1
need held in r coding.
Need Help in Debugging below script:-------------------------------- dat <- get_majorlandmarks(dat,Dmin,Per) fit_xts <- xts(dat$fit,order.by = dat$Date,frequency = 365) close_xts <- xts(dat$Close, order.by = dat$Date, frequency = 365 ) majorlandmarks_xts <-xts(dat$Close[dat$majorlandmarks==TRUE], order.by = dat$Date[dat$majorlandmarks==TRUE], frequency = 365 ) minorlandmarks_xts
2010 Nov 24
3
Custom ticks on x axis when dates are involved
Hi, I have a set of irregular time series and i want to produce a simple plot, with dates on x axis and attribute value of y axis. This is simple enough but my x axis is divided automatically by ticks every 5 years. I would like to have a tick every year at January 1st. I am not sure how i can do that - i end up with something very close to what i want, but it is clunky and not very correct. I
2018 Dec 14
0
Sample smb.conf for ADs authentication
On Fri, 14 Dec 2018 15:27:27 -0500 Gilbert Soucy <gsoucy at 36pix.com> wrote: > Wow, we made some good progress. We can see the users and actually > mount a share on windows. Only issue: the uids and guids are wrong. > This is because of the backend : rip, I suppose. > > >Try adding 'winbind use default domain = yes' > >Restart Samba and then try it like
2004 Aug 06
0
telnet to admin Was Web Admin Settings
...problems though: If I use Win2000's telnet, I can get an admin console. C:\>telnet 192.168.1.1 8000 screen clears, I blindly (no echo) type: "ADMIN password<enter><enter>" and see: OK -> [12/Apr/2002:13:19:05] [Bandwidth: 0.000000MB/s] [Sources: 1] [Clients: 2] [A dmins: 2] [Uptime: 19 days, 12 hours, 22 minutes and 2 seconds] -> I get no echo when I enter commands, but the commands do work. If I use Putty, I get: HTTP/1.0 306 Grow up Server: icecast/1.3.11 Connection: close ... 306 Request all messed up.... Soo... Anyone know how to get echo on W2k's t...
2000 Aug 02
1
problems with w2k and samba PDC
I simply cannot join my domain controlled by a samba PDC (vers. 2.0 or the newest version 2.0.7) with w2k professional. If I try to join the domain a messagebox appears and claims that the particular domain doesn't exist (allthough I know it does!). If one examines the logfiles, it seems as if they don't understand themselves at all.
2004 Jul 30
2
asterisk-oh323-0.6.3a
Hi there. I thy to compile asterisk-oh323-0.6.3a but it fail in the make command. I have the pwlib-v1_6_6-1 and openh323-v1_13_5-1 as saying in the README file of the packet asterisk-oh323-0.6.3a I do make and this is the error: # make for x in wrapper asterisk-driver; do make -C $x all || exit 1 ; done make: *** No rule to make target `ccflags'. Stop. make: *** No rule to make target
2004 Aug 06
2
Web Admin Settings
Hi everybody. I'm still trying to solve the problem with link in the set mode page (web admin interface). I have seen in the source file (item.c) that it is suppose to return and string, but it's returning nothing. It's ware it can't build the link correctly, because only left the argument value, and each value is printed previously. I'm going to keep hacking to try to resolve
2004 Aug 06
2
icecast+liveice in normal user fail
I would like to use icecast and liveice as my normal account. If I do so, using xmms, I can access the relayed radios I have defined, but I cannot listen th the playlist liveice is broadcasting on /disk. XMMS tells me that the specified stream could not be found. If I launch icecast as root however, it works fine. I've searched through the logs and checked the file permissions but I
2009 May 31
1
My Documents: Music shows, Pictures not so much
Hey all, I have a functioning Samba server in my test lab. All of my must-haves are met. My problem really boils down to a minor nuisance. Basically, when I log the test users in and open My Documents I only see one folder: My Music. Not that I really care but curiosity is killing me here and I can't figure out why the My Pictures folder is not present also. On top of that users love
2006 Oct 08
2
Error Correcting Codes, Simplex
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: https://stat.ethz.ch/pipermail/r-help/attachments/20061008/19f386e1/attachment.pl
2000 Feb 08
1
DEC cc doesn't like c++ comments (PR#416)
Full_Name: Albrecht Gebhardt Version: 0.99.0 OS: alpha, osf4.0 Submission from: (NULL) (143.205.180.40) DEC cc doesn't like c++ style comments // like this one Please use standard cc comments or #if 0 ... #endif A quite large patch follows (I hope it will pass mailing with not too much wrapped lines): --- ./src/main/g_her_glyph.c.dec-cc.patch Mon Feb 7 14:48:10 2000 +++
2018 Dec 13
7
Sample smb.conf for ADs authentication
Hello, I am trying to configure samba on a Centos 7.5 linux server ( Samba 4.8.3 ) to share files stored on that server to a set of windows PCs running win7 and win10. Some facts: - the linux server is NOT the domain controller but it successfully joined the domain ( realm join ...). - we have a few linux servers on which we will want to configure samba in a similar way to share files. - the
2015 Feb 20
10
[PATCH 01/11] nvc0/ir: add emission of dadd/dmul/dmad opcodes, fix minmax
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- .../drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp | 66 +++++++++++++++++++++- 1 file changed, 63 insertions(+), 3 deletions(-) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp index dfb093c..e38a3b8 100644 ---