Displaying 20 results from an estimated 69 matches for "linz".
Did you mean:
line
2012 Jun 18
2
Need to append vector to all levels of nested list WITHOUT a loop
...edy solution.
Would be great if someone could help me, this really keeps me away from
resolving the true issues.
Regards, Johannes
********************************************************************
Dr. Johannes Reichl
Project Manager
Energy Institute at the Johannes Kepler University Linz
Altenberger Stra?e 69
A-4040 Linz
Tel.: +43-732-2468-5652
Fax: +43-732-2468-5651
Email: reichl at energieinstitut-linz.at
Web: www.energieinstitut-linz.at
www.energyefficiency.at
2018 Mar 07
2
Call for Papers: ManLang 2018 (Sept. 10-14, Linz, Austria)
------------------------------------------------------------------------------------------------
CALL FOR PAPERS
15th International Conference on Managed Languages & Runtimes
(ManLang'18)
September 10-14, 2018, Linz, Austria
http://ssw.jku.at/manlang18/
------------------------------------------------------------------------------------------------
ManLang (formerly PPPJ) is a premier forum for presenting and discussing
novel results in all aspects of managed programming languages and
runtime systems, whic...
2018 Mar 12
0
Call for Papers: ManLang 2018 (Sept. 10-14, Linz, Austria)
..., ManLang Conference via llvm-dev wrote:
> ------------------------------------------------------------------------------------------------
>
> CALL FOR PAPERS
>
> 15th International Conference on Managed Languages & Runtimes
> (ManLang'18)
>
> September 10-14, 2018, Linz, Austria
>
> http://ssw.jku.at/manlang18/
>
> ------------------------------------------------------------------------------------------------
>
> ManLang (formerly PPPJ) is a premier forum for presenting and discussing
> novel results in all aspects of managed programming lang...
2010 Jun 07
1
what`s best memory - speed - pc for R?
...erating
systems handle the same amount of memory and speed?
Perhaps someone could point me to a webshop that sales such equipment
that is suiteable for fast R computation.
Thank you, Johannes
Dr. Johannes Reichl
Abteilung Energiewirtschaft
Energieinstitut an der Johannes Kepler Universität Linz
Altenberger Straße 69
A-4040 Linz
*****************************
Tel.: +43-732-2468-5652
Fax: +43-732-2468-5651
Email: reichl@energieinstitut-linz.at
Web: www.energieinstitut-linz.at
www.energyefficiency.at
[[alternative HTML version deleted]]
2011 Sep 01
3
betareg question - keeping the mean fixed?
Hello,
I have a dataset with proportions that vary around a fixed mean, is it
possible to use betareg to look at variance in the dispersion parameter
while keeping the mean fixed?
I am very new to R but have tried the following:
svec<-c(qlogis(mean(data1$scaled)),0,0,0)
f<-betareg(scaled~-1 | expt_label + grouped_hpi, data=data1, link.phi="log",
2010 Jun 26
0
Problem: RWinEdt and Windows 7
...LEASE do read the posting guide
http://www.R-project.org/posting-guide.html (
http://www.r-project.org/posting-guide.html )
> and provide commented, minimal, self-contained, reproducible code.
Dr. Johannes Reichl
Abteilung Energiewirtschaft
Energieinstitut an der Johannes Kepler Universität Linz
Altenberger Straße 69
A-4040 Linz
*****************************
Tel.: +43-732-2468-5652
Fax: +43-732-2468-5651
Email: reichl@energieinstitut-linz.at
Web: www.energieinstitut-linz.at
www.energyefficiency.at
[[alternative HTML version deleted]]
2002 May 13
1
Adding Printer Drivers for existing Printers (Win2000, WinNT x86)
...e
(777) as is the print-share itself (for testing/debugging purpose:-)
If anyone already has a solution for this or any hint's, I would
apreciate!
kind regards,
Reinhard
--
Reinhard Brandstaedter r.brandstaedter@gmx.at GPG: 0x8C75C7CC
- Student of Computer Science - J.K. University of Linz -
- <ICQ: 73059068> <Mobile: +43 699 12419541> -
2004 Jan 16
2
ext3 bug?
.../var/autofs/misc type autofs (rw,fd=5,pgrp=1319,minproto=2,maxproto=4)
Anything I can do before formatting the disk to lighten things up?
Simon
--
_______________________________________________________________________
Dr. Simon Vogl
Institut für Pervasive Computing, Johannes Kepler Universität Linz
Altenberger Straße 69, A-4040 Linz, Austria
Tel: +43 732 2468-8517, Fax: +43 732 2468-8426
mailto: vogl@soft.uni-linz.ac.at, http://www.soft.uni-linz.ac.at/
2007 Sep 04
0
NAT-troubles with RTP
...ones)
secret = foobar
Any hints on what i did wrong or forgot?
Ah, and asterisk is version 1.2 on a debian etch with kernel 2.6.18
regards
Florian
- --
Florian Arthofer
Technik Web- und Mailservices/Administrator Web- and Mailservices
lagis Internet Serviceprovider GmbH
Wiener Stra?e 151, 4021 Linz, Austria
Phone +43(0)732/3400-5636
Fax +43(0)732/3400-5644
E-Mail f.arthofer at lagis.at
URL http://www.lagis.at
FN 270805 w des Landesgerichtes Linz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFG3TPXNAbU6R7I...
2014 May 26
1
LDAP: allow pop3, restrict imap
Hello,
I have all userdata in a ldapserver. Every user has the right to use pop3.
There is no explicit attribute allowing that. It's simply possible.
Now I like to add imap. For a starting period I like to restrict, who
may use imap.
http://wiki2.dovecot.org/Authentication/RestrictAccess mention a solution
where I could modify ldap pass_filter. But that require an attribute
2014 Feb 12
1
FastR
...even higher-level and faster to meet continually evolving challenges. The implementation currently lacks many of R's features, such as data frames, S3/S4, packages, graphics, ..., but it is growing.
At this time, FastR is a collaborative effort of Purdue University, Johannes-Kepler-University Linz, and Oracle Labs. Contributions in all possible forms - tests, code, bug fixes, design hints, criticism - are very welcome!
I would like to point the R developers to the FastR project page, now on BitBucket: https://bitbucket.org/allr. The project mailing list is at https://groups.yahoo.com/neo/gr...
2011 Sep 12
1
findFreqTerms vs minDocFreq in Package 'tm'
I am using 'tm' package for text mining and facing an issue with finding the
frequently occuring terms. From the definition it appears that findFreqTerms
and minDocFreq are equivalent commands and both tries to identify the
documents with terms appearing more than a specified threshold. However, I
am getting drastically different results with both. I have given the results
from both the
2014 Mar 26
1
Conflicting definitions for function redefined as S4 generics
...=TRUE, but that did not
work either. Any ideas are gratefully appreciated!
Thanks a lot,
Ulrich
------------------------------------------------------------------------
*Dr. Ulrich Bodenhofer*
Associate Professor
Institute of Bioinformatics
*Johannes Kepler University*
Altenberger Str. 69
4040 Linz, Austria
Tel. +43 732 2468 4526
Fax +43 732 2468 4539
bodenhofer at bioinf.jku.at <mailto:bodenhofer at bioinf.jku.at>
http://www.bioinf.jku.at/ <http://www.bioinf.jku.at>
2011 Mar 01
1
Problem on flexmix when trying to apply signature developed in one model to a new sample
Problem on flexmix when trying to apply signature developed in one model to a new sample.
Dear
R Users, R Core Team,
I have a problem when trying to know the
classification of the tested cases using two variables with the function of flexmix:
After importing the database and creating
a matrix:
BM<-cbind(Data$var1,Data$var2)
I see that the best model has 2 groups and
use:
ex2
2007 Jul 30
2
Strange ISDN Troubles
...b-channels) on this controller
;(2 makes sense for single BRI, 30/23 for PRI/T1)
=================excerpts-end====================
- --
Florian Arthofer
Technik Web- und Mailservices/Administrator Web- and Mailservices
lagis Internet Serviceprovider GmbH
Wiener Stra?e 151, 4021 Linz, Austria
Phone +43(0)732/3400-5636
Fax +43(0)732/3400-5644
E-Mail f.arthofer at lagis.at
URL http://www.lagis.at
FN 270805 w des Landesgerichtes Linz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGrfm+NAbU6R7I...
2003 Jul 09
1
authentication from win2k DC
...netbios name = ccdev1
A note: with winbind a list of the domain groups and users can be
obtained from the samba server using winfo -u and winfo -g
Any help will be appreciated !
Tks,
Ilko
Dipl.-Ing. Ilko ILIEV
application developer
CureComp IT-Solutions GmbH
Hafenstr. 47-51
A-4040 Linz, Austria
Tel : +43-(0)70-9015-5562
Fax : +43-(0)70-9015-5579
Mobile: +43-(0)664-8209556
mailto: <mailto:i.iliev@curecomp.com> i.iliev@curecomp.com
<http://www.curecomp.com> www.curecomp.com,
<http://www.clevercure.com> www.clevercure.com
2014 Jun 12
1
lazy_expunge mangles dovecot-acl-list
Hi,
I think I found a bug in Dovecot 2.1.17 and 2.2.13.
In our setup, sometimes ACLs stop working because "dovecot-acl-list" is
replaced by an empty file. We found that lazy_expunge is connected to this.
To reproduce, create ACLs for "user1" in a folder. Put a mail in that
folder and expunge it, so that the folder will be created in the
"expunged" namespace.
2012 Dec 14
1
Strange, most probably unjustified, codoc mismatch for S4 method with one argument plus '...' (re-try)
...r this behavior? Any help
is gratefully appreciated!
Thanks in advance and best regards,
Ulrich
------------------------------------------------------------------------
*Dr. Ulrich Bodenhofer*
Associate Professor
Institute of Bioinformatics
*Johannes Kepler University*
Altenberger Str. 69
4040 Linz, Austria
Tel. +43 732 2468 4526
Fax +43 732 2468 4539
bodenhofer at bioinf.jku.at <mailto:bodenhofer at bioinf.jku.at>
http://www.bioinf.jku.at/ <http://www.bioinf.jku.at>
2003 Jul 10
1
AW: authentication from win2k DC
...the domain groups and users can be
> obtained from the samba server using winfo -u and winfo -g
>
> Any help will be appreciated !
>
> Tks,
> Ilko
>
>
> Dipl.-Ing. Ilko ILIEV
> application developer
>
> CureComp IT-Solutions GmbH
> Hafenstr. 47-51
> A-4040 Linz, Austria
>
> Tel : +43-(0)70-9015-5562
> Fax : +43-(0)70-9015-5579
> Mobile: +43-(0)664-8209556
> mailto: <mailto:i.iliev@curecomp.com> i.iliev@curecomp.com
> <http://www.curecomp.com> www.curecomp.com,
> <http://www.clevercure.com> www.clevercure.com
&g...
2005 Feb 13
1
buffering loop without without extension
...at the moment an alias to
http://stream.kunstlabor.at:5800/h2.ogg so if someone would to help
trying it and giving some feedback.
i must use karl's branch as I *must* use the on-demand relay feature
to save $$$ bandwith from this radioteleskop getting the H2 frequencies
from the atmosphere (in Linz, AT)
danke!,
ciao
rama
--