search for: punkt

Displaying 20 results from an estimated 38 matches for "punkt".

2007 Dec 19
1
library(rpart) or library(tree)
..." to build a model: library(rpart) attach(data.frame) result <- rpart(pnV22 ~ JTemp + SNied) I got the following tree: n=55518 (50 observations deleted due to missingness) node), split, n, deviance, yval * denotes terminal node 1) root 55518 668.744500 0.0121942400 2) punkte[["JTemp"]]< 10.35 51251 18.992960 0.0003707245 * 3) punkte[["JTemp"]]>=10.35 4267 556.532000 0.1542067000 6) punkte[["SNied"]]>=450 3136 291.318600 0.1036352000 * 7) punkte[["SNied"]]< 450 1131 234.954900 0.2944297000 14)...
2013 Feb 14
3
Problems plotting and regression w.r.t. date data type on x axis
...plotting/regressing w.r.t. a date data type. My trials were unfruitful. Can anyone help ? Thanks in advance! Here is my interaction with R: > tabelle date number date2 1 2009-01-1 1673 2009-01-01 2 2009-12-1 2111 2009-12-01 3 2010-7-1 2487 2010-07-01 4 2013-2-1 4301 2013-02-01 > regression.punkte<-lm(tabelle$number ~ tabelle$date2) Fehler in model.frame.default(formula = tabelle$number ~ tabelle$date2, : ung?ltiger Typ (list) f?r die Variable 'tabelle$date2' > regression.punkte<-lm(tabelle$number ~ tabelle$date) > plot(tabelle$date2,tabelle$number, pch=19, xlab="da...
2013 Nov 20
1
10.0 BETA3 - nanobsd.sh does not use pkg
Hi, all, I just wanted to report that. I do not yet have a patch to suggest. nanobsd.sh cust_pkg() still tries to call pkg_add and fails when adding packages to the NANO_WORLD_DIR. tbz vs. txz ? Kind regards Patrick -- punkt.de GmbH * Kaiserallee 13a * 76133 Karlsruhe Tel. 0721 9109 0 * Fax 0721 9109 100 info at punkt.de http://www.punkt.de Gf: J?rgen Egeling AG Mannheim 108285 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature...
2010 Jun 11
2
r code to broaden the boarder of the bars of a histogram
To whom it may concern, I have a problem concerning the design of a histogram. How do I change the border widths of the bars of a histogram. The initial command is: hist (punkte,breaks=30, xlab="Punkte", ylab="H?ufigkeit", main="Histogramm", col= heat.colors(30), border= "red") I suspect that it has to do with the "lwd" command but can't figure it out. Kind regards, Andreas Baranowski University of Klagenfurt Uni...
2014 Mar 24
0
ADS data crippled after joining Samba into active MS domain
...Exchange2010 WARNUNG: Das Objekt SRV16\owa (Default Web Site) wurde besch?digt und befindet sich in einem inkonsistenten Zustand. ?berpr?fungsfehler: WARNUNG: Eigenschaftenausdruck "?????:<GUID=2b4" ist ung?ltig. G?ltige Werte: Zeichenfolgen, die mit einem Punkt beginnen, gefolgt von einem beliebigen Zeichen, mit Ausnahme eines Punkts. WARNUNG: Eigenschaftenausdruck "????:<GUID=2" ist ung?ltig. G?ltige Werte: Zeichenfolgen, die mit einem Punkt beginnen, gefolgt von einem beliebigen Zeichen, mit Ausnahme eines Punkts. WARNUNG: Eige...
2013 Feb 05
2
duplicate data
...ge the z-values in case there are identical x/y-values. Is that possible? If necessary for an answer I'll copy the short script below. Thanks for helping! Richard ----%---- #RM?u 5.2.2013, r.mueller at oeko-sorpe.de require(akima) # Das Paket akima wird ben?otigt, um # nicht vorhandene Punkte zu interpolieren# und einen sch?onen Farbgradienten hinzukriegen sorpe <- read.csv("bis_130204-korr.csv") pdf("sorpe.pdf") # Es wird nicht auf den Bildschirm gezeichnet, # sondern ein PDF-Dokument erstellt. zr <- range(290,220) # Hier wird der Bereich f?ur die z-Werte...
2008 Aug 20
1
boot0cfg and gmirror ...
...ssible to write to the single disks, but not to the mirror as a whole. Weird. Any ideas? What bad things can happen if I keep updating the MBRs of both individual disks seperately - besides bad karma and "See? I told you so!" in case I generate an inconsistent state? Thanks, Patrick -- punkt.de GmbH * Kaiserallee 13a * 76133 Karlsruhe Tel. 0721 9109 0 * Fax 0721 9109 100 info@punkt.de http://www.punkt.de Gf: J?rgen Egeling AG Mannheim 108285
2012 Oct 07
1
Problem with national characters in main, xlab, ylab with pdf{grDevices} / postscript {grDevices}
Hello. I'm trying to make some graphics with nationalized labels (pdf for use in LaTeX document). On console (displayed on screen) using all looks ok: ----------------------------------------\/ data<-rnorm(100) hist(data,main='Rozk?ad g?sto?ci punkt?w', xlab='Warto?? na osi y', ylab='Cz?sto?? wyst?powania') -------------------------------------------/\ But using: -------------------------------------------\/ data<-rnorm(100) pdf('plik.pdf',encoding="CP1250.enc") hist(data,main='Rozk?ad g?sto?ci pu...
2011 Feb 03
1
lmtp error at domains containing "-" sign
...ot;-", we spoked about that at thread "LMTP with address extension" and after your patch and version 2.0.8 that works. But now, there's an another much greater problem. No mails to adresses, which domain-part contains an "-" sign wil be delivered (i.e. test at aku-punkt-berlin.de). lmtp is looking about the user "test at aku" instead of "test at aku-punkt-berlin.de" and the following logentries appears: Feb 3 10:46:36 vserver08 dovecot: auth: Debug: sql(test at aku): SELECT '/var/vmail/' || maildir as home, '5000' AS uid, ...
2007 Dec 16
1
Working with ranges of a list
...eines Wasserwegenetzplanes #St??dte #TLD.Stadtk??rzel<-list("Stadtname",Breite,L??nge) de.cux<-list("Cuxhaven",53.87,8.7) de.hl<-list("L??beck",53.87,10.69) de.hb.br<-list("Bremerhaven",53.55,8.58) see<-function(orte){ lang<-length(orte) punkte<-array(,c(lang,2)) punkte[,1]<-orte[[1]][[2[1]]] punkte } k??ste<-(list(de.hb.br,de.cux,de.hl)) see(k??ste)
2008 Dec 31
1
Cool: using Wine to dissect the Storm bot!
...ck Traces und Stormfucker: Owning the Storm Botnet. Zuerst wurden konkrete Techniken gezeigt, wie man Malware analysieren kann. Die Zentrale Idee ist hier, statt eine Sandbox (Windows in einer VM) zu verwenden, die Requests unter Linux an Wine weiterzureichen. Dort kann man sich an jedem beliebigen Punkt reinh?ngen und die Requests der Malware auseinander nehmen." Sounds like somebody was using Wine to trace through the Storm bot's code, one win32 syscall at a time. Cool! - Dan
2013 Dec 04
3
Adaptec 5805 as a guest on ESXi 5.5 - problem
Hi, I've installed a FreeBSD (stable 9.2) as a guest on ESXi 5.5. I've added Adaptec Controller via passthrough. Unfortunately FreeBSD does not show hard drives. Any clue? aac0: <Adaptec RAID 5805> mem 0xfd200000-0xfd3fffff irq 18 at device 0.0 on pci3 aac0: Enabling 64-bit address support aac0: Enable Raw I/O aac0: Enable 64-bit array aac0: New comm. interface enabled aac0:
2003 Mar 05
1
connecting 2 home-lan's ?
...ST MTU:1500 Metric:1 eth0 Protokoll:Ethernet Hardware Adresse 00:E0:7D:B4:A0:72 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 muto Protokoll:Ethernet Hardware Adresse 00:FF:F1:8D:FD:2E UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 ppp0 Protokoll:Punkt-zu-Punkt Verbindung inet Adresse:217.84.146.126 P-z-P:217.5.98.54 Maske:255.255.255.255 UP PUNKTZUPUNKT RUNNING NOARP MULTICAST MTU:1492 Metric:1 route: 217.5.98.54 * 255.255.255.255 UH 0 0 0 ppp0 192.168.0.0 * 255.255...
2006 Dec 10
1
Huge IMAP folder takes forever
...dovecot.index.log -rw------- 1 peter peter 193660 Dec 3 12:50 dovecot.index.log.2 drwx------ 2 peter peter 512 Dec 10 15:06 new drwx------ 2 peter peter 512 Dec 10 15:04 tmp Thanks in advance, Peter -- Peter Lindgren, dataingenj?r E-post: peter "at" norrskenkonsult punkt com http://www.norrskenkonsult.com
2012 Apr 28
5
Restricting users from certain privileges
Hi: I could not figure out how to restrict users or other users from certain privileges to execute certain commands in FreeBSD/NanoBSD? What I meant is I want to create a NanoBSD image in which there will be an additional user, say 'admin'. I need to give this new user (admin) some privileges to run some root-can-only-execute commands, but not all (ACL similar to the firmwares in adsl
2007 Apr 03
7
Zaptel 1.4.1 Install Modules CentOS
Hi All, I have a CentOS server that I am trying to configure Asterisk on 1.4 on. Everything seems to go ok, with regards to compiling Zaptel, Libpri, Asterisk (will be using kernel 2.6 timer and ztdummy) Unfortunately I can't insmod / modprobe ztdummy. [root @xyz src]# modprobe ztdummy FATAL: Module ztdummy not found. FATAL: Error running install command for ztdummy
2013 Oct 28
1
[heads up] axing AppleTalk and IPX/SPX
Hello! [Cc to stable@, for wider audience] The plan is two axe two old networking protocols from FreeBSD head/, meaning that FreeBSD 11.0-RELEASE, available in couple of years would be shipped without them. 1) AppleTalk Last time claimed to be supported by vendor in 2007[1]. In practice had very little use since 90th. Discontinued by major routing equipment vendors since 2009[2].
2006 Nov 26
1
IMAPS works, IMAP does not
...mechanisms = cram-md5 digest-md5 passdb passwd { } userdb passwd { } user = root } I have restarted (SIGTERM) dovecot to be sure that dovecot is restarted. I still run 1.0beta3 on OpenBSD. TIA, Peter -- Peter Lindgren, dataingenj?r E-post: peter "at" norrskenkonsult punkt com http://www.norrskenkonsult.com
2006 Jan 26
1
1.0beta2 build error
...o # find . -name 'db-ldap.*' -print ./src/auth/db-ldap.c ./src/auth/.deps/db-ldap.Po ./src/auth/db-ldap.o I didn't find a db-ldap.h anywhere in /usr either. Any hints? I run OpenBSD 3.7 on sparc. /Peter -- Peter Lindgren, dataingenj?r E-post: peter "at" norrskenkonsult punkt com http://www.norrskenkonsult.com
2006 Feb 06
0
Newbie question
...resorted to kill processes but I felt I had missed something... the install page (http://wiki.dovecot.org/BasicInstall) says to kill it, it feels a little crude; no nicer signals to send? Bear with me, please... /Peter -- Peter Lindgren, dataingenj?r E-post: peter "at" norrskenkonsult punkt com http://www.norrskenkonsult.com