Displaying 20 results from an estimated 515 matches for "utoronto".
Did you mean:
toronto
2018 May 04
0
Converting a list to a data frame
...dat[[z]]) : still cannot find function
> "ata.frame"?
>
> *William H. Poling, Ph.D.*
>
> *From:* R-help [mailto:r-help-bounces at r-project.org] *On Behalf Of
> *Huzefa Khalil
> *Sent:* Wednesday, May 02, 2018 1:24 PM
> *To:* Kevin E. Thorpe <kevin.thorpe at utoronto.ca>
> *Cc:* R Help Mailing List <r-help at r-project.org>
> *Subject:* Re: [R] Converting a list to a data frame
>
> Hi Kevin,
>
> There is probably a better way, but it can be done in two steps like this
>
> temp <- list(A=data.frame(x=1:2, y=3:4),B=data.fram...
2018 May 04
2
Converting a list to a data frame
...ame(type=z, x[[z]])))
#Error in ata.frame(type = z, dat[[z]]) : still cannot find function "ata.frame"?
William H. Poling, Ph.D.
From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Huzefa Khalil
Sent: Wednesday, May 02, 2018 1:24 PM
To: Kevin E. Thorpe <kevin.thorpe at utoronto.ca>
Cc: R Help Mailing List <r-help at r-project.org>
Subject: Re: [R] Converting a list to a data frame
Hi Kevin,
There is probably a better way, but it can be done in two steps like this
temp <- list(A=data.frame(x=1:2, y=3:4),B=data.frame(x=5:6,y=7:8))
temp <- lapply(names(tem...
2001 Apr 17
2
Unable to find the Domain Master Browser name
...nc browse
lists in this workgroup.
I am wonder how can I stop this message of being logged? What's the
simpliest way to do it?
Bosco.
-----
Bosco Tsang, System Administrator, PCS
Department of Physics, University of Toronto M5S 1A7
Tel: (416)978-3818 Fax:(416)978-8221
Email: bosco@physics.utoronto.ca (or bosco.tsang@utoronto.ca)
Web: http://www.physics.utoronto.ca/~bosco
2012 Aug 20
3
samba 3.0.14a works with ldapsam backend but not 3.5.10-125.el6
...ectory: '/home2/qchang'
[2012/08/16 12:47:40.614903, 3] smbd/service.c:1070(make_connection_snum)
ws62203 connect to service IPC$ initially as user qchang (uid=20117, gid=201) (pid 6951)
=====
pdbedit -L has different output:
===== 3.0.14a =====
Trying to load: ldapsam:ldap://ipa1.sri.utoronto.ca
Attempting to find an passdb backend to match ldapsam:ldap://ipa1.sri.utoronto.ca (ldapsam)
Found pdb backend ldapsam
Searching for:[(&(objectClass=sambaDomain)(sambaDomainName=OCTANE))]
smbldap_open_connection: connection opened
ldap_connect_system: succesful connection to the LDAP server
l...
2019 Apr 05
1
wbinfo isn't working on domain member
... kdc = krb5auth1.stanford.edu
kdc = krb5auth2.stanford.edu
kdc = krb5auth3.stanford.edu
master_kdc = krb5auth1.stanford.edu
admin_server = krb5-admin.stanford.edu
default_domain = stanford.edu
}
UTORONTO.CA = {
kdc = kerberos1.utoronto.ca
kdc = kerberos2.utoronto.ca
kdc = kerberos3.utoronto.ca
admin_server = kerberos1.utoronto.ca
default_domain = utoronto.ca
}
[domain_realm]
.mit.edu = ATHENA.MIT...
2018 May 02
0
Converting a list to a data frame
...in two steps like this
temp <- list(A=data.frame(x=1:2, y=3:4),B=data.frame(x=5:6,y=7:8))
temp <- lapply(names(temp), function(n, temp) {
temp[[n]]$type <- n
return(temp[[n]])
}, temp = temp)
do.call(rbind, temp)
On Wed, May 2, 2018 at 1:11 PM, Kevin E. Thorpe <kevin.thorpe at utoronto.ca>
wrote:
> I suspect this is pretty easy, but I'm having trouble figuring it out.
> Basically, I have a list of data frames such as the following example:
>
> list(A=data.frame(x=1:2, y=3:4),B=data.frame(x=5:6,y=7:8))
>
> I would like to turn this into data frame where...
2015 Jan 26
4
problem with update.packages() in R-Devel (3.2.0) on Windows
Dear all,
I've noticed the following problem for the past several days:
---------------- snip ----------------
> update.packages(ask=FALSE)
. . .
trying URL 'http://cran.utstat.utoronto.ca/src/contrib/zoo_1.7-11.zip'
Error in download.file(url, destfile, method, mode = "wb", ...) :
cannot open URL
'http://cran.utstat.utoronto.ca/src/contrib/zoo_1.7-11.zip'
In addition: Warning message:
In download.file(url, destfile, method, mode = "wb", ...) :...
2015 Mar 11
4
Call for testing: OpenSSH 6.8
On Tue, 10 Mar 2015, Damien Miller wrote:
> On Fri, 6 Mar 2015, Damien Miller wrote:
>
>> On Wed, 4 Mar 2015, mikep at noc.utoronto.ca wrote:
>>
>>> Re-testing 'openssh-SNAP-20150305' on Solaris 10, with 'gcc':
>>>
>>> Configure, 'make' complete; 'make tests' fails at:
>>>
>>> postcondition check failed: setstat readonly
>>
>> I could...
2019 Apr 05
2
wbinfo isn't working on domain member
Hi Rowland, I made the change you suggested to auto refresh kerberos. It
didn't seem to fix the issue unfortunately, even after a machine
restart. Following your line of reasoning that it is a Kerberos issue, I
then tried to grab a new kerberos ticket on the server in question which
appears to fail though. Perhaps this gives some further insight?
pi at fs1:~ $ kinit administrator at
2016 Jun 05
2
inconsistent DNS information, windows domain member issues..
...kdc = krb5auth1.stanford.edu
kdc = krb5auth2.stanford.edu
kdc = krb5auth3.stanford.edu
master_kdc = krb5auth1.stanford.edu
admin_server = krb5-admin.stanford.edu
default_domain = stanford.edu
}
UTORONTO.CA = {
kdc = kerberos1.utoronto.ca
kdc = kerberos2.utoronto.ca
kdc = kerberos3.utoronto.ca
admin_server = kerberos1.utoronto.ca
default_domain = utoronto.ca
}
[domain_realm]
.mit.edu = ATHENA.MIT.EDU...
2019 Oct 16
2
message error NT_STATUS_OBJECT_NAME_NOT_FOUND regulary in the log
...ntix.org
??? }
??? stanford.edu = {
??? ??? kdc = krb5auth1.stanford.edu
??? ??? kdc = krb5auth2.stanford.edu
??? ??? kdc = krb5auth3.stanford.edu
??? ??? master_kdc = krb5auth1.stanford.edu
??? ??? admin_server = krb5-admin.stanford.edu
??? ??? default_domain = stanford.edu
??? }
??????? UTORONTO.CA = {
??????????????? kdc = kerberos1.utoronto.ca
??????????????? kdc = kerberos2.utoronto.ca
??????????????? kdc = kerberos3.utoronto.ca
??????????????? admin_server = kerberos1.utoronto.ca
??????????????? default_domain = utoronto.ca
??? }
[domain_realm]
??? .mit.edu = ATHENA.MIT.EDU
??...
2018 May 02
3
Converting a list to a data frame
...--
David L Carlson
Department of Anthropology
Texas A&M University
College Station, TX 77843-4352
-----Original Message-----
From: R-help <r-help-bounces at r-project.org> On Behalf Of William Dunlap via R-help
Sent: Wednesday, May 2, 2018 12:28 PM
To: Kevin E. Thorpe <kevin.thorpe at utoronto.ca>
Cc: R Help Mailing List <r-help at r-project.org>
Subject: Re: [R] Converting a list to a data frame
> x1 <- do.call(rbind, c(x, list(make.row.names=FALSE)))
> x2 <- cbind(type=rep(names(x), vapply(x, nrow, 0)), x1)
> str(x2)
'data.frame': 4 obs. of 3 variabl...
2004 Aug 20
2
R-devel and gcc 3.4
I tried compiling R-devel from the subversion sources using gcc 3.4.1
and it fails in make check at d-p-q-r-tests. It compiles and works
using gcc 3.3.4. Can post more details if needed (don't remember the
exact error off the top of my head). Linux-i686.
--
robert.kruus at utoronto.ca
linux: the choice of a GNU generation
(ksh at cis.ufl.edu put this on Tshirts in '93)
2017 Nov 08
2
DC's are unavailable when PDC halted
...= kerberos2.dementix.org
admin_server = kerberos.dementix.org
}
stanford.edu = {
kdc = krb5auth1.stanford.edu
kdc = krb5auth2.stanford.edu
kdc = krb5auth3.stanford.edu
master_kdc = krb5auth1.stanford.edu
admin_server = krb5-admin.stanford.edu
default_domain = stanford.edu
}
UTORONTO.CA = {
kdc = kerberos1.utoronto.ca
kdc = kerberos2.utoronto.ca
kdc = kerberos3.utoronto.ca
admin_server = kerberos1.utoronto.ca
default_domain = utoronto.ca
}
[domain_realm]
.mit.edu = ATHENA.MIT.EDU
mit.edu = ATHEN...
2018 Nov 23
0
Setup a Samba AD DC as an additional DC
...kdc = krb5auth1.stanford.edu
kdc = krb5auth2.stanford.edu
kdc = krb5auth3.stanford.edu
master_kdc = krb5auth1.stanford.edu
admin_server = krb5-admin.stanford.edu
default_domain = stanford.edu
}
UTORONTO.CA = {
kdc = kerberos1.utoronto.ca
kdc = kerberos2.utoronto.ca
kdc = kerberos3.utoronto.ca
admin_server = kerberos1.utoronto.ca
default_domain = utoronto.ca
}
[domain_realm]
.mit.edu = ATHENA.MIT.EDU...
2018 Nov 27
0
Setup a Samba AD DC as an additional DC
...= kerberos2.dementix.org
admin_server = kerberos.dementix.org
}
stanford.edu = {
kdc = krb5auth1.stanford.edu
kdc = krb5auth2.stanford.edu
kdc = krb5auth3.stanford.edu
master_kdc = krb5auth1.stanford.edu
admin_server = krb5-admin.stanford.edu
default_domain = stanford.edu
}
UTORONTO.CA = {
kdc = kerberos1.utoronto.ca
kdc = kerberos2.utoronto.ca
kdc = kerberos3.utoronto.ca
admin_server = kerberos1.utoronto.ca
default_domain = utoronto.ca
}
[domain_realm]
.mit.edu = ATHENA.MIT.EDU
mit.edu = ATHEN...
2018 May 02
0
Converting a list to a data frame
...x2
type x y
1 A 1 3
2 A 2 4
3 B 5 7
4 B 6 8
David C
-----Original Message-----
From: R-help <r-help-bounces at r-project.org> On Behalf Of David L Carlson
Sent: Wednesday, May 2, 2018 3:51 PM
To: William Dunlap <wdunlap at tibco.com>; Kevin E. Thorpe <kevin.thorpe at utoronto.ca>
Cc: r-help mailing list <r-help at r-project.org>
Subject: Re: [R] Converting a list to a data frame
Or add the type column first and then rbind:
x <- list(A=data.frame(x=1:2, y=3:4),B=data.frame(x=5:6,y=7:8))
x2 <- do.call(rbind, lapply(names(x), function(z)
data.frame(...
2017 Nov 08
0
DC's are unavailable when PDC halted
....dementix.org
> }
> stanford.edu = {
> kdc = krb5auth1.stanford.edu
> kdc = krb5auth2.stanford.edu
> kdc = krb5auth3.stanford.edu
> master_kdc = krb5auth1.stanford.edu
> admin_server = krb5-admin.stanford.edu
> default_domain = stanford.edu
> }
> UTORONTO.CA = {
> kdc = kerberos1.utoronto.ca
> kdc = kerberos2.utoronto.ca
> kdc = kerberos3.utoronto.ca
> admin_server = kerberos1.utoronto.ca
> default_domain = utoronto.ca
> }
>
> [domain_realm]
>...
2020 Jun 11
0
getting no SRV record
...ntix.org
kdc = kerberos2.dementix.org
admin_server = kerberos.dementix.org
}
stanford.edu = {
kdc = krb5auth1.stanford.edu
kdc = krb5auth2.stanford.edu
kdc = krb5auth3.stanford.edu
master_kdc = krb5auth1.stanford.edu
admin_server = krb5-admin.stanford.edu
default_domain = stanford.edu
}
UTORONTO.CA = {
kdc = kerberos1.utoronto.ca
kdc = kerberos2.utoronto.ca
kdc = kerberos3.utoronto.ca
admin_server = kerberos1.utoronto.ca
default_domain = utoronto.ca
}
[domain_realm]
.mit.edu = ATHENA.MIT.EDU
mit.edu = ATHENA.MIT.EDU
.media.mit.edu = MEDIA-LAB.MIT.EDU
media.mit.edu = MEDIA-LAB.MI...
2011 Feb 23
1
[LLVMdev] LLVM ExecutionEngine/JIT trampoline question
...way in memory, which
> cannot be encoded as an immediate offset in the call instruction. So,
> the value is first materialized with a mov instruction which can
> encode the immediate and then jumped to through a register.
>
> Reid
>
> On Tue, Feb 22, 2011 at 12:03 PM, Xin Tong Utoronto <x.tong at utoronto.ca>
> wrote:
> > I have a question on the LLVM JIT
> >
> > I did some brief memory reading one day and I found that a call to a
> > non-library function is resolved by the X86CompilationCallback, but the
> > X86CompilationCallback is reache...