search for: maxc

Displaying 9 results from an estimated 9 matches for "maxc".

Did you mean: mac
2005 Sep 08
0
Effect of data set size on calculation
Dear listers, I have a piece of code which performs an ANOVA type of analysis on 2D GC data. The code is shown below: # ANOVA 2D GC analysis # maxc <- number of samples # nreps <- number of samples maxc <- 2 nreps <- 4 sscl <- NULL cmean <- NULL # # Initial stat. variable # dftot <- nrow(mat)-1 dfcl <- maxc - 1 dferr <- dftot - dfcl totmean <- mean(mat) sstot <- sd(mat)^2*dftot # # Calcu...
2003 Oct 28
1
Speeding up Transfers of 1000s of files
...ng. What I am witnessing now is that with each successive file, the transfer speed resets to 0 and ramps up to 2.5MB/s. Is there anyway that I can group these transfers together to take better advantage of our bandwidth? I should be able to peak at 5+MB/s. Thanks in advance, Max -- Max Clark <maxc at beast.clarksys.com> My Blog http://www.clarksys.com >> spamtrap: spam@clarksys.com - do NOT ever send email to this address <<
2010 Jul 15
0
Histogram with two groups on the same graph (not on separate panels)
...urges") { junk = NULL grouping = NULL for(i in 1:length(x)) { junk = c(junk,x[[i]]) grouping <- c(grouping, rep(i,length(x[[i]]))) } grouping <- factor(grouping) n.gr <- length(table(grouping)) xr <- range(junk) histL <- tapply(junk, grouping, hist, breaks=nbreaks, plot = FALSE) maxC <- max(sapply(lapply(histL, "[[", "counts"), max)) if(dev == "pdf") { pdf(filename, version = "1.4") } else{} if((TC <- transparent.cols <- .Device %in% c("pdf", "png"))) { cols <- hcl(h = seq(30, by=360 / n.gr, length = n.gr),...
2005 Jan 18
1
Cisco 7940 Configuration
...00.bin -rwxrwxrwx 1 root root 485106 Jan 18 16:20 P0S3-06-0-00.bin -rwxr-xr-x 1 root root 2348 Jan 18 16:36 SEPDefault.cnf -rwxrwxrwx 1 root root 3371 Jan 18 16:20 SIP000D6527BC59.cnf -rwxrwxrwx 1 root root 2348 Jan 18 16:20 SIPDefault.cnf [maxc@pbx tftpboot]$ cat OS79XX.TXT P0S3-06-0-00 [maxc@pbx tftpboot]$ cat SEPDefault.cnf image_version: P0S3-06-0-00 proxy1_address: "192.168.1.200" proxy2_address: "" proxy3_address: "" proxy4_address: "" proxy5_address: "" proxy6_address: ""...
2006 Jun 28
2
superimposing histograms con't
Earlier, I posted the following question: I want to superimpose histograms from three populations onto the same graph, changing the shading of the bars for each population. After consulting the help files and the archives I cannot find out how to do this (seemly) simple graph. To be clear, I want - a single x axis (from -3 to 18) - three groups of bars forming the histograms of each population
2003 Oct 23
0
RSYNC_PROXY
Hi all, I am interested at using a web proxy to help speed a transfer across a WAN. Are there any examples of syntax for the RSYNC_PROXY command available? Thanks, Max -- Max Clark <maxc at beast.clarksys.com> My Blog http://www.clarksys.com >> spamtrap: spam@clarksys.com - do NOT ever send email to this address <<
2003 Oct 01
1
Tuning Linux/Samba for low latency w/ high i/o
Hi all, I am attempting to tune a (RedHat 7.3) Linux box running samba 2.2.8a. This application is serving files to PC clients via samba, and the PC clients are uploading files to the server via ftp. Now for the specifics... These files are mpeg2 encoded video with bit rates ranging from 3Mbit/s - 20Mbit/s. When there is zero write activity against the disks I can kick off multiple concurrent
2006 Jan 04
3
SIP/IAX softphones for use in call centre environments
I've been working my way through the softphones listed on voip-info over the last few weeks and I've not really found anything to fit the bill. Has anyone had more luck? The environment is a small call centre of 5 users. Operators often need to be able to transfer calls to other operators with different specialties, so the softphone needs to be easy to use and quick to transfer calls.
2019 Apr 04
1
Proof of concept for GPU forwarding for Linux guest on Linux host.
Hi, This is a proof of concept of GPU forwarding for Linux guest on Linux host. I'd like to get comments and suggestions from community before I put more time on it. To summarize what it is: 1. It's a solution to bring GPU acceleration for Linux vm guest on Linux host. It could works with different GPU although the current proof of concept only works with Intel GPU. 2. The basic idea