search for: shouls

Displaying 20 results from an estimated 84 matches for "shouls".

Did you mean: should
2010 Jul 12
2
free
The man page does not say much, but does this mean I have only 396668 used by programs (used-cached)? Or shoul I be reading the 2nd line? [root at ten-212 ~]# free total used free shared buffers cached Mem: 7918844 5478820 2440024 0 111684 5082152 -/+ buffers/cache: 284984 7633860 Swap: 9961464 204 9961260 --
2010 Jul 07
3
how to process this in R
...for instance: xxxxx_ggg_yyyyy_1.txt======>changed to ggg1a.txt 3.after the files read in, how can i only keep the rows with the aaa and bbb, everything elses show be removed from the files, but the files still remain the same file name? for instance, in the xxxxx_ggg_yyyyy_1.txt file, it shouls looks like: name count 1. aaa 100 2. bbb 2000 3. aaa 300 4. bbb 400 Thanks so lot, I am very new to R, I am looking forward to any helps from you. -- View this message in context: http://r.789695.n4.nabble.com/how-to-process-this-in-R-tp2281283p2281283.html Sent from the...
2008 Nov 21
4
two dovecot server using the same file system
Hi all. I want to use two servers with dovecot using a common file system with drbd. So I have several questions. If one server write a mail to th file system he will use his name as part of the mail identification. the second server will use his own name. Each server will generate it own mail numbers . When an imap or pop user will consult the mails i shoul be confusion. Am I correct. is there
2008 Apr 19
2
problem in caluclaring the multiple regression
I am trying to calculate the regression for the follwing input data stored in 'data.txt' file.I am reading this and storing it in the variable i .then i am trying to get the predicted value using f1 as dependent and others f2....f10 as independent variables.It is giving the following error. Also i want that i shoul get one predicted value for each row(y). What should i do. Please help me
2008 Oct 08
2
[LLVMdev] Error while making new pass
Hi Devang, GlobalModRefPass is also a ModulePass and it uses CallGraph Analysis. So, I think it should not necessary to extend CallGraphSCCPass to use CallGraph information. Module Pass shoule be sufficient... --Kapil On 10/8/08, Devang Patel <dpatel at apple.com> wrote: > Hi Kapil, > > On Oct 8, 2008, at 10:19 AM, kapil anand wrote: > >> Hi all, >> >> I
2004 Dec 22
1
Encoders
Hi There, The discussion about speex triggered the following question: Is there a way to use other encoders, to stream with icecast / oddcast. Is there an format of witch the encoder shoul be standarized to (ACM or something like that), if so would it be possible to use open license encoders and commercail encoders with this. like FHG mp3, mp3pro, speex and so on. regards, Dennis Heerema
2002 Sep 05
1
Read.table question
Hi list members, i've just started using R. i've just experimented with the functions of R. Now I want to import data from an Excel spreadsheet (saved as csv) in the following format Date AAA AA A 1.12002 20.5% 12% 3% . . . i used the following command: a <- read.scv2("file.csv", sep=";") so the import worked fine. the problem is that
2008 Jan 04
1
Sorting of captions on axes
Hello, I think this might be a beginner question, but I couldn't find the answer in the manual... http://www.nabble.com/file/p14618947/at-modality.png I created this image with R by using the following code: modality <- read.table("results.table", header=TRUE, sep=",") color <-
2004 Jul 08
1
Passing kernel parameters
Hi there guys. I was trying to pass the vga=0x314 option to my kernel, but with no luck at all, I was wandering if is that posible, or if that parameter shouls be in a different notation.. This is what I've got in my configuration file. APPEND ip=dhcp vga=0x314 root=/dev/nfsroot nfsroot=192.168.0.1:/client Thanx --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.716 / Virus Database...
2007 Feb 28
1
h323 how to set it up?
Hi all, I have some questions about h323. Is it mandatory to install a oh323 or I can do h323 calls without patching or adding any new drivers ti asterisk? I did compile the asterisk with channel driver chan_h323 but it still gives me this error: [Feb 28 18:12:58] WARNING[1902]: app_dial.c:1081 dial_exec_full: Unable to create channel of type 'H323' (cause 66 - Channel not implemented)
2011 Nov 11
1
Wine Doesn't Install
Hi! I'm using Ubuntu 9.x. The issue is I can't install anything through wine. The moment I run a Windows application through Wine, the screen hangs, becomes dull and everything stops working. Shouls I reinstall? Or upgrade? Thanks.
2003 Feb 01
1
rsync for ftp mirror
Hi, I've a little problem: I don't know if I can use rsync for doing an automatic mirror which use ftp protocol? I hope that shoul be possible but what? Thanks for reply and sorry for my english! Alessandro
2013 Feb 26
1
parallel execution in R
Dear all, I have a piece of code that  I want to run in parallel (I am working in system of 16 cores) foreach (i=(seq(-93,-73,length.out=21))) %dopar%  {           threshold<-i            print(i)          do_analysis1(i,path)          do_analysis2(i,path)            do_something_else_analysis1(i,path)            something_else_now(i,path)  } as you can see I have already tried to make
2009 Jun 24
1
compile and install R @ one user defined directory? (PR#13779)
Dear Helper, Under UNIX "Solaris 10 3/05 s10_74L2a SPARC" and with following "R Installa= tion and Administration" @ http://cran.r-project.org/, First, I unzipped the unix version winzip source code R-2.9.0.tar.gz using= following commands at my own dir: /home/xwu/R1>gzip -dc R-2.9.0.tar.gz | tar xvf - (a subdir /home/xwu/R1R-2.9.0/ was
2010 Jul 07
1
Batch files process and String parsing
...for instance: xxxxx_ggg_yyyyy_1.txt======>changed to ggg1a.txt 3.after the files read in, how can i only keep the rows with the aaa and bbb, everything elses show be removed from the files, but the files still remain the same file name? for instance, in the xxxxx_ggg_yyyyy_1.txt file, it shouls looks like: name count 1. aaa 100 2. bbb 2000 3. aaa 300 4. bbb 400 Thanks so lot, I am very new to R, I am looking forward to any helps from you. -- View this message in context: http://r.789695.n4.nabble.com/Batch-files-process-and-String-parsing-tp2281208p2281208.html Sen...
2012 Jan 27
3
How to test the model dependence ?
Good morning, I''m new to rails and am having some basic questions in development. See if anyone can help me with a test problem. I need to test if my model "Procedure" is linked to the workflow. If not, the system must acknowledge an error. Below is the code that is in the file test \ unit \ procedure_test.rb. require ''test_helper'' class ProcedureTest <
2007 Oct 25
2
Using strtok via win32/api
Hi all, I''m having a little trouble with strtok: require ''win32/api'' include Win32 strtok = API.new(''strtok'', ''PP, ''P'', ''msvcrt'') string = "A string\tof ,,tokens\nand some more tokens"; seps = " ,\t\n"; puts "Tokens:" token = strtok.call(string, seps) while token puts
2007 Dec 01
2
How to cbind DF:s with differing number of rows?
#Hi R-users, #Suppose that I have a data.frame like this: y1 <- rnorm(10) + 6.8 y2 <- rnorm(10) + (1:10*1.7 + 1) y3 <- rnorm(10) + (1:10*6.7 + 3.7) y <- c(y1,y2,y3) x <- rep(1:3,10) f <- gl(2,15, labels=paste("lev", 1:2, sep="")) g <- seq(as.Date("2000/1/1"), by="day", length=30) DF <- data.frame(x=x,y=y, f=f, g=g) DF$g[DF$x == 1]
2011 Apr 04
5
Creating multiple vector/list names-novice
Hi I have very simple issue as I am still new to the group of R I have basically vector of names for which i want to create mutliple combinations and then place them in different vectors. In some other language I can just place a third dimension to separate list (or matrix) but i do not know how to do it in R. My issue is simple I use cc<-combn(colnames(DD),2) I would need to have this
2008 Oct 08
0
[LLVMdev] Error while making new pass
On Oct 8, 2008, at 10:59 AM, kapil anand wrote: > Hi Devang, > > GlobalModRefPass is also a ModulePass and it uses CallGraph Analysis. > So, I think it should not necessary to extend CallGraphSCCPass to use > CallGraph information. Module Pass shoule be sufficient... ok, but you're Registering your pass in CallGraph Analysis group. What if you remove