search for: another

Displaying 20 results from an estimated 87633 matches for "another".

2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
...--------------------------------------------------------- DIRECTORY: R-1.2.1/src/appl c89 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -OPT:IEEE_NaN_inf=ON -g -c chull.c -o chull.o cc-1185 c89: WARNING File = chull.c, Line = 77 An enumerated type is mixed with another type. Rboolean vert, neg_dir=0; ^ cc-1185 c89: WARNING File = chull.c, Line = 84 An enumerated type is mixed with another type. vert = (x[jj] == xt); ^ cc-1185 c89: WARNING File = chull.c, Line = 87 An enumerated type is mixed with another...
2003 Nov 17
1
Problems with *.enu files
...quot;IsoBuster.EN": /usr/lib/wine/lib/wine/isobuster.en.so: cannot open shared object file: No such file or directory warn:module:load_dll Failed to load module L"C:\\Program Files\\IsoBuster\\IsoBuster.EN"; status=c0000135 warn:bitmap:BITMAP_SelectObject Bitmap already selected in another DC warn:bitmap:BITMAP_SelectObject Bitmap already selected in another DC warn:bitmap:BITMAP_SelectObject Bitmap already selected in another DC warn:bitmap:BITMAP_SelectObject Bitmap already selected in another DC warn:bitmap:BITMAP_SelectObject Bitmap already selected in another DC warn:bitmap:BITM...
2007 Sep 27
3
Aggregate factor names
...discussions amongst a number of R users in my research group: set the default column names produced by aggregate () equal to the names of the objects in the list passed to the 'by' object. ex. it is annoying to type with( my.data ,aggregate( my.dv ,list( one.iv = one.iv ,another.iv = another.iv ,yet.another.iv = yet.another.iv ) ,some.function ) ) to yield a data frame with names = c ('one.iv','another.iv','yet.another.iv','x') when this seems more economical: with( my.data ,aggregate( my.dv ,list( one.iv ,another.iv...
2012 Jul 18
4
Entering Data Files
Hi, Entering data from a given file is the hardest part of learning R for me. For example, I have this datafile from Moore's text: Live Age Count Parents Age19 324 Another Age19 37 OwnPlace Age19 116 Group Age19 58 Other Age19 5 Parents Age20 378 Another Age20 47 OwnPlace Age20 279 Group Age20 60 Other Age20 2 Parents Age21 337 Another Age21 40 OwnPlace Age21 372 Group Age21 49 Other Age21 3 Parents Age22 318 Another Age22 38 OwnPlace Age22 487 Group Age22 25 Other A...
2009 Feb 25
2
A Modest Definition List Proposal (David E. Wheeler)
Taking David's example further, here is a first try: id | name | description | more info -----+---------+-------------------+----------------- 6 | Inset | An inset element | just one element 8 | Stories | Another element | another element : with 2 lines, without : colons on the left. 9 | Other | Another element | another element : : : with 2 lines, with : : : colons on...
2018 Apr 26
2
cluster of 3 nodes and san
...ly have a cluster with vmware and 3 nodes, I have a storage (Dell powervault) connected by FC in redundancy, and I'm thinking of migrating it to proxmox since the maintenance costs are very expensive, but the Doubt is if I can use glusterfs with a san connected by FC? , It is advisable? , I add another data, that in another site I have another cluster with proxmox with another storage connected by FC (Hp eva 6000), and I am also considering using glusterfs, the idea is to be able to replicate one cluster to another and have a replica, but not If I can do the job with glusterfs? I wait for your c...
2012 Dec 26
1
[LLVMdev] Using argument in another module
Hi everyone, I am building a function that would call a function in another module, I found this related thread http://llvm.1065342.n5.nabble.com/Using-a-function-from-another-module-td10506.html All my functions have prototype int f(myStruct * c); here comes my problems If I have Function* f1,*f2 f2 is in another module, f1 is the function I am building. Somewhere...
2008 Sep 18
2
o2hb_do_disk_heartbeat:982:ERROR
...get an error says: "mount.ocfs2: Transport endpoint is not connected while mounting /dev/emcpowerc1 on /oradisk/conf. Check 'dmesg' for more information on this error." And when i check dmesg i see (21125,1):o2hb_do_disk_heartbeat:982 ERROR: Device "emcpowerc1": another node is heartbeating in our slot! (21125,1):o2hb_do_disk_heartbeat:982 ERROR: Device "emcpowerc1": another node is heartbeating in our slot! (21125,1):o2hb_do_disk_heartbeat:982 ERROR: Device "emcpowerc1": another node is heartbeating in our slot! (21125,1):o2hb_do_disk_heart...
2006 May 26
1
Another node is heartbeating in our slot!
...ems getting OCFS2 to run, we are using kernel 2.6.15 with OCFS2 1.2.1. Compiling the OCFS2 sources went fine and all modules load perfectly. However, we can only mount the OCFS2 volume on one machine at a time, when we try to mount the volume on the 2 other machines we get an error stating that another node is heartbeating in our slot. When we mount the volume on the 2 other machines and look at the dmesg of the first machine which has the volume mounted nothing else appears, not even a message of the other nodes joining the cluster. The cluster.conf is the same on all 3 nodes: cluster:...
2006 Jan 11
3
Regular expressions
...I did not understand it by reading them several times) or it was answered previously (then I did not find it). Since "ls" with argument pattern essentially uses "grep" (if I am not mistaken), I have an example for "grep" text<-c("somethigMYsomthing elseTARGET another thing","MY somthing TARGET another thing","somethig somthing elseTARGETMY another thing","somethigMTARGETY another thing") grep(pattern="MY&TARGET", x=text) #I would like to get 1 2 3 and not 4 or actually their names using text[grep(pattern="...
2004 Sep 19
1
How To get response of command from another socket
hi i logged on to manager API from other terminal by telnet IPADDR 5038 now logged in with username mark let's say this connection Window A now i opened another connection with Manager API with same usename lets say this window B now if i give a command like originate,Redirect through window A connection , can i able to see its response:success/failure Originate:failed/succesfully queued.. in another window B i think its not possible to see a response...
2010 Apr 28
6
how to reroute all ADSL traffic via another server on the internet?
Hi all, Does anyone know, if it's possible to reroute all (i.e. HTTP / FTP / DNS / SMTP / POP3 / IMAP / etc) from an ADSL connected machine via another server, which is currently hosted with IS and has full internet access? i.e. Can I setup another machine, on a different public IP than the dynamic ADSL IP as default gw? OR do I need todo something on that machine to work as a router for such a setup? Both servers in this case is CentOS linux,...
2010 Sep 30
3
Inserting a plot into another
Hi everyone. I would like to know if it was possible to insert a plot into another one. For example I have a plot and I would like to add a smaller plot in the top right corner. Best regards, Phil -- View this message in context: http://r.789695.n4.nabble.com/Inserting-a-plot-into-another-tp2720936p2720936.html Sent from the R help mailing list archive at Nabble.com.
2010 Aug 06
1
Configure Dovecot to move read mails to another folder?
Hallo, is it possible (with dovecot sieve?) to deliver incoming mails to the default INBOX and then, when I have read the mail with Thunderbird, automatically move it to another folder? I know I could create filters in my mail client. But that has the disadvantage that I would need to create these filters everywhere: on my office PC, at home, webmail, ... Also moving a mail from one folder to another marks the original mail as deleted, at least in Thunderbird. Maybe o...
2012 Jan 14
3
add column with values found in another data frame
I am positive this problem has a very simple solution, but I have been unable to find it, so I am asking for your help. I need to know how to look something up in one data frame and add it as a column in another. If I have a data frame that looks like this: > frame1 ID score test age 1 Guy1 10 1 20 2 Guy1 13 2 20 3 Guy2 9 1 33 4 Guy2 11 2 33 and another frame that looks like this: > frame2 ID 1 Guy1 2 Guy2 How do I add a column to frame2 so it looks like this: ID age 1 Guy1 20 2 Gu...
2015 Jun 25
3
Several questions about winbind[d]
Hi all, I'm wondering about winbind[d] behaviour. I tried the following with: auth methods = sam winbindd and the same with only one d: auth methods = sam winbind One user: ldbsearch -H $sam '(cn=another.fakeuser)' homeDirectory loginShell gidnumber uidnumber # record 1 dn: CN=another.fakeuser,OU=a,OU=Standards,OU=Utilisateurs,DC=ad,DC=dgfip homeDirectory: */home/another.fakeuser* uidNumber: 1000210377 gidNumber: 1000210377 loginShell: */bin/bash* Seen through winbind eyes: wbinfo -i another....
2012 Jan 18
3
How to define a variable in a function that another function uses without using global variables
I would like to know if it is possible to make a function that defines a variable in another function without setting that variable globally? I would i.e. be able to define a variables value inside a function ("one level above) which another function makes use of, without setting this variable globally. I have provided this very simple illustrating example. test1=function(x) { x+...
2012 Nov 24
3
function call from another r file
How to call a function from another r file ? Anyone can help me . Having a function named like fun1 which is saved in r file file1.r and i have another r file like file2.r, and i need to call the fun1 (which is in file1) within file2. Thank you -- View this message in context: http://r.789695.n4.nabble.com/function-call-from-...
2010 Apr 01
7
Sending mail from CLI to another SMTP host
Hi all, Is it possible to send mail from CLI (bash, python) without any LOCAL SMTP installed, using SMTP on another machine. Care to give a glimpse of the code? Thank you.
2003 Feb 04
11
About Shorewall 1.3.14
It is my plan that the upcoming release of Shorewall (1.3.14) will definitely be the last of the 1.3.x releases and will very probably be the last release of Shorewall 1.x.x. I will continue to support Shorewall 1.3 but will be making no more enhancements to it. I will be devoting my time to Shorewall 2. If anyone is interested in taking over the development of Shorewall 1, please let me