search for: raz

Displaying 20 results from an estimated 46 matches for "raz".

Did you mean: caz
2012 Jul 11
4
[Bug 51962] New: Raz's eyes flicker in Psychonauts on nv50
https://bugs.freedesktop.org/show_bug.cgi?id=51962 Bug #: 51962 Summary: Raz's eyes flicker in Psychonauts on nv50 Classification: Unclassified Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau...
2013 Jun 20
3
what should a virtio-mmio transport without a backend look like?
...ees a > device tree node) that the MagicValue register at least is > correct (otherwise it complains). So one possibility would > be "MagicValue/Version/VendorID must read as usual, DeviceID > should read as some special "nothing here" value (0?), everything > else can RAZ/WI". > > We could just say "all RAZ/WI", since this merely causes Linux > currently to print a warning about the bad magic number, and > then subsequently make Linux less alarmist about the zero. > > We could also define that the transport should look as if > t...
2013 Jun 20
3
what should a virtio-mmio transport without a backend look like?
...ees a > device tree node) that the MagicValue register at least is > correct (otherwise it complains). So one possibility would > be "MagicValue/Version/VendorID must read as usual, DeviceID > should read as some special "nothing here" value (0?), everything > else can RAZ/WI". > > We could just say "all RAZ/WI", since this merely causes Linux > currently to print a warning about the bad magic number, and > then subsequently make Linux less alarmist about the zero. > > We could also define that the transport should look as if > t...
2013 Jun 22
2
what should a virtio-mmio transport without a backend look like?
...el finds a block device and creates a /dev/vda for it), rather than nothing, which seems like a bad thing. Also, it's mixing a detail of the backend layer (what a zero-sized disk happens to look like) with the transport layer, which seems a bit ugly spec-wise. (Implementation wise I'm not crazy about it either since it would be way more complicated than saying "no backend? OK, RAZ/WI".) -- PMM
2013 Jun 22
2
what should a virtio-mmio transport without a backend look like?
...el finds a block device and creates a /dev/vda for it), rather than nothing, which seems like a bad thing. Also, it's mixing a detail of the backend layer (what a zero-sized disk happens to look like) with the transport layer, which seems a bit ugly spec-wise. (Implementation wise I'm not crazy about it either since it would be way more complicated than saying "no backend? OK, RAZ/WI".) -- PMM
2008 Dec 28
1
Feature Question: Inotify over OCFS2
Is Inotify **fully supported** by OCFS2? Thank you
2019 Nov 20
2
Schema replication error with W2008R2
...6-8b46-43d6-8da3-f12447ed66c6 ==== VECINOS DE ENTRADA ====================================== DC=eadom,DC=ea Default-First-Site-Name\MERCURIO7 v?a RPC GUID del objeto DSA: e644a216-b852-4303-ad3c-09e5733b7233 El ?ltimo intento, efectuado el 2019-11-20 10:29:58, se retras? por una raz?n normal, resultado 8418 (0x20e2): Error en la operaci?n de replicaci?n debido a que no coinciden los esquemas entre los servidores implicados. ?ltima operaci?n correcta efectuada el 2019-11-17 21:45:40. Default-First-Site-...
2008 May 06
2
list manipulation
...at the end of each output as demonstrated below. How can I generate this (and similar) result(s) without all the trailing NULLs? > lapply(ls(pattern='bn'), function(x) cat(x, dim(get(x)), "\t", names(get(x)), "\n")) bn1993 2885 11 oplt rplt rsiz tree bd ht oaz odst raz rdst spr bn1994 3158 7 oplt tree bd ht spr stat dam bn1995 734 7 oplt tree bd ht spr stat dam bn1996 293 7 oplt tree bd ht spr stat dam bn1997 264 7 oplt tree bd ht spr stat dam bn1998 768 7 oplt tree bd ht spr stat dam bn1999 654 7 oplt tree bd ht dbh stat dam bn2003...
2012 Nov 13
2
Tukey test for subgroups in a data frame
Hello, I have a data frame with the following columns: "date","name","value" the name is the same for each date I would like to get TukeyHSD p-value for the differences of "value" between "name"s in each "date" separately I tried different ANOVA (aov()) but can only get either tukey by "name" or by "data" but not
2013 Jan 15
0
[PATCH v2 2/2] xen/arm: initialize the GIC irq properties of interrupts routed to guests
...g; + uint32_t cfg, edgebit; + + /* Set edge / level */ + cfg = GICD[GICD_ICFGR + irq / 16]; + edgebit = 2u << (2 * (irq % 16)); + if ( level ) + cfg &= ~edgebit; + else + cfg |= edgebit; + GICD[GICD_ICFGR + irq / 16] = cfg; + + /* Set target CPU mask (RAZ/WI on uniprocessor) */ + bytereg = (unsigned char *) (GICD + GICD_ITARGETSR); + bytereg[irq] = cpu_mask; + + /* Set priority */ + bytereg = (unsigned char *) (GICD + GICD_IPRIORITYR); + bytereg[irq] = priority; + +} + /* Program the GIC to route an interrupt */ static int gic_route...
2007 Jan 17
1
concerns with moving from samba2 to samba3
...Can I run a PDC and if it goes down the BDC will take its place and have an up-to-date copy of the databases? Thanks in advance, any help appreciated, Ross Ross Macintyre School of Mathematical and Computer Sciences, Heriot-Watt University Tel: 0131 451 3417 R.A.Macintyre@hw.ac.uk (raz@macs.hw.ac.uk) Paintings at http://www.macs.hw.ac.uk/~raz/paintings/
2018 Apr 19
2
Interpretación NA's
...33.53 23 11801 3.512441 1 33.53 R> lm(ventas ~ precios, df) Call: lm(formula = ventas ~ precios, data = df) Coefficients: (Intercept) precios 2.174 NA ?Qu? significa que aparezca NA en la regresi?n y el intercepto con ese valor(2.174)? La pregunta surge a raz?n de que otros subconjuntos de datos se comportan bien con una regresi?n lineal. Entiendo que por el comportamiento de los datos salen esos resultados, sin embargo no logro realizar un interpretaci?n correcta y mucho menos qu? hacer o c?mo proceder con este subconjunto de datos o como explicarlo a...
2015 Mar 13
2
Upgrade centos 6 to 7
I read at <http://wiki.centos.org/TipsAndTricks/CentOSUpgradeTool> "Warning: use of this tool is currently not recommended as several system-critical packages are of a higher version number in CentOS 6.6 than they are in CentOS 7 so those do not get upgraded correctly. This renders yum and several other system tools non-functional." Is that still the position? If so, is it
2005 Dec 15
3
CocoaMySql Equivalent Tool for Linux & Windows
In the screencast on RoR.com entitled "Creating a weblog in 15 minutes" the tool CocoaMySQL is being used to define and modify the database schema. http://media.rubyonrails.org/video/rails_take2_with_sound.mov http://cocoamysql.sourceforge.net/index.html CocoaMySql runs only on OSX. Are there equivalent tools for Linux and/or Windows? Thanks!
2009 Dec 18
1
rubyinstaller-1.9.1-p243-rc1.exe | wxruby-ruby19-2.0.1-x86-mingw32.gem | encodage
...rrectement, j'obtient ce message d'erreur: C:\Users\seb\Desktop\Rss-wxruby-1.1.6>ruby rss-wxruby.rbw rss-wxruby.rbw:99: invalid multibyte char (US-ASCII) rss-wxruby.rbw:99: invalid multibyte char (US-ASCII) rss-wxruby.rbw:99: syntax error, unexpected $end, expecting ')' ..."Raz de l'archive", " Remise ├á z├®ro de l'archivage des flu... ... ^ J'ai changer l'encodage du fichier avec scite plusieurs fois, mais rien à faire, j'ai toujours ce problème. Pourquoi cela ne fonctionne plus avec les nouvelles versions? Comment pourrait on résoudre ce...
2007 Mar 26
2
define using configuration file
...Exec["rsync-$source-$destination"], mode => 600 } exec { "rsync-$source-$destination": command => $recursif ? { true => "rsync --password-file=$pwf -raz --exclude=$exclude ....... false => "rsync --password-file=$pwf -az --exclude=$exclude --$...... } } } but if i call 2 time the define for a host then i fails as : err: Could not retrieve configu...
2012 Dec 13
1
Physically extracting P-value from TukeyHSD test output
Hey, I have this TukeyHSD output from which I would like to extract only the P-values (p adj, last number). The problem is that the test output is a character list. How can I "break" this sentence to separate the Pv? Tukey multiple comparisons of means 95% family-wise confidence level Fit: aov(formula = Fe1$Fe ~ Fe1$genotype) $`Fe1$genotype` diff lwr upr
2013 Jan 23
1
italic font for legend text when using expression function for symbols
Hello, I'm trying to add a symbol (Delta) to plot legend with text using "expression(paste())" but this disables the text.font that allows to use bold or italic text. as follows: x=c(1:10) y=c(1:10) plot(x,y) legend(1,10,legend=c("A","B","C",expression(paste(Delta, D))), pch=c(24,18,17,16),cex=2,text.font=3,bty="n") Any suggestion to
2013 Sep 12
0
Guillermo, conectemos en LinkedIn
...f7e-hlhha05m-3c/rso/287165277/jUg1/name/128341832_I464215455_125/?hs=false&tok=3NjhefShwdI5U1 ------------------------------------------ Est?s recibiendo invitaciones por correo electr?nico. Este mensaje de correo electr?nico estaba dirigido a Guillermo Bernaldo de Quir?s Maraver. Averigua la raz?n por la que incluimos esto: http://www.linkedin.com/e/17jf7e-hlhha05m-3c/plh/http%3A%2F%2Fhelp%2Elinkedin%2Ecom%2Fapp%2Fanswers%2Fdetail%2Fa_id%2F4788/-GXI/?hs=false&tok=12vUJs1hEdI5U1 (c) 2012, LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA 94043, EE.UU.
2013 Nov 27
1
Conditional error bars
How can I condition any error bar function that use the arrows() function, such as 'CI.plot' (see example below) or 'error.bars', to draw only upper error bar (upper CI) if the bar value (mean) is positive and the lower error bar (lower CI) if bar value is negative? CI.plot <- function(mean, se,length, ylim=c(-5, max(CI.H)), ...) { CI.H <- mean+se CI.L <- mean-se