Displaying 20 results from an estimated 88280 matches for "anothers".
Did you mean:
another
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
The R-1.2.1 builds have gone fairly smoothly on most of my UNIX
architectures, but there were many warnings reported by the picky SGI
compiler that could be eliminated in future releases.
Generally, I have found the SGI compilers very helpful in ferreting
out portability problems, unused and/or obsolete variables, unexpected
datatype coercions, etc., and they compile faster than any other
2003 Nov 17
1
Problems with *.enu files
Hi there everybody!
I have the following problem: when i launch isobuster (a tool
with which you can extract nearly every existable cd-image)
I get an error in the console which says that a file called
isobuster.enu couldnt be loaded. It should be in the isobuster
directory but on my whole box there is no such file so i think
it is implemented in the exe file which is the only one in the
2007 Sep 27
3
Aggregate factor names
Hi all,
A suggestion derived from 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
)
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
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
2018 Apr 26
2
cluster of 3 nodes and san
Hi list, I need a little help, I currently 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
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 in f1 , I set
2008 Sep 18
2
o2hb_do_disk_heartbeat:982:ERROR
Hi everyone;
I have a problem on my 10 nodes cluster with ocfs2 1.2.9 and the OS is RHEL 4.7 AS.
9 nodes can start o2cb service and mount san disks on startup however one node can not do that. My cluster configuration is :
node:
ip_port = 7777
ip_address = 192.168.5.1
number = 0
name = fa01
cluster = ocfs2
node:
ip_port =
2006 May 26
1
Another node is heartbeating in our slot!
All,
We are having some problems 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
2006 Jan 11
3
Regular expressions
Matching regular expressions
Dear useRs!
I have the following problem. I would like to find objects in my environment
that have two strings in it. For example, I might want to find objects that
have in their names "MY" and "TARGET". I do not care about the ordering of
these two substrings in the name, neither what is in front, behind or
between them, the only thing important
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
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
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
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:
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*
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+y
}
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-another-r-file-tp4650627.html
Sent from the R help mailing list
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