Displaying 7 results from an estimated 7 matches for "petersgass".
Did you mean:
petersgasse
2006 May 05
4
str() with attr(*, "names") is extremely slow for long vectors
Hi,
I noticed some time ago that, for instance, named vectors that are
really makes str() really slow when displaying the names attribute. I
don't know exactly when this started, but it wasn't the case say 1-2
years ago. Example (on a WinXP 1.8GHz):
> s <- 1:1000; names(s) <- s
> system.time(str(s))
Named int [1:1000] 1 2 3 4 5 6 7 8 9 10 ...
- attr(*, "names")=
2011 Jun 20
0
ade4 package
...l me if it is possible to change the label size in the upper,
right plot? My RV value is so high that the arrows become shorter than
the labels.
Thank you for your help.
Oana Tomescu
--
Dipl.-Ing. Oana Tomescu
ACIB Core Facility Bioinformatics
Institute for Genomics and Bioinformatics, TU-Graz
Petersgasse 14/V, 8010 Graz, Austria
Tel: +43-316-873-5336
E-Mail: o . tomescu at tugraz . at
2003 Sep 17
0
gssapi and pam problems with 3.7.1p1
...t...
If there is a different way to go please let me know.
regards,
Christian Pfaffel
--
Christian Pfaffel <flash at itp.tu-graz.ac.at>
Technische Universit?t Graz Telefon: +43 / 316 / 873 - 81 90
Institut f?r Theoretische Physik Telefax: +43 / 316 / 873 - 86 78
Petersgasse 16, A-8010 Graz http://fubphpc.tu-graz.ac.at/~flash/pubkey.gpg
2004 May 27
0
Patch: OpenSSH 3.8.1p1, PAM, pam_krb5 & Privilege Separation
...achments/20040527/d7678ac6/attachment-0001.bin
-------------- next part --------------
--
Christian Pfaffel <flash at itp.tu-graz.ac.at>
Technische Universit?t Graz Telefon: +43 / 316 / 873 - 81 90
Institut f?r Theoretische Physik Telefax: +43 / 316 / 873 - 86 78
Petersgasse 16, A-8010 Graz http://fubphpc.tu-graz.ac.at/~flash/pubkey.gpg
2007 Jun 04
1
Centos 5 problems on Shuttle XPC
...nfortunately we have 15 machines of this type which should be installed
with Linux ASAP (and no, I was not asked when somebody else has bought these
machines).
Every hint or experience with such system is welcome, thanks,
Gernot
--
Gernot Stocker,
Institute for Genomics and Bioinformatics(IGB)
Petersgasse 14, 8010 Graz, Austria
Tel.: ++43 316 873 5345
http://genome.tugraz.at
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.centos.org/pipermail/centos/attachments...
2006 Jan 11
1
Selfmade ... Samba 3.0.20a on CentOS 4.0 x64
.... These required files are located in the lib directory. Any
sugesstion how this problem could be fixed in a clean way? How
is this problem solved during the CentOS internal package building
for x64 packages?
Thanks,
Gernot
--
Gernot Stocker,
Institute for Genomics and Bioinformatics(IGB)
Petersgasse 14, 8010 Graz, Austria
Tel.: ++43 316 873 5345
http://genome.tugraz.at
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.centos.org/pipermail/centos/attachments...
2004 Jan 21
2
PAM auth stage rejection not working
Hi,
I have an auth module for PAM that I wrote a few years ago called
pam_vsd.so. The idea is that a user must have a certain privilege
before they can successfully authenticate. Without the privilege the
PAM module will return PAM_PERM_DENIED.
However I find that in OpenSSH 3.7.1p2, I can easily subvert this check
simply by hitting return 3 times on connection i.e.
[nick at localhost