search for: wahl

Displaying 20 results from an estimated 33 matches for "wahl".

Did you mean: pahl
2018 May 09
6
[Bug 1257] New: conntrack family filter does not work with conntrack-tools 1.4.5
...Product: conntrack-tools Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: conntrack Assignee: netfilter-buglog at lists.netfilter.org Reporter: ronald.wahl at raritan.com Created attachment 537 --> https://bugzilla.netfilter.org/attachment.cgi?id=537&action=edit Make family filtering work again I found a bug in conntrack-tools 1.4.5 "conntrack -L -f ipv4" respective "conntrack -L -f ipv6" each prints both protocols. Th...
2012 Feb 02
2
Problem with range()
...the line I graph is only graphed for the range of data. There are NAs in the data, but I dont remember this being a problem before. I typed na.action=na.omit anyway, which has usually solved any NA issues in the past. Any idea why R cant do vector functions for these data? Solution? Thanks, Colin Wahl M.S. Biology candidate Western Washington University fit<-lm(sandcomb ~ CCEC25) z<-predict(fit, data.frame(CCEC25=range(CCEC25))) lines(range(CCEC25), z, lty=2, lwd=0.75, col="grey51") > is.vector(CCEC25) [1] TRUE > is.numeric(CCEC25) [1] TRUE > range(CCEC25) [1] NA NA...
2011 Jun 25
2
Vector with factors inside lists/tuples
...ons I can use? Like for example V1 "{"Harry","Brown")" "{"Brown","Harry")" I want to use these variables in a machine learning setting, And don't want to convert these into multiple vectors, given share number of factors. -- Håvard Wahl Kongsgård http://havard.security-review.net/ [[alternative HTML version deleted]]
2005 Mar 01
13
Step-by-step guide for PowerPoint under wine?
Dear All, is there a step-by-step guide on how to install PowerPoint 2000 with wine (I'm running PhotoShop 3 and UltraEdit with it, perfectly !) System: SuSE Personal 9.1, wine -version is 20040213-41. I tried to start the install with 'wine /path/to/CD-ROM/setup.exe', it takes forever and finally it returns with 'file not found'. The files are all there, expect that on the
2005 Jun 28
1
Does not run under Mac OS X 10.3.9 (PR#7975)
Full_Name: Matthias Wahl Version: 2.0.1 and 2.1.0a OS: Mac OS X 10.3.9 Submission from: (NULL) (84.159.39.159) Version 2.1.0a does get installed, R is available under applications, however when trying to start R I get an error message that R is terminated due to an error and that's it. Re-installing didn't help a...
2011 Jun 07
3
Cleveland dot plots
I would rather use cleveland dot plots than bar charts to display my study results. I have not been able to find (or figure out) an R package that is capable of producing the publication quality dot charts Im looking for. I have either not been able to get error bars (lattice), cannot order the data display properly (latticeExtra), or cannot make adjustments to axes. Does anyone have a quick
2005 Jun 30
0
Fwd: Does not run under Mac OS X 10.3.9 (PR#7975)
Begin forwarded message: > From: Matthias Wahl <matthias.wahl at macnews.de> > Date: 28 giugno 2005 18:05:54 GMT+02:00 > To: stefano iacus <jago at mclink.it> > Subject: Re: [Rd] Does not run under Mac OS X 10.3.9 (PR#7975) > > > I don' have a folder 'Utilities' in applications, however here is > w...
2012 Feb 12
2
dotplots with error bars
Does anyone have any recommendations for producing dotplots with error bars? Are there packages available for this? I searched far and wide and cannot find a suitable option. I am trying to produce publication-quality figures for my thesis results. Dotplots (Cleveland dotplots) are a much better form of summarizing barchart-type data. It does not appear that any of the main plotting packages in r
2005 Mar 31
1
Where does splashkiller.zip go?
Hi, I'm almost done with my wine config :-) But it complains about the fact that it cannot find splashkiller.zip Do I have to unpack the files contained in there? Or not (because wine looks for the .zip file). And where do I put the file(s)? Thanks, your help is highly appreciated ! Cheers, Peter ___________________________________________________________ Gesendet von Yahoo!
2015 Jul 17
0
Bug#782383: Panic: "System without CMOS RTC must be booted from EFI" i.c.w. HP servers
...;http://www.evolver.de/dienstleistungen/evolvercloud/> NEU! frag-evolver.de frag-evolver.de ist ein besonderer Service f?r Kunden und Interessenten der evolver group. Hier erfahren Sie mehr.<http://frag-evolver.de/> Terminvereinbarung f?r Pr?sentationen und Workshops Sie haben die Wahl, wie wir Ihnen unsere Produkte und Dienstleistungen vorstellen d?rfen. Vereinbaren Sie einen Termin: www.evolver.de/termin<http://www.evolver.de/termin>.
2006 May 01
0
Use of hosking.sim R function
...f the AR model. In light of this, I would like to understand why hosking.sim appears to require the full (0 to n-1) ACF to generate n-length random time series vectors. Any information in this regard would be helpful. Sincerely, Gene ******************************* Dr. Eugene R. Wahl Asst. Professor of Environmental Studies Alfred University [[alternative HTML version deleted]]
2011 Jul 20
0
Cleveland Dot plots: tick labels and error bars
Dear list, I've been learning how to make a 2x2 paneled dotplot in lattice without any previous experience using lattice. my code thusfar is: nut<-read.table("/Users/colinwahl/Desktop/nutsimp_noerror.csv", T, sep= ",") attach(nut) nut1<-data.frame(Nitrate, Total_Nitrogen, Phosphate, Total_Phosphorus) nut1<-as.matrix(nut1) rownames(nut1)<-group ylimlist=list(c(0,10), c(0,10), c(0,0.25), c(0,0.25)) dotplot(nut1, groups=FALSE, horizontal=FALSE,...
2011 Sep 28
0
PCA: prcomp rotations
...What does it mean that the data is rotated from the "?prcomp" description? Is this referring to the data matrix orientation (i.e. looking at differences among samples (columns) based on variables (rows) vs. differences among variables (columns) based on samples(rows))? Thank you, Colin Wahl Graduate student, Western Washington University code & background: I am looking at the ordination of abiotic stream variables between different sampling locations. abiot.pca=prcomp(all24[, c(10, 13:18)], retx=TRUE, center=TRUE, scale= TRUE) summary(abiot.pca) Importance of component...
2011 Dec 01
0
MCMCglmm error with multinomial distribution
...ing MCMCglmm with family="multinomial" terminates with Error in if (nJ < 1) { : missing value where TRUE/FALSE needed with family="categorical" there are no errors I have not looked in the code, do I need format the responses TRUE/FALSE , or is this just a bug? -- H?vard Wahl Kongsg?rd
2004 Jul 22
0
Files not shown with Samba 3.0.4 debian backport
...s XP pro. Since we use this version of Samba a problem occurred twice: In a huge directory there are files not shown in the Explorer. The files are there, the rights are ok, if we want to overwrite the file, Windows says that it is there, but it is not shown. An example: Ablaufinformation - EB-Wahl Okt 02.doc (not shown) Ablaufinformation Infoabend 8-10 (Okt 2000).doc (not shown) Absage p?d Konferenz (Mai03). doc (not shown) anwes.doc (shown) aprlist.doc (shown) AUFGABENVERTEILUNG 00_01.DOC (not shown) ... Elternabend Sch?ferling April 99.doc (shown !!!) ... Ferienaufsichten 1999.doc (shown)...
2006 Oct 03
0
[ANNOUNCE] xf86-video-ati-6.6.3
...rate for ES1000 to allow higher resolutions Power up DAC around check for CRT connectedness Michel D?nzer: Revert "* [ Bug 6966 ] large negative refresh rates reported" Roland Scheidegger: radeon: Check ROM more thoroughly before treating it as an x86 BIOS. Ronald Wahl: Hook up DFP power to DPMS events. Tilman Sauerbeck: Removed the warning re. the r300 DRI driver status. http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-6.6.3.tar.bz2 md5: f6d559f9d20f61567d381916b376590f xf86-video-ati-6.6.3.tar.bz2 sha1: b911df1f4b41ad37028c...
2020 Apr 01
0
[ANNOUNCE] conntrack-tools 1.4.6
...H_ATTR_PROTO_L4NUM size Makefile.am: Use ${} instead of @...@ helpers: Fix for warning when compiling against libtirpc Robin Geuze (2): sync-notrack: Apply userspace filter on resync with internal cache disabled conntrackd: Fix "Address Accept" filter case Ronald Wahl (1): conntrack: -f family filter does not work Simon Kirby (1): sync-mode: Also cancel flush timer in ALL_FLUSH_CACHE
2014 May 19
1
[Bug 943] New: Memory corruption in libxtables/xtables.c + fix
...+ fix Product: iptables Version: 1.4.x Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: ip6tables AssignedTo: netfilter-buglog at lists.netfilter.org ReportedBy: ronald.wahl at raritan.com Estimated Hours: 0.0 Created attachment 444 --> https://bugzilla.netfilter.org/attachment.cgi?id=444 Fix two off-by-one bugs Hi, Today I tried to used ip6tables-restore (1.4.21) on my small arm5 device which generated an segmentation fault. Since valgrind is not available...
2006 Mar 31
1
Asterisk, QSIG and Tenovis PBX?
...hron. invoke QBTDL QSIG barr. suppl. serv. terminal download QBUUS QSIG barr. suppl. serv. user to user QBZAV QSIG barr. suppl. serv. zarvt QCA Gespraechsaufnahmemeldung QUe QCM QSIQ mit ACM QDT QSIG Ueberwachung Wahlzeitablauf QEI QSIG ETSI-ISO Anpassung QF0 QSIG Reserve Erweiterung 0 QF1 QSIG Reserve Erweiterung 1 QF2 QSIG Reserve Erweiterung 2 QF3 QSIG Reserve Erweiterung 3 QF4 QSIG Reserve Erweiterung 4 QF5 QSIG Reserve Erweiterung 5 QF6 QSIG Reserve Erweiterung 6...
2007 Mar 27
0
[ANNOUNCE] xf86-video-ati-6.6.191
...radeon: fix up packed yuv broken by planar yuv patch radeon: avoid unnecessary OUTPLL/INPLL calls when displaying video fix uninitialized mode regs (bug 9495) fix alignment issues with planar yuv and a bug with packed uyvy add missing part of last commit... Ronald Wahl: Hook up DFP power to DPMS events. Timo Jyrinki: ati: fix detection of some newer radeons using ati wrapper git tag: ati-6.6.191 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-ati-6.6.191.tar.bz2 MD5: 90049fe51aaef1806dcc2e03ff60858f xf86-video-ati-6.6.191.tar.bz...