similar to: What happened to --desktop geom?

Displaying 20 results from an estimated 2000 matches similar to: "What happened to --desktop geom?"

2002 Feb 27
1
Another newbie-question about the registry...
On Fri, 22 Feb 2002 00:02:43 GMT, Tony Lambregts <lambregt@telusplanet.net> wrote: >Since no one else seems they want to answer this I think I will give it >a shot. This looks like wine is not importing the relevant info from the >window's user.reg to wine's user.reg. It appears to be importing the info to userdef.reg instead of user.reg, and then not using the settings
2001 May 09
12
Microsoft "Windows for Linux"
-cross posted to comp.emulators.ms-windows.wine- Microsoft should consider producing "Windows for Linux". It could be their own version of Wine, but it would be nearly 100% compatible with the latest version of Windows. Microsoft could require that users have a retail copy of Windows to make this work. It's a win-win situation. Linux users could run nearly all of the available
2001 May 08
1
wine.conf
Here is another stupid question, sure to make myself unpopular... Almost all the available documentation, including the manual pages and the README file which comes with 20010418, and at least two help files referenced off the winehq web site, says that wine reads a configuration file from /etc/wine.conf [or /usr/local/etc/wine.conf]. The src.rpm from which I installed 20010418 even installs a
2018 May 04
1
length of `...`
The one difference I see, is the necessity to pass the dots to the function dotlength : dotlength <- function(...) nargs() myfun <- function(..., someArg = 1){ n1 <- ...length() n2 <- dotlength() n3 <- dotlength(...) return(c(n1, n2, n3)) } myfun(stop("A"), stop("B"), someArg = stop("c")) I don't really see immediately how one can
2007 May 13
2
ActionMailer outside of Rails?
Has anyone used ActionMailer outside of rails? I have a requirement for work that will not allow me to do this from within a rails app. I have successfully sent an email in the following manner: MyMailer.deliver_clever_email(someArg,''testing!'') where the second argument is the body of the email, but when I try to call just: MyMailer.deliver_clever_email(someAr) and use a
2013 Sep 27
3
duda
#Imagino que hay un camino más corto para resolver mi duda #Adjunto unos datos en csv library (epicalc) #Gráficos exploratorios #este comando no se ejecuta porque no ve las variables summ(IMC, by=escolaridad ) ##?porqué no ve las variables? #tuve que hacer esto que me parece que se podría hacer de manera más sencilla IMC <- (sanda[,c(1)]) escolaridad <-
2005 Apr 13
2
IMC
Hi, I'm trying to setup IMC (idealx management console) to give our windows admins some nice toy to play with, but I have problem to make it work. I can log in after I authentificate as Administrator, but, I can't modify any LDAP entries, as that fails with unsufficient privileges due to the IMC trying to bind to LDAP as logged in user (Administrator), instead of something like
2005 Feb 10
4
[ANNOUNCE] New stable release of Samba Console (1.1.23)
Hi, I'm officialy announcing the new 1.1.23 stable release of Samba Console, along with a stable IMC release too (1.2.24). This code is just going in production at a new customer site this week. From the project web site : Samba Console <http://imc.sourceforge.net/samba/index.html> is the first console developped for IMC. It offers a simple and ergonomic interface for managing a
2013 Sep 16
3
b
Estimado José, por lo que estuve mirando aqui https://en.wikipedia.org/wiki/Wilcoxon_signed-rank_test, en ?wilcox.test y en libros de papel ... los datos deben cumplir ciertas condiciones, quiza la mas restrictiva es que sean pareados ... si no lo son, quiza esta variante del test es mas apropiada: https://en.wikipedia.org/wiki/Mann-Whitney-Wilcoxon_test la que en R se aplica usando el mismo
2016 Sep 16
2
Need help with directory create time
Am Freitag, 16. September 2016, 09:26:18 CEST schrieb Jeremy Allison: > On Fri, Sep 16, 2016 at 02:37:33PM +0200, Karl Mauch via samba wrote: > > Hello, > > > > my problem: > > In the past "fake directory create times" did what I expect. The creation > > time of directories were fixed. > > Then I changed to samba 4 and "fake directory create
2005 Aug 24
1
Anyone have management docs for a Samba migration?
I'm helping out a Sun colleague, who has to present a formal proposal and plan to management for Solaris adoption. If anyone has docs for a migration, I'll happily scrub them of any identifying matter for our use, and if it's OK, for addition to the supporting material at samba.org. --dave -- David Collier-Brown, | Always do right. This will gratify Sun Microsystems, Toronto |
2013 Sep 15
4
b
Lo que deseamos realizar es una prueba no paramétrica para demostrar que el IMC encontrado difiere significtivamente entre aquellos que tienen a_HTA (entecedentas HTA) y los que no lo tienen ( en SPSS de forma fácil utilizo varios métodos ¿Cuál es la sintaxis para hacerlo posible en R? a_HTA IMC si 26 si 25 si 26 si 21 si 25 si 23 si 28 si 24 si 27 si 22
2016 Sep 17
2
Need help with directory create time
Am Freitag, 16. September 2016, 13:54:09 CEST schrieben Sie: > On Fri, Sep 16, 2016 at 07:34:44PM +0200, Karl Mauch wrote: > > Am Freitag, 16. September 2016, 09:26:18 CEST schrieb Jeremy Allison: > > > On Fri, Sep 16, 2016 at 02:37:33PM +0200, Karl Mauch via samba wrote: > > > > Hello, > > > > > > > > my problem: > > > > In the
2015 Aug 02
3
ayuda con análisis de supervivencia
Hola a todos, -Estoy estudiando el efecto de dos genotipos (~tratamientos) en la aparición de síndrome metabólico (MetS) con datos longitudinales recogidos a tiempo 0,7,10,15,20 y 25 años. -He hecho un dataframe con las siguientes variables MetS: Síndrome Metabólico (Si=1,No=0) bmi: Indice de masa corporal (IMC) cuando se produce la conversión a MetS+ . Para los que permancen MetS-, esta variable
2014 Dec 23
2
CRAN and ggplot2 geom and stat extensions
I am thinking about adding several geom and stat extensions to ggplot2 in the Hmisc package. To do this requires using non-exported ggplot2 functions as discussed in http://stackoverflow.com/questions/18108406/creating-a-custom-stat-object-in-ggplot2 If I use the needed ggplot2::: notation the package will no longer pass CRAN checks. Does anyone know of a solution? I'm assuming that
2006 Jan 13
2
Tracking DLLs
Does anyone know what command line params I can use to track what DLLs a a program is accessing -- I'm trying to debug "unreal" from a compiled install of Wine 0.9.4. Everything works fine for the most part but the keyboard and mouse tend to freeze up. I thought maybe using a native DLL for mouse and keyboard might fix the problem. Thanx much, Jeff
2018 May 06
0
length of `...`
Does anyone notice r-devel thread "stopifnot() does not stop at first non-TRUE argument" starting with https://stat.ethz.ch/pipermail/r-devel/2017-May/074179.html ? I have mentioned (function(...)nargs())(...) in https://stat.ethz.ch/pipermail/r-devel/2017-May/074294.html . Something like ..elt(n) is switch(n, ...) . I have mentioned it in
2008 Jul 09
2
disk questions: geom and zfs
hail, I have a 7-stable: [matheus@xxx /usr/home/matheus]$ uname -a FreeBSD xxx 7.0-STABLE FreeBSD 7.0-STABLE #2: Sun Jul 6 15:03:26 BRT 2008 root@lamneth:/usr/obj/usr/src/sys/xxx_7 i386 and there exists three geom things. gconcat status Name Status Components concat/concat0 UP ad4 ad5 gmirror status Name Status Components
2002 Mar 23
4
Antigen Notification:Antigen found FILE FILTER= *.pif file
Antigen for Exchange found Gizn.pif matching FILE FILTER= *.pif file filter. The file is currently Purged. The message, "Have a humour Lady Day", was sent from konkurs and was discovered in IMC Queues\Inbound located at WRQ/Seattle/ABRA.
2014 Dec 23
0
CRAN and ggplot2 geom and stat extensions
On Tue, Dec 23, 2014 at 10:34 AM, Frank Harrell <f.harrell at vanderbilt.edu> wrote: > I am thinking about adding several geom and stat extensions to ggplot2 > in the Hmisc package. To do this requires using non-exported ggplot2 > functions as discussed in > http://stackoverflow.com/questions/18108406/creating-a-custom-stat-object-in-ggplot2 > > If I use the needed