search for: einfacher

Displaying 20 results from an estimated 191 matches for "einfacher".

2009 Aug 12
1
CCF for hourly time series?
...ssibility to perform the cross-correlation? Thanks in advance, Katharina -- ___________________ Katharina Appel Gro?e Weinmeisterstra?e 30 14469 Potsdam Tel.: 0331-2370828 e-mail: Kajoap at gmx.de Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3 - sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser
2008 Jan 19
7
xen 3.2 release build broken?
having downloaded xen 3.2.0 source tarball I run make world and I get lts of expected output and then this error: make[3]: Leaving directory `/usr/src/xen-3.2.0/xen'' make[2]: Leaving directory `/usr/src/xen-3.2.0/xen'' for i in linux-2.6-xen ; do make $i-install || exit 1; done make[2]: Entering directory `/usr/src/xen-3.2.0'' make -f buildconfigs/mk.linux-2.6-xen
2007 Jun 12
2
[LLVMdev] Problems with the tools
I just built LLVM 2.0 on Windows with Visual C++ 2005. After a few tweaks, it produced several nice .exe files. I tried to compile a simple Hello-World program as given in the documentation: -------------------------------------------------------------------------------------- ; Declare the string constant as a global constant... %.LC0 = internal constant [13 x i8 ] c"hello
2009 Sep 15
6
Thunderbird does not find the right folders :-(
...People getting mad about me as the cannot find their stuff any more in the usual folders. What can I do that they have the converted stuff in the same folders as they had before? Sterkel -- Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3 - sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser
2008 Jan 31
7
[LLVMdev] Some questions about live intervals
Hi, I'm trying to sketch an LLVM-based implementation of the Extended Linear Scan algorithm, described in this Vivek Sarkar's paper: http://www.cs.rice.edu/~vs3/PDF/cc2007.pdf Sarkar reports that this version of Linear Scan produces better code than graph-coloring regallocs and is also much faster (15x to 68x). I already started work on the implementation of this algorithm and have a few
2016 Dec 01
2
AW: User unknown in local recipient table
Hallo Liste, hallo Ralf, danke schon mal. Ja die Whitespaces sind beim Rausl?schen entstanden. Ich verstand das so, dass das nun durch die address_verify_map erledigt w?rde. Muss ich dann entsprechend einfach auf die verweisen? Ich versuchte gerade die address_verify_map = btree:$data_directory/verify_cache auf local_recipient_maps = btree:$data_directory/verify_cache verweisen zu lassen.
2023 Apr 14
0
Aktivierung von Postbank BestSign
[Postbank-Geldautomaten - Alle Infos zu Standorten, H?chstbetr?gen und vergessenem Geld] Sehr geehrter Kunde, Unsere BestSign App ist keine weitere Banking-App, sondern eine separate Anwendung nur f?r Ihr BestSign-Sicherheitsverfahren. Sie wollen Ihre Auftr?ge einfach mit Ihrem Mobilger?t freigeben, Ohne viel Drumherum oder viele Klicks, Nur schnell, einfach und sicher. Mit der BestSign App
2010 Aug 02
1
QQ-plot – Axes
I would like to change the position of the major tick marks in my qq-plot? Right now the ticks are set at 5.5, 6.0, 6.5 and 7.0. I would like them to be at 5.4, 5.6, 5.8, 6.0, 6.2, 6.4, 6.8 and 7.0. So I would have to remove some of the present ticks. So far I can only add ticks to the plot with: axis(1,at=c(5.4, 5.6, 5.8, 6.0, 6.2, 6.4, 6.8, 7.0)) Is there a solution to my
2001 Aug 16
1
wozu Wine?
Hallo NG-Leser, ich denke mal, mir fehlt vielleicht einfach nur die Erfahrung, aber ich hab bisher _kein_ einziges Win-Programm unter Linux zum Laufen bekommen. Eigentlich m?chte ich nur einen IE 5.5 benutzen k?nnen, um zu sehen, ob meine unter Linux entwickelten Webpages auch im IE gut aussehen. (jeder Webmaster kennt ja die Probleme) Aber mit Wine ist da wohl nix zu machen, wie? Ist das
2010 Apr 03
4
question difference of roaming profile between WinXP and Win7
..., there is a reference to nt-profile.V2 (uppercase V2) and next a connect to nt-profile.v2 (lowercase v2). What is the difference? Finally, the profile kira is used and not kira.V2. Why? Can someone explain me the correct setup of samba for Win7 clients? regards robert -- Sicherer, schneller und einfacher. Die aktuellen Internet-Browser - jetzt kostenlos herunterladen! http://portal.gmx.net/de/go/atbrowser
2004 Feb 24
2
different "encrypt passwords" in virtual servers?
Hi, is it possible to use "encrypt passwords=yes" in the main server configuration and "encrypt passwords=no" in the virtual server configuration? My current smb.conf looks like this: workgroup = AGPC101 netbios name = AG-pc101-Server server string = PC101-Server # The include file contains encrypt passwords=no include =
2010 Jan 08
1
Zeilenweiser Plot einer Matrix
Liebe Liste, bin noch absoluter R-Anf?nger und trotz flei?igen Lesens der Dokumentation noch nicht zur L?sung des folgenden Problems vorgedrungen. Die Werte einer 2D-Matrix sollen in einem einzigen 2D-Plot dargestellt werden, in dem jeweils f?r die Werte einer Zeile ein Graph aus mit Linien verbundenen Punkten gezeichnet wird. Die Matrix besitzt zw?lf Spalten, die x-Achse soll einfach mit 1:12
2010 Sep 03
2
density() with confidence intervals
...s you a SE estimate of the smoothed scatterplot - but density() kernel smoothing is not the same as locally-weighted polynomial scatterplot smoothing... Feel free to ask me if I did not put my question into clear words :) Kind regards & thanks in advance, David -- Sicherer, schneller und einfacher. Die aktuellen Internet-Browser - jetzt kostenlos herunterladen! http://portal.gmx.net/de/go/chbrowser
2006 Apr 09
2
using R in a java application
Dear All, I'd like to write a little application in java wich should pass some commands and data to R and displays the results (tables and charts) in a java frame. First I wanted to work with Omegahat's SJava but had lots of issues already at the installation. Then I heard some rumors that SJava generally is not a very active project and runs rather buggy (that's true?). So my
2008 Apr 02
5
[LLVMdev] Goog test-cases for a new register allocator
Hi, As I mentioned some time ago on the mailing list, I'm working on the implementation of the Sarkar's Extended Linear Scan algorithm for LLVM. For testing and debugging of this algorithm, I need some good test-cases that check different functionalities of the register allocator, e.g.: - test-cases involving a lot of spilling - test-cases using pre-colored registers, e.g. like the EAX
2011 Jan 01
2
(XEN) physdev.c:61: dom1: map invalid irq 1251
Hello, i''m using the latest Xen 4.0 testing from the mercurial repository and i want to passthrough my Intel Core gpu. But somehow it has a weird IRQ of 1251. So i cant start the vm if i set pci=[''00:02.0'']. The device is bound to the pciback driver correctly. The interesting part of xm dmesg (appears when i start the vm): (XEN) [VT-D]iommu.c:1484: d0:PCI: unmap bdf =
2011 Jan 01
2
(XEN) physdev.c:61: dom1: map invalid irq 1251
Hello, i''m using the latest Xen 4.0 testing from the mercurial repository and i want to passthrough my Intel Core gpu. But somehow it has a weird IRQ of 1251. So i cant start the vm if i set pci=[''00:02.0'']. The device is bound to the pciback driver correctly. The interesting part of xm dmesg (appears when i start the vm): (XEN) [VT-D]iommu.c:1484: d0:PCI: unmap bdf =
2009 Oct 27
1
wilcox.exact() problem
...ate vector of length 1621367542 1621367542 is the same as 2^30.59, so the memory can't be allocated on my 32-bit computer. Can somebody point out the problem to me? Kind regards, David -- Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 - sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser
2010 Oct 05
1
Tukey HSD Test als Post Hoc Test nach einem GLM inkl. Anova
Hallo, zur Analyse von Daten zum Artenreichtum von Pflanzen, habe ich ein Glm (glm) und anschlie?end eine Anova (anova) durchgef??hrt. Nun m??chte ich f??r die signifikanten Einflussfaktoren einen Post Hoc Tukey Test durchf??hren, um zu ermitteln in wie weit die einzelnen Faktorstufen sich signifikant voneinander unterscheiden. Mit dem Befehl (TukeyHSD) komme ich nicht
2010 Mar 20
3
Is winbindd required for Windows 7 clients
I'm having problems to et windows 7 clients running in my samba 3.4.2 PDC. They always load temporary profiles. WinXP clients are working perfectly. Is winbindd with an LDAP backend required for windows 7 clients? I didn't configure it because it was not necessary for winXP. regards robert -- GMX.at - ?sterreichs FreeMail-Dienst mit ?ber 2 Mio Mitgliedern E-Mail, SMS & mehr!