Displaying 20 results from an estimated 360 matches for "hamburg".
2010 Nov 17
1
Give me all operator
Hello is there in R any operator that give you all the data of a matrix
for example in matlab
x(2,3) returns the 2ndth row and 3rdth column
x(2,:) returns all the columns of the 2nd row.
In R now I would like to print all the
CRagent[[i]][2]
CRagent[[:]][2] doesnot work of course. Other option is to make a loop with an index i that spans from 1:last element of CRagent[[]] but this is not
2004 Apr 16
2
Masked help page
...or 1
minor 8.0
year 2003
month 10
day 08
language R
***********************************************************************
Christian Hennig
Fachbereich Mathematik-SPST/ZMS, Universitaet Hamburg
hennig at math.uni-hamburg.de, http://www.math.uni-hamburg.de/home/hennig/
#######################################################################
ich empfehle www.boag-online.de
2004 Apr 08
2
How to draw a tree?
...regression tree. Is there any simple
method to draw a nice picture of it, as it is usually done in books and
paper to visualize the tree?
Thank you,
Christian
***********************************************************************
Christian Hennig
Fachbereich Mathematik-SPST/ZMS, Universitaet Hamburg
hennig at math.uni-hamburg.de, http://www.math.uni-hamburg.de/home/hennig/
#######################################################################
ich empfehle www.boag-online.de
2010 Dec 01
2
Problem in reading Excel spreadsheets
Hi folks,
Win 7 64bit
R 2.12.0 32bit
Problem in reading Excel spreadsheets
(the text file, research_databaseI.xls, was download on Internet)
> data=odbcConnectExcel(file.choose())
> sqlTables(data)
TABLE_CAT TABLE_SCHEM
1 C:\\Users\\satimiswin764\\Documents\\research_databaseI <NA>
2
2015 May 07
1
Drivers supporting space_hard_limit
...after a few gigabytes.
Is this a supported configuration? If yes, I can provide some more info
to reproduce, if not, I think this should be noted in the docs ("Only
used by ??? driver").
Thanks,
Christian
[1] http://libvirt.org/formatdomain.html#elementsFilesystems
--
ifu Hamburg - material flows and software
"We enable sustainable production."
ifu Hamburg GmbH
Max-Brauer-Allee 50 - 22765 Hamburg - Germany
fon: +49 40 480009-0 - fax: +49 40 480009-22 - email: info@ifu.com
Managing Director: Jan Hedemann - Commercial Register: Hamburg, HRB 52629
www.ifu.com - www...
2015 Dec 29
2
LMTP crashes on Debian with dovecot backports from rename-it.nl
.../ oldstable-auto/dovecot-2.2 main
Starting with dovecot 2.2.20-1 build 28, we suddenly discovered that
some mails (to be locally delivered) "got stuck". dovecot's log revealed
messages like the following one:
Dec 29 09:56:50 mailhost dovecot:
lmtp(MAILRECIPIENT at chemie.uni-hamburg.de): Error: Raw backtrace:
/usr/lib/dovecot/libdovecot.so.0(+0x8360f) [0x7f58fce4f60f] ->
/usr/lib/dovecot/libdovecot.so.0(+0x8366e) [0x7f58fce4f66e] ->
/usr/lib/dovecot/libdovecot.so.0(i_fatal+0) [0x7f58fcdf8a3e] ->
/usr/lib/dove...
2019 Aug 01
2
Dead store elimination in the backend for -ftrivial-auto-var-init
...> >>> Software Engineer
> >>>
> >>> Google Germany GmbH
> >>> Erika-Mann-Straße, 33
> >>> 80636 München
> >>>
> >>> Geschäftsführer: Paul Manicle, Halimah DeLaine Prado
> >>> Registergericht und -nummer: Hamburg, HRB 86891
> >>> Sitz der Gesellschaft: Hamburg
> >>> <ipt.i><ipt.s>
> >>
> >
> >
> > --
> > Alexander Potapenko
> > Software Engineer
> >
> > Google Germany GmbH
> > Erika-Mann-Straße, 33
> > 80636 M...
2019 Aug 01
2
Dead store elimination in the backend for -ftrivial-auto-var-init
...> Alex
> >
> > --
> > Alexander Potapenko
> > Software Engineer
> >
> > Google Germany GmbH
> > Erika-Mann-Straße, 33
> > 80636 München
> >
> > Geschäftsführer: Paul Manicle, Halimah DeLaine Prado
> > Registergericht und -nummer: Hamburg, HRB 86891
> > Sitz der Gesellschaft: Hamburg
> > <ipt.i><ipt.s>
>
--
Alexander Potapenko
Software Engineer
Google Germany GmbH
Erika-Mann-Straße, 33
80636 München
Geschäftsführer: Paul Manicle, Halimah DeLaine Prado
Registergericht und -nummer: Hamburg, HRB 86891
Si...
2019 Aug 07
2
Dead store elimination in the backend for -ftrivial-auto-var-init
...>> > >>> Google Germany GmbH
>> > >>> Erika-Mann-Straße, 33
>> > >>> 80636 München
>> > >>>
>> > >>> Geschäftsführer: Paul Manicle, Halimah DeLaine Prado
>> > >>> Registergericht und -nummer: Hamburg, HRB 86891
>> > >>> Sitz der Gesellschaft: Hamburg
>> > >>> <ipt.i><ipt.s>
>> > >>
>> > >
>> > >
>> > > --
>> > > Alexander Potapenko
>> > > Software Engineer
>> > >...
2011 Dec 05
1
Toggle cASE
Hello R-help list,
I am looking for way to toggle the case of the characters like a flip-flop; that is from ''Hello'' to "hELLO" or vice versa.
I know that there are a number of functions like casefold, tolower, toupper, etc. but these functions change the case in an uniform way.
Thanks in advance,
Antonio Rivero Ostoic
Antonio Rivero Ostoic
PhD Student,
2018 Sep 19
2
Obtaining the origin function for a local var after inlining
...; Thanks in advance,
> > --
> > Alexander Potapenko
> > Software Engineer
> >
> > Google Germany GmbH
> > Erika-Mann-Straße, 33
> > 80636 München
> >
> > Geschäftsführer: Paul Manicle, Halimah DeLaine Prado
> > Registergericht und -nummer: Hamburg, HRB 86891
> > Sitz der Gesellschaft: Hamburg
> > _______________________________________________
> > LLVM Developers mailing list
> > llvm-dev at lists.llvm.org
> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
--
Alexander Po...
2011 Oct 05
2
"unload" a library while testing?
Hi
I am testing a package, and after I make changes, I have to close R and open
R again to load the new version (same version number) of the package I am
working on. So my question:
is there a function which removes a package, i.e
library(myPackage)
> Package is loaded
unlibrary(myPackage)
> package is not loaded any more
Thanks,
Rainer
--
Rainer M. Krug, PhD (Conservation Ecology,
2016 Jul 25
4
No luck contacting Chris Lattner re commit access
...se he's currently
unavailable, is there someone else I could contact?
Thanks,
Martin
--
Martin Böhme
Software Engineer
mboehme at google.com
Google Germany GmbH
Erika-Mann-Str. 33
80636 München
Geschäftsführer: Matthew Scott Sucherman, Paul Terence Manicle
Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Diese E-Mail ist vertraulich. Wenn Sie nicht der richtige Adressat sind,
leiten Sie diese bitte nicht weiter, informieren Sie den Absender und
löschen Sie die E-Mail und alle Anhänge. Vielen Dank.
This e-mail is confidential. If you are not the right a...
2008 Jul 12
1
Reading Multi-value data fields for descriptive analysis
Hello,
I'm looking for help on the best approach to get "multi-value" data fields into R for simple descriptive analysis.
-------------------------------------
I am new to this list and new to R, but I really want to get over the hump and get productive with it. Some help with how to best get the following data into R would be greatly appreciated. I have programming experience
2018 Mar 16
2
Mapping InlineAsm parameters to ConstraintInfoVector elements
...;m wondering if there's any
code that already does what I'm trying to achieve.
Thanks in advance,
Alexander
--
Alexander Potapenko
Software Engineer
Google Germany GmbH
Erika-Mann-Straße, 33
80636 München
Geschäftsführer: Paul Manicle, Halimah DeLaine Prado
Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
2018 Sep 17
3
Obtaining the origin function for a local var after inlining
...lare in
the IR, but it's said to be deprecated, so I'm not sure if it's ok to
use it.
Thanks in advance,
--
Alexander Potapenko
Software Engineer
Google Germany GmbH
Erika-Mann-Straße, 33
80636 München
Geschäftsführer: Paul Manicle, Halimah DeLaine Prado
Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
2011 Oct 25
1
textplot in layout
Hello,
Someone (Erik) recently posted about putting text on a plot. That thread
didn't help. I'd like to put text directly below the 'sub' text (with no
gap). The code below is the best I can do. Note the large undesirable gap
between 'sub' and 'test'. I'd like the word 'test' to be just below the top
box() boarder (directly below 'sub').
year
1998 Dec 16
1
Deleting Roaming Profiles
...try:
HKEY_LOCAL_MACHINE\Microsoft\Microsoft\Windows
NT\CurrentVersion\Winlogon
Add (or change) the following string:
DeleteRoamingCache
Standard value is 0, it has to be 1
All the Best.
--
Have a nice day !
Dipl.-Ing. Tomek Jarosinski
Unix & NT Systemadministration
Fachhochschule Hamburg, Intranet Service
2099 Hamburg,Berliner Tor 21, R. 429
Tel:040/24882802 (BN:959 2802)
Fax:040/24882889 (BN:959 2890)
E-Mail: tomek@is.fh-hamburg.de
2012 Nov 06
2
doveadm import doesn't work
...[-a <userdb socket path>] [-x <auth info>] <user mask> [...]
who [-a <anvil socket path>] [-1] [<user mask>] [<ip/bits>]
any idea, whats the problem?
kind regards
Andreas Thomsen
--
DAD Deutscher Adressdienst GmbH
Alter Wall 65
20457 Hamburg
Postfach 11 35 58
20435 Hamburg
Deutschland
Tel. 0049 (0)40 7511990
Fax 0049 (0)40 75119911
Amtsgericht Hamburg HRB 88115
Gesch?ftsf?hrerin: Daniela Kunst
Steuernummer 48/714/02030
Ust-IdNr. DE813739877
2005 Feb 21
1
Dovecot SSL-Certificate
...to set it up
cleanly. Does openssl-clientlib looks up for openssl.cnf, where the
place of root-CA-cert is denoted, or do I have to put all cert together
in a single directory, or, or, or ...?
Or to be more verbose for "openssl s_client":
CONNECTED(00000003)
depth=0
/C=DE/ST=Hamburg/L=Hamburg/O=d-dt/OU=lan/CN=server.tektoform.lan/emailAddress=hostmaster at tektoform.lan
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0
/C=DE/ST=Hamburg/L=Hamburg/O=d-dt/OU=lan/CN=server.tektoform.lan/emailAddress=...