search for: 8,3

Displaying 20 results from an estimated 66 matches for "8,3".

Did you mean: 7,3
2005 Mar 10
2
Strange issues with Excel & Samba
...0x2019f RDWR NONE /home/shared/projects/Spreadsheet2.xls MonMar 7 11:12:16 2005 Ok, so Samba shows that the user has the file "Spreadsheet2.xls" opened in read-write mode. So far so good. BUT... What is interesting is this: # lsof -p 25002 |grep xls smbd 25002 louis 28uw REG 8,3 34304 705301 /home/shared/projects/Spreadsheet2.xls smbd 25002 louis 32rw REG 8,3 34304 705301 /home/shared/projects/Spreadsheet2.xls smbd 25002 louis 33rw REG 8,3 34304 705301 /home/shared/projects/Spreadsheet2.xls smbd 25002 loui...
2007 Aug 22
0
rpm command freezing
...er KB article but to no avail. Any additional hints what's to look for? One thing I notice w/c I think is weird is that we I losf the process of rpm -qa that's freezing, it's looking somewhere instead of /var/lib/rpm/ I supposed. [root at server1 root]# ps aux | grep rpm root 10385 0.0 0.0 50788 1860 ? S Aug22 0:00 /usr/lib/rpm/rpmq -q --all [root at server1 root]# lsof -p 10385 COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME rpmq 10385 root cwd DIR 8,3 4096 295489 /root rpmq 10385 root rtd DIR 8,3 4096 2 / rp...
2006 Jun 15
1
Performance leak with concurrent requests on static files (Rails)
Hi, I just found something weird for mongrel with static files. Performance endlessly decreases if mongrel serve static files from simultaneous requests : Here is the test setup: Ruby on Rails Mongrel (tested with 1.3.12.4 and 1.3.13-pre installed today) Ubuntu dapper, compiled ruby 1.8.4. http client : while true; do ab -n 1000 -c 30 http://localhost:3000/ 2>/dev/null | grep quest.*mean ; echo -- ; done Requests per second: 276.85 [#/sec] (mean) Time per request: 108.362 [ms] (mean) Time per request: 3.612 [ms] (mean, across all concurrent requests) -- Req...
2004 Apr 02
1
convert excell file to text with RODBC package
...ead the last row of the table excell 2) Don' t take the hours My excell file call prueba4.xls and have the following rows: where prueba4.xls was make in excell (office xp) and have one spreadsheet call "Hoja1", you see each rows of she: D??a Hora col1 col2 col3 col4 col5 col6 col7 col8 15/12/2003 12:14:59 217 2760 8,2 35 79,6 86,4 15/12/2003 12:15:00 217 2764 8,2 35 79,6 86,4 15/12/2003 12:15:01 217 2758 8,3 35 79,6 86,4 15/12/2003 12:15:02 217 2760 8,3 35 79,6 86,4 15/12/2003 12:15:03 217 2755 8,3 35 79,6 86,4 15/12/2003 12:15:04 217 2766 8,3 35 79,6 86,4 15/12/2003 12:15:05 217...
2004 Apr 03
1
Re: R-help Digest, Vol 14, Issue 3
At 12:01 03/04/04 +0200, you wrote: >Content-Transfer-Encoding: 8bit >From: solares at unsl.edu.ar >Precedence: list >MIME-Version: 1.0 >Cc: >To: R-help at stat.math.ethz.ch >Date: Fri, 2 Apr 2004 12:47:48 -0300 (ART) >Message-ID: <50155.209.13.250.66.1080920868.squirrel at inter17.unsl.edu.ar> >Content-Type: text/plain;charset=iso-8...
2011 Feb 26
1
Finding pairs with least magnitude difference from mean
Hi, I have what I think is some kind of linear programming question. Basically, what I want to figure out is if I have a vector of numbers, > x <- rnorm(10) > x [1] -0.44305959 -0.26707077 0.07121266 0.44123714 -1.10323616 -0.19712807 0.20679494 -0.98629992 0.97191659 -0.77561593 > mean(x) [1] -0.2081249 Using each number only once, I want to find the set of five pairs where the magnitude of the differences between the mean(x) and each pairs sum is least. > y <- outer(x, x, "+") - (2 * mean(x)) > y...
2011 Feb 07
3
Giving vector of colors to line in plots
...pois(7,lambda=5) cols.x <- c(rep("black",2),rep("red",3),rep("black",2)) cols.y <- c(rep("blue",3),rep("yellow",2),rep("blue",2)) points.x <- c(rep("x",2),rep("O",3),rep("x",2)) points.y <- c(rep(8,3),rep(17,2),rep(8,2)) plot(x,col=cols.x,pch=points.x,type="b",ylim=c(0,15)) points(y,col=cols.y,pch=points.y,type="b")
2010 Dec 15
3
[LLVMdev] opinions on turning on encoding info by default in -S
On targets that fully support MC for encoding (today that means X86, hopefully ARM will be done soon), llc has a "-show-mc-encoding" option that can be used to dump out the encodings for every instruction. If you're using clang, this can be accessed with the (intentionally) hidden -mllvm option like so: $ clang t.c -S -o - -mllvm -show-mc-encoding...
2004 Apr 23
4
Tcl Tk table
...ot;) ",myRarray[i+1,j+1],sep="")) tt<-tktoplevel() table1 <- tkwidget(tt,"table",variable="tclArray", rows="50", cols="50") tkpack(table1) #Old version which worked in R 1.6 but it doesn't work with R 1.9 (and also not with 1.8), why?? tkcmd(.Tk.ID(table1),"tag","celltag","gruen",list(c("3,3", "4,4", "5,5", "6,6", "7,7", "8,8"))) tkcmd(.Tk.ID(table1),"tag","configure","gruen",bg="green",fg=&quo...
2007 Feb 01
2
Indexing Performance Question (was tpop3d vs dovecot)
...ilbox for instance (my test one has 71570 emails in the cur/ folder so the process runs long enough to get data of what it's doing). Follow these steps: 1. First pop3 connection. With no index files whatsoever, it takes nearly a full 10 minutes at 100% io load to scan the 71570 files (748M) directory and build the index files from scratch which look like this: -rw------- 1 postfix postdrop 839K Feb 1 00:43 dovecot.index -rw------- 1 postfix postdrop 1.9M Feb 1 00:57 dovecot.index.cache -rw------- 1 postfix postdrop 560K Feb 1 00:43 dovecot.index.log -rw------- 1 postfix postdrop...
2011 Nov 16
3
create list of names where two df contain == values
...the two dataframes and therefore it would produce a list of the 9 letters where the two criteria columns matched (a,b,c,d,e,f,g,i,j): df.1<-data.frame(rep(letters[1:10])) colnames(df.1)[1]<-("Letters") set.seed(1) df.1$numb1<-rnorm(10,1,1) df.1$extra.col<-c(1,2,3,4,5,6,7,8,9,10) df.1$id<-c("CG234","CG232","CG441","CG128","CG125","CG182","CG982","CG541","CG282","CG154") df.1 df.2<-data.frame(rep(letters[1:10])) colnames(df.2)[1]<-("Letters") set.seed...
2007 Jan 06
2
Using VGAM's vglm function for ordinal logistic regression
...riginal dataset # Restructure the pneumo dataset into a different format pneumo2 <- data.frame(matrix(ncol=3, nrow=24)) colnames(pneumo2) <- c('exposure.time', 'severity', 'freq') pneumo2[,1] <- rep(pneumo[,1],3) pneumo2[,2] <- as.ordered(c(rep('normal',8),rep('mild',8),rep('severe',8))) pneumo2[1:8,3] <- pneumo[,2] pneumo2[9:16,3] <- pneumo[,3] pneumo2[17:24,3] <- pneumo[,4] pneumo2 # Inspect the format of the new modified dataset ------ The problem occurs when I try to analyze these two datasets, which are identical i...
2005 Mar 09
1
AutoCad 2004, Samba 3.0.11 & file locking issues
...d my client open an AutoCad file called A1_1 and here is what tdbdump showed for that file. (info on the .dwl file is further below) # tdbdump /var/cache/samba/locking.tdb | grep A1_1 data = "\01\00\00\004[3@set_kernel_oplock: got kernel oplock\AAa\00\00\07\9D\03\00!\00\00\00\96\01\02\00\B6\80,B\C9\A9\03\00\03\08\00\00\00\00\00\00\85\D6\0F\00\00\00\00\00\AF;\00\00/home/shared/projects/A1_1.dwl\00" data = "\01\00\00\00\DCY3@set_kernel_oplock: got kernel oplock\AAa\00\00\00\00\00\00\22\00\00\00\9F\01\02\00\B4\80,B\FF\E7\09\00\03\08\00\00\00\00\00\00\B3\B3\0A\00\00\00\00\00\1E;\0...
2016 Feb 21
5
Database left unlocked by Tcl bindings
I discovered, while trying to set up Tcl bindings for Notmuch (https://notmuchmail.org/), which uses Xapian, that flintlock was not being locked (I had lost updates). I then found that opening a Xapian database for writing directly via the Xapian Tcl bindings also silently fails to lock flintlock. I have taken a copy of flint_lock.cc to play with, and I find that it locks the file when called
2004 Sep 20
2
1 extension entry for multiple purposes?
Hey gang, There must be any easy solution for this but my mind is frazzled on compiling 2.4 with RTC as module. Bleh. Currently extension 9000 is our VoicemailMain(@company) line. Some employee's are complaining that the old system was better because you didn't have to enter your mailbox number and that instead the old system took you right to it. I figured there was something similar
2009 Dec 09
4
Need help/suggestions for DialPlan
...lPlan strategy for our Asterisk system (1.4.2) and looking for some info on 'best practices' for this. Here's what I'm trying to do: I have an ACD menu that gives the caller the options as follows: - Press 1 for sales - Press 2 for support - Press 3 for customer service - Press 8 for a 'Dial by Name' list or enter the extension number at anytime to directly dial that extension. I am setting up extensions to be 3 digits long, all starting with 6 (ie. 601, 602, 603, etc.) My current setup requires a single digit to be pressed before going to that context in the D...
2010 Dec 16
0
[LLVMdev] opinions on turning on encoding info by default in -S
On Dec 14, 2010, at 9:37 PM, Chris Lattner wrote: > On targets that fully support MC for encoding (today that means X86, hopefully ARM will be done soon), llc has a "-show-mc-encoding" option that can be used to dump out the encodings for every instruction. If you're using clang, this can be accessed with the (intentionally) hidden -mllvm option like so: > > $ clang t.c -S -o - -mllvm -show-mc...
2007 Jan 22
0
Fwd: Re: aov y lme
...instead of 1,...,4. > > > > > > purity<-c(1,-2,-2,1,-1,-3,0,4, 0,-4, 1,0, 1,0,-1,0,-2,4,0,3, > > > -3,2,-2,2,2,-2,1,3,4,0,-1,2,0,2,2,1) > > > suppli<-factor(c(rep(1,12),rep(2,12),rep(3,12))) > > > batch<-factor(c(rep(1:4,3), rep(5:8,3), rep(9:12,3))) > > > material<-data.frame(purity,suppli,batch) > > > > > > As you remarked you can use aov > > > > > > summary(material.aov<-aov(purity~suppli+suppli:batch,data=material)) > > > Df Sum Sq Mean Sq F valu...
2003 Sep 30
0
lme vs. aov
...have 2 differnt response variables "x" and "y" in the following dataset, with "y", I achieved the equivalency between "lme" and "aov", but with "x", I got different p values for the ANOVA table. ------- x<-c(-0.0649,-0.0923,-0.0623,0.1809,0.0719,0.1017,0.0144,-0.1727,-0.1332,0.0986,0.304,-0.4093,0.2054,0.251,-0.1062,0.3833, 0.0649,0.2908,0.1073,0.0919,0.1167,0.2369,0.306,0.1379) y<-c(-0.0649,-0.0923,0.32,0.08,0.0719,0.1017,0.05,-0.1727,-0.1332,0.15,0.304,-0.4093,0.2054,0.251,-0.1062,0.3833,0.0649, 0.2908,0.1073,0.0919,0.1167,0...
2003 Oct 02
0
lme vs. aov with Error term
...llowing dataset, they are actually slightly different (only 3 values of them are different). With "y", I achieved the equivalency between "lme" and "aov"; but with "x", I got different p values for the ANOVA table. ------- x<-c(-0.0649,-0.0923,-0.0623,0.1809,0.0719,0.1017,0.0144,-0.1727,-0.1332,0.0986,0.304,-0.4093,0.2054,0.251,-0.1062,0.3833,0.0649,0.2908,0.1073,0.0919,0.1167,0.2369,0.306,0.1379) y<-c(-0.0649,-0.0923,0.32,0.08,0.0719,0.1017,0.05,-0.1727,-0.1332,0.15,0.304,-0.4093,0.2054,0.251,-0.1062,0.3833,0.0649,0.2908,0.1073,0.0919,0.1167,0.2...