similar to: Lotus 123 under Wine

Displaying 20 results from an estimated 80 matches similar to: "Lotus 123 under Wine"

2005 Aug 04
2
p-values
HI R-users, I am trying to repeat an example from Rayner and Best "A contingency table approach to nonparametric testing (Chapter 7, Ice cream example). In their book they calculate Durbin's statistic, D1, a dispersion statistics, D2, and a residual. P-values for each statistic is calculated from a chi-square distribution and also Monte Carlo p-values. I have found similar p-values
2007 Dec 13
1
How to set response code
Hi ! I''m trying to return a simple 201 Created status to the caller, but I can''t seem to do it. I use curl from the command line with the --verbose option, and the response is really 200 OK. My controller code: class Observations < Application def create(feature, node, observation_type) # Do some work... response.status = "201 Created"
2005 Jul 26
0
Durbin test for Incomplete block
Hi R-users, Does anyone know of a package that contains a function to conduct Durbin's test and it's extension for incomplete block designs, as described in Rayner and Best 2001 "A contingency Table Approach to Nonparametric Testing"? Peter ------------------------------ ISR-Porto
2008 Jul 03
1
Sins of Solar Empire: crash
Hi all, I guess I am getting annoying, but I am really experiencing some problems with this game. I am trying to find the reason for these slow-downs in the game (there are already reports about this in the appdb). This time I managed to crash the game with this trace: > fixme:d3d:CreateVBO Failed to create a vertex buffer object. Continuing, but performance issues can occur >
2002 Feb 24
3
wine reading iso images as cdrom ?
Hello all, I keep iso images of my most commonly used cdroms on the harddisk so I don't have to find them. Can I set up a cdrom drive in my wine config that points to the isos, and have wine think its a cdrom drive ? Thanks, Andy
2010 Jul 24
6
Problem since Wine 1.2-rc1
Hi! Wine is completely not working for me since the release of the 1.2-versions. Any try to start an app with wine or running one o wine's apps itself (winecfg etc) results in a freeze of wine. This is whatthe console delivers me for winecfg: > *** glibc detected *** winecfg.exe: free(): invalid next size (fast): 0x7c050a30 *** > ======= Backtrace: ========= >
2003 Oct 23
2
linking to R.dll on Win32 - issues with recent MinGW?
I encountered several strange issues when linking to R.dll on Windows and I wonder if anyone of the Windows savvy-folks here had seen some of the issues before and have some explanation. My Rserve links to R dynamic library. That works perfectly on unix boxes and worked fairly well with older MinGW and older R (<=1.7.1). What I do in fact is that I specify -L$(R_HOME)/bin -lR when linking.
2010 Jul 27
1
sieve error
Hi, dovecot-2.0-rc3 dovecot-2-0-pigeonhole-4cb55beaca07 when I run 'doveadm config', it prints such error, any help? thanks :) *** glibc detected *** /home/mail/bin/doveconf: munmap_chunk(): invalid pointer: 0x001115fc *** ======= Backtrace: ========= /lib/i686/nosegneg/libc.so.6(cfree+0x188)[0x36e758] /home/mail/lib/dovecot/libdovecot.so.0[0x7db41a]
2006 Feb 16
0
OWA via IE stops working after upgrade
Hi gang I am running Fedora Core 4 (kernel 2.6.15-1.1831_FC4) and Wine version 0.97 REL 3.fc4 from the Extras repo. Before the update, accessing my mailbox (Outlook Web Access) using IE under Wine works fine, but now, Internet Explorer would crash just after logging in. I have noted this is also happening on my other computers running the same operating system and same version of Wine (again,
2009 Feb 04
1
reference for ginv
?ginv provides 'Modern Applied Statistics with S' (MASS), 3rd, by Venables and Ripley as the sole reference. I happen to have this book (4th ed) on loan from our library, and as far as I can see, ginv is mentioned there twice, and it is *used*, not *explained* in any way. (It is used on p. 148 in the 4th edition.) ginv does not appear in the index of MASS. ginv is an implementation of
2013 Mar 24
1
Error with paired t-test
This error keeps appearing when i perform a paired t-test in R Error in t.test.default(payoff, paired = T) : 'y' is missing for paired test This is the method i have used > read.table("MeanPayoff.txt",header=T) Open Closed1 47.50000 42.37502 49.25000 50.00003 50.00000 49.80004 33.50000 20.00005 34.75000 33.88006 35.50000 20.50007 33.35000 12.87508 50.00000
2006 Oct 19
1
Segmentation fault/buffer overflow with fix() in Fedora Core 5 from Extras repository
The Fedora Extras update of R found its way onto my systems today and I noted that fix() and edit() no longer work. There is a program crash that closes up R, but it does not leave a core file. I've tested by turning off SELinux, it had no effect. Do you see it too? What do you think? It happens on both systems I've tested. As far as I know, both of these systems are up-to-date. I
2011 Oct 27
1
[Bug 8549] New: double free or corruption
https://bugzilla.samba.org/show_bug.cgi?id=8549 Summary: double free or corruption Product: rsync Version: 3.0.6 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: Dave at Yost.com QAContact: rsync-qa
2003 Dec 01
2
wilcoxon-pratt signed rank test in R - drug-effiacy
Hi. I'm going to introduce the R-package for a group of medical doctors later this week and is a little confused about there use of a test named "willcoxon-pratt" for testing if the clinical and biochemical markers has decreased significantly after the use of some drugs for a group of patients. Looking into the R-functions I would in R recommand using a matched-pairs Wilcoxon
2007 Nov 17
7
oddness with fileserver, facts and plugins sync
I''m working with a pretty simple config at the moment to track down some issues I''m seeing with custom facts and plugins. I have factsync = true (default locations) and I have a simple fact in /var/lib/puppet/facts/ (actually it''s David''s netmask plugin) my pp file I''m testing with contains only: notice "netmask: ${netmask}" puppet -v
2008 Jul 04
1
Sins of Solar Empire: crash
Jochen wrote: > > then I would imagine the problem is in the nvidia driver...yes? Now I > heard there were problems with the game and older dirvers, so I can not > go back to one to "fix" this problem--- any ideas? Then go forward. Newest driver version is 173.14.09. It does fix some problems.
2006 Dec 18
8
file diff?
Hello... I am looking to replace my current config file management solution with puppet. I looked at both cfengine and puppet and neither seem to have a "diff" option. as in: configfile { "/etc/httpd/conf/httpd.conf": source => "/httpd/httpd.conf" } will install a httpd.conf file. What I would like is to be able to see a unified diff of the
2010 Aug 04
6
64-bit chess engines and wine 1.2
Hi, an interesting new feature of wine 1.2 is it's 64-bit support. Many Windows chess engines gain about 50-80% speed increase when running at 64-bit. Most provide 32-bit and 64-bit engines. But on my 64-bit Ubuntu 10.04 only an error message appears i.e. with the free Stockfish 1.8. Code: max at ub64:~/Downloads$ uname -a Linux ub64 2.6.32-24-generic #38-Ubuntu SMP Mon Jul 5 09:20:59 UTC
2007 Apr 30
25
escape regex code
hello, i wondered if it would not be interesting to have some filters function in puppet like filter_integer(), filter_prelregex, filter_text, filter_email or such so we can validate and make our defines a little more foolproof :) i particulary see filter_regex as usefull in quite a lot of exec that manipulates text files. What do you think about this ? -- Cordialement, Ghislain
2012 Aug 02
0
Issues cross compiling for iOS
Hi, I recently attempted to cross compile libogg1.3.0 for armv6, armv7 and i386 for iOS development. Anyway, I had some issues with the getting configure to work with armv6/7. I put up this post<http://stackoverflow.com/questions/11711100/cross-compiling-libogg-for-ios/11769528#11769528> on stack overflow. It appears the configure file sets the -O4 option when compiling in a darwin