search for: shoul

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

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 th...
2008 Nov 21
4
two dovecot server using the same file system
...ommon 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 a way of solving this issue?? Thanks
2008 Apr 19
2
problem in caluclaring the multiple regression
...ulate 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 out i will be thankful to you. i<-read.table("data.txt",header=FALSE) i V1 V2 V3 V4 V5 V6 V7 V8 V9 V10 V11 1 molecule f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 2 m1 3 7 0 3 0 0 0 1 1 1 3 m2...
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 need...
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
...i used the following command: a <- read.scv2("file.csv", sep=";") so the import worked fine. the problem is that everything is stored in the variable a now i want to extract each series (Date, AAA, AA) and store them into their own variable. e.g. the values in the AAA column should be stored into AAA any ideas on how this shoul be done? thanks in advance cheers, Markus -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or &quot...
2008 Jan 04
1
Sorting of captions on axes
...38358 Person Combination 38359 Advice Textual 38360 GeneralInfo Textual ... The plot is exactly what I want, except for the sorting of the captions on the axes. I want to have them in a specfic order which is for the x-axis: Textual, Graphic, Video, Combination The y-axis shoul also sorted in different way, moreover some labels are missing here, that's not good! Does anyone know how to fix this? Thanks a ton, Michael -- View this message in context: http://www.nabble.com/Sorting-of-captions-on-axes-tp14618947p14618947.html Sent from the R help mailing list archiv...
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 Databas...
2007 Feb 28
1
h323 how to set it up?
...out 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) what shoul I do to have it implemented? Can somebody recommend some references on how to set up h323 ? Thx, Igor This message was scanned by Barracuda Networks
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
...old<-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 this run in parallel, meaning for every  i   value each of the 16 processor shoule take a block of the body such as:     threshold<-i            print(i)          do_analysis1(i,path)          do_analysis2(i,path)            do_something_else_analysis1(i,path)            something_else_now(i,,path)   and execute it . Unfortunately this does not work and oonly one processo...
2009 Jun 24
1
compile and install R @ one user defined directory? (PR#13779)
...u/R1/R-2.9.0 to compilation and installation using fol= lowing command: /home/xwu/R1/R-2.9.0> ./configure --prefix=3D/home/xwu/R1/R-2.9= .0 The error comes: configure: error: --with-readline=3Dyes (default) and headers/libs = are not available is there something error? or should I add more env shell variable? or shoul= d I continue to move on by typing? make prefix=3D/home/xwu/R1/R-2.9.0 install Thanks, Xuanfu ________________________________ This e-mail and files transmitted with it are confidential, and are intende= d solely for the use of the individual...
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 Se...
2012 Jan 27
3
How to test the model dependence ?
...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 < ActiveSupport::TestCase should belong_to :workflow should has_many :tasks, :through => :workflow #should has_one :timeline #should has_many :timeline_items, :through => :timeline end The shoul "belong_to" is working normally but when running "rake test" appears the following error: $ Rake test...
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?
...g <- lapply(DF, function(x) as.data.frame(table(x))) #After this, I would like to cbind these data.frames (in g) into a single data.frame (which to export to MS Excel) #do.call(cbind, g) does not seem to work because of the different number of rows in each data.frame. #The resulting data.frame shoul look like this (only two variables printed here): Rowid;x;Freq.x;y;Freq.y; # etc... 1;1;9;1.69151845313816;1; 2;2;9;5.03748767699799;1; 3;3;8;5.37387749444247;1; 4;Empty;Empty;6.83926626214299;1; 5;Empty;Empty;6.97484558968873;1; 6;Empty;Empty;7.11023821708323;1; 7;Empty;Empty;7.1348316549091;1; 8...
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 "RegisterAnalysisGroup" ? Is there a need ? - Devang > > > > --Kapil >...