similar to: Odigo 3.2 under Wine

Displaying 20 results from an estimated 20000 matches similar to: "Odigo 3.2 under Wine"

2006 Mar 18
0
flashget.exe does not work with wine 0.9.9 and later but it does with 0.9.8
Hi, all Flashget.exe works well with wine 0.9.8. If I use wine 0.9.9 and later, flashget.exe pops up a message "Failed to create empty document". ps. 1. flashget version is latest 1.71 1. the config is default, no dcom98 installed 2. I also install dcom98, but flashget.exe still doesn't work I use the the command to dump messages, and the dump of difference between 0.9.8 and 0.9.10
2005 Aug 30
0
No subject
Second problem is output: when I switch layout to russian I get the follo= wing=20 error: #fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not= =20 #found! #Using closest match instead (Russian keyboard layout) for scancode mappi= ng. #Please define your layout in windows/x11drv/keyboard.c and submit them #to us for inclusion into future Wine releases. But where's this
2001 Dec 09
0
Bug#123084: r-base: R documentatio search engine unusable (PR#1203)
On Sun, 9 Dec 2001 edd@debian.org wrote: > > As there is nothing Debian-specific in this bug report (and the .deb of the > JVW is not from Debian either), I am forwarding this to R-bugs. My > recollection from recent discussions on the R mailing list is that currently > /no/ browser other than Netscape supports the Java search engine -- is that > correct or was there some
2004 Mar 31
0
load balance a file download across two connections - success!
First of all, thanks to this group for the awesome documentation on the load balancing and thanks to http://www.ssi.bg/~ja/nano.txt. I''m now balancing a DSL and Cable Modem account (DSL is 1.5/768 and Cable is 3/256). It took some work but I learned a lot along the way. For a few sites that I tend to download a lot from, I found that I could configure Flashget
2003 Apr 23
1
cbq.init
About the cbq.init. Four machines which traffic to limit in same LAN. Is the samething if I put limiting rules to four different files or all to the same file? Like: DEVICE=eth0,10Mbit,1Mbit RATE=64Kbit WEIGHT=6Kbit PRIO=5 RULE=192.168.0.5 RULE=192.168.0.6 RULE=192.168.0.7 RULE=192.168.0.8 OR four equal files with different IPs, Ids and no PARENT rule? What style of ID numbering you use if
2002 Oct 09
3
proc mixed vs. lme
Dear All, Comparing linear mixed effect models in SAS and R, I found the following discrepancy: SAS R random statement random subj(program); random = ~ 1 | Subj -2*loglik 1420.8 1439.363 random effects variance(Intercept) 9.6033 9.604662
2007 Nov 13
1
TRUNCATED error with data frame
Hi , I am new to R. I am trying to run a simple R script as shown below: aov.R ------ data1<-c(49,47,46,47,48,47,41,46,43,47,46,45,48,46,47,45,49,44,44,45,42,45,45,40 ,49,46,47,45,49,45,41,43,44,46,45,40,45,43,44,45,48,46,40,45,40,45,47,40) matrix(data1, ncol= 4, dimnames = list(paste("subj", 1:12), c("Shape1.Color1", "Shape2.Color1", "Shape1.Color2",
2001 Dec 24
11
Traffic balancing by IP.
Hello all! As far as I know that the traffic that will pass thru the router is balanced so that all connections have the same privilegies. Is it possible to configure the linux based router so that all computers will have the same privilegies? I mean that if in default case full traffic is splitted by connections, so I need to split it by users to prevent one user occupy all traffic by starting
2008 May 30
2
inconsistent output when using variable substitution
I am extremely puzzled by this behavior in R. I have a data frame called Trials in which I have results from an experiment. I am trying to do a subjects analysis, but getting weird results. Each row has 1 trial in it, which includes a column for the subject number I get the list of subject numbers like so: > Subj=unique(sort(Trials$Subj)) Then I loop over them. But I get strange results. As
2004 Aug 06
0
Icecast in Macromedia Flash
No audio with IE 5.5 SP2 on Windows 2k. Sorry for the bad news. But why? Maybe it's a cross-site-error so that IE blocks access to a different server for security-reasons? Could you please put the player under the web-root of your icecast2-server and give us the links? Maybe that helps - cause then the audio is coming from the same URL. <p>Regards, Stefan On 4 Dec 2003 at 20:23,
2012 Jan 06
1
lme model specification problem (Error in MEEM...)
Dear all, In lme, models in which a factor is fully "contained" in another lead to an error. This is not the case when using lm/aov. I understand that these factors are aliased, but believe that such models make sense when the factors are fitted sequentially. For example, I sometimes fit a factor first as linear term (continuous variable with discrete levels, e.g. 1,2,4,6), and
2003 Sep 22
4
Limit number of connections
Hello again, I have a router/nat linux box. I managed to create some HTB classes and everything is OK. When perople are usig download managers like FlashGet and DAP (multiple connection ones), the ceil limiting works okay, but the rate parameter is somehow useles... The guaranteed bandwidth is never reached. So what can I do to limit the number of connections/computer? I want to make sure that
2008 Feb 05
1
Extracting level-1 variance from lmer()
All, How does one extract the level-1 variance from a model fit via lmer()? In the code below the level-2 variance component may be obtained via subscripting, but what about the level-1 variance, viz., the 3.215072 term? (actually this term squared) Didn't see anything in the archives on this. Cheers, David > fm <- lmer( dv ~ time.num*drug + (1 | Patient.new), data=dat.new )
2019 May 20
0
Opera browser on CentOS
Yes, it will not work on EL6, it requires newer glibc and gtk3. It's time to leave EL6 behind (or stick to Firefox). -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "H" <agents at meddatainc.com> > To: "CentOS mailing list" <centos at centos.org> > Sent: Monday, 20 May, 2019 15:50:53 >
2008 Dec 17
1
repeated measures aov with weights
Dear R-help, I'm facing a problem with defining a repeated measures anova with weighted data. Here's the code to reproduce the problem: # generate some data seed=11 rtrep <- data.frame(rt=rnorm(100),ti=rep(1:5,20),subj=gl (20,5,100),we=runif(100)) # model with within factor for subjects/repeated measurements, no problem aov(rt~ti + Error(subj/ti),data=rtrep) #model with weights
2008 Sep 11
1
plot of all.effects object
All, I'm trying to plot an all.effects() object, as shown in the help for all.effects and also Crawley's R book (p.178, 2007). The data has a repeated measures structure, but I'm using all.effects for the simple lm() fit here. Below is a reproducible example that yields the error message. fm.ex = lm(dv ~ time.num*drug*X, data = dat.new) fm.effects = all.effects(fm.ex, xlevels =
2003 Dec 17
1
repeated measures aov problem
Hi all, I have a strange problem and rigth now I can't figure out a solution. Trying to calculate an ANOVA with one between subject factor (group) and one within (hemisphere). My dependent variable is source localization (data). My N = 25. My data.frame looks like this: > ML.dist.stack subj group hemisphere data 1 1 tin left 0.7460840 2 2 tin left
2019 May 20
2
Opera browser on CentOS
On 05/20/2019 03:35 PM, Greg Bailey wrote: > On 5/20/19 6:22 AM, H wrote: >> Is anyone running the Opera browser on Centos 7 or 6? While not available in a yum-repository, it seems to be available as a snap-package. Not familiar with those yet but curious if the browser is worthwhile to run. I have generally found Firefox less useful/compatible than Chromium but would also like
2019 May 20
2
Opera browser on CentOS
On 05/20/2019 05:24 PM, Nux! wrote: > Yes, it will not work on EL6, it requires newer glibc and gtk3. > It's time to leave EL6 behind (or stick to Firefox). > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > ----- Original Message ----- >> From: "H" <agents at meddatainc.com> >> To: "CentOS
2012 Apr 23
2
plot function creating bars instead of lines
Hello, I am having a problem where code that plots lines using a different data frame plots bars with the current data frame (I am intended to plot lines). The code specifies lines (see below), so I can't figure out why the results are bars. I suspect that it may have something to do with the fact that in the data frame where the code worked as intended, the both variables specifying